/* Main */
a { outline:none; }

input:focus {
	background-color: #FFE8A5
}
input[type="text"] {background: #FFF !important;}
input:focus[type="text"] {
	background: #FFFFCC !important;
	color: #333333;
}
select:focus {
	background-color: #FFFFCC
}
textarea:focus {
	background-color: #FFFFCC
}



.form_box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFE3F4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFE3F4;
	background-color: #333333;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 25px;
	width: 535px;
	
}

.form_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 1.2em;
}



label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 5px;
	float: left;
	width: 175px;
	margin-right: 15px;
}
.label2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B70005;
	padding-left: 5px;
	float: left;
	width: 175px;
	margin-right: 15px;
}

input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 20px;
	border: 1px solid #666666;
	padding: 5px;
	width: 300px;
}


textarea{
width: 300px;
height: 150px;
}

.label_text{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
}


.boxes{
width: 20px;
margin-left: -1px;
}

#Submit{
	margin-left: 5px;
	margin-top: 5px;
	width: 90px;
	cursor: auto;
}

.submit{
	width: 90px;
	background-color: #BFE3F4;
	cursor: hand;

}
.submit a:hover{
	width: 90px;
	background-color: #FFE8A5;
}
.submit a:focus{
	width: 90px;
	background-color: #FFE8A5;
	cursor: hand;
}

.input {
    border: 1px solid #333333;
    background: #FFFEF8;
}

#Reset{
margin-left: 5px;
margin-top: 5px;
width: 90px;
cursor: hand;
}

.reset{
	width: 90px;
	background-color: #f0f0f0;
	cursor: hand;
}
