.error_message{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
background-color: #CC0000;
padding: 5px;
}

.thanks_message{
font-family: Verdana, Arial, sans-serif;
font-size: 12pt;
font-weight: bold;
}

.attach_info{
font-size: 8pt;
color: #333333;
padding-left: 5px;
}


input, textarea {
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
color: #000000;
background-color:#ACB425;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}

input:focus, textarea:focus,input:hover, textarea:hover {
background-color:#D7D91E;
}

form{
padding:9px;
margin:0px;
border: 1px solid #ACB425;
}


.form_fields {
	background-color: #E6E57E;
	height: 20px;
	width: 200px;
	padding-left: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;
}
.form_text {
	color: #FFBC24;
	padding-right: 10px;
	text-align: right;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.timesheet_form_fields {
	background-color: #E6E57E;
	height: 20px;
	width: 50px;
	padding-left: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;

}
.thankyou {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #ACB425;
	text-align: left;
	margin-bottom: 20px;
}
.thankyou small {
	font-size: 12px;
	color: #F57921;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #F57921;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #ACB425;
	padding: 10px;
}
.form_validation {
	background-color: #E6E57E;
	height: 38px;
	width: 130px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 36px;
	color: #2978DE;
	letter-spacing: 4px;
	text-align: center;
}
