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

input:focus {
	background-color: #D6E0D8
}
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-width: 10px;
	border-style: solid;
	border-color: #D6E0D8;
	background-color: #f7f7ed;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 15px;
	
}

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



label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-left: 5px;
	float: left;
	width: 175px;
	margin-right: 15px;
}
.label2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #790909;
	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: 250px;
}


textarea{
width: 250px;
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: #FFCCCC;
	cursor: hand;

}
.submit a:hover{
	width: 90px;
	background-color: #99CCCC;
}
.submit a:focus{
	width: 90px;
	background-color: #99CCCC;
	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;
}
