@charset "UTF-8";
/* CSS Document */

.textfield    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #465F75;
	width: 300px;
	height: 16px;
	background-color: #D9DEE4;
	border: 1px solid #D9DEE4;
	margin-left: 2px;
	margin-bottom: 5px;
}
.textfieldsml    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #465F75;
	width: 80px;
	height: 16px;
	background-color: #D9DEE4;
	border: 1px solid #D9DEE4;
	float: right;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.textfieldsml3    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #465F75;
	width: 80px;
	height: 16px;
	background-color: #D9DEE4;
	border: 1px solid #D9DEE4;
	float: right;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-top: -20px;
}




.textarea    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #465F75;
	height: 60px;
	background-color: #D9DEE4;
	border: 1px solid #D9DEE4;
	width: 300px;
	margin-left: 2px;
	margin-bottom: 10px;
}
.textarea2    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #465F75;
	height: 100px;
	background-color: #D9DEE4;
	border: 1px solid #D9DEE4;
	width: 300px;
	margin-left: 2px;
	margin-bottom: 10px;
}
.textfield:hover {
	border: 1px solid #7C90A5;
}
.textfield:active {
	border: 1px solid #7C90A5;
}

.textfieldsml2   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 185px;
	background-color: #FFFFFF;
	border: 0px solid #D9DEE4;
}
.btnsend {
	text-decoration: none;
	width: 65px;
	padding: 0px;
	border: none;
	cursor: pointer;
	background-image: url(../htm-imgs/send-btn.jpg);
	height: 22px;
	float: right;
	margin-right: 9px;
}

.btnsubscr, {
	text-decoration: none;
	width: 103px;
	padding: 0px;
	border: none;
	cursor: pointer;
	background-image: url(../htm-imgs/subscribe-btn.jpg);
	height: 22px;
	float: right;
	margin-right: 9px;
}
input [type="radio"] { border: 0px; }

input.radio { border: 0px; }
 
input [type="file"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #465F75;
	width: 350px;
	height: 16px;
	background-color: #D9DEE4;
	border: 1px solid #D9DEE4;
	margin-left: 2px;
	margin-bottom: 5px;
	z-index:3;
	}





 
