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

.radio {
	float:right;
	padding-left:10px;
}
.input {
	width:300px;
	height:20px;
	background: #FFF url(../images/input_bg.gif) top repeat-x;
	padding:4px;
	border:1px solid #CCCCCC;
}
input:focus, textarea:focus {
	border:1px solid #67b10f;
}
.msg_box {
	width:300px;
	height:75px;
	padding:4px;
	border:1px solid #CCCCCC;
	background: #FFF url(../images/input_bg.gif) top repeat-x;
}
.contact_info {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.drop_down {
	width:310px;
	padding:4px;
	margin:5px 0px;
	border:1px solid #CCCCCC;
	background: #FFF url(../images/input_bg.gif) left repeat-x;
}
.btn {
	float:right;
	margin-right:25px;
}