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


form {
	margin-left:0;
}


.comments {
}


echo {
	margin-top: 400px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

label, label span.form {
	display : block;
	margin: 0px;
	padding: 0.1em;
}
label {
	width: 330px;
	float: left;
}

label span.form {
	float : left;
	width : 30%;
	text-align : left;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	
}
fieldset input, span#select, textarea {
	float : left;
	width : 200px;
	background-color: #FB6C38;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 27px;
	font-family: Tahoma;
}
textarea#comments {
	height: 50px;
}
fieldset input:hover, textarea:hover { border-color : #FB966C; }
fieldset input:active, input:focus, textarea:active, textarea:focus {
	border-color : #FF8251;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}


div#send_btn {
	margin-left: 118px;

}
div#form {

}
