<style type="text/css">

BODY {
	scrollbar-face-color:#e5e5e5;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#c0c0c0;
	scrollbar-darkshadow-color:#808080;
	scrollbar-shadow-color:#c0c0c0;
	scrollbar-arrow-color:#808080;
	scrollbar-track-color:#CCCCCC;

}
td {  
	font-family: Arial, Verdana, Tahoma; 
	font-size: 12px; 
	font-weight: normal; 
	color: #eeeeee;
	line-height: 15px;
}

a {  
	text-decoration: none; 
	color: #ffc023; 
	font-weight: bold;
}
a:hover {  
	color: #f8c956;
}
select, option {
	font-family: Georgia,Times New Roman; 
	padding: 1px;
	font-size: 12px;
	width: 155px;
	color: #000000;
	border: transparent;
	background: #bf2122;
	background: white url(images/formbg.png);
} 

textarea {
	font-family: Georgia,Times New Roman; 
	line-height: 17px;
	padding: 1px;
	font-size: 12px;
	width: 445px;
	height: 150px;
	color: #000000;
	border: 1px dashed #ffffff;
	background-color:#bf2122; 
	background-image: url(images/formbg.png);
} 
.input {
	font-family: Georgia,Times New Roman; 
	padding: 1px;
	font-size: 12px;
	width: 220px;
	color: #000000;
	border: 1px dashed #ffffff;
	background: #bf2122;
	background: white url(images/formbg.png);
}
.inputsm {
	font-family: Georgia,Times New Roman; 
	padding: 1px;
	font-size: 12px;
	width: 50px;
	color: #000000;
	border: 1px dashed #ffffff;
	background: #bf2122;
	background: white url(images/formbg.png);
}
.submit {
	font-family: Georgia,Times New Roman; 
	padding: 1px;
	font-size: 12px;
	width: 50px;
	color: #000000;
	border: 1px dashed #ffffff;
	background: #bf2122;
	background: white url(images/formbg.png);
}
.radio {
	padding: 1px;
	width: 15px;
	border: 1px;
}
</style>