body{
padding:0px;
margin:0px;
background-color:#FFFFFF;
}
.text_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #626262;
}
.text_2 {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 12px;
	color: #FF7200;
}
.text_3 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #FF7200;
}
.text_4 {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 12px;
	color: #626262;
}
.letter {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 16px;
	width: 163px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
}
.link_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #8DA500;
}
.form {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 16px;
	width: 267px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
}
.form_2 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 81px;
	width: 267px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
	overflow:auto;
}
	
.validation-summary-errors
{
    background-color: #FFE8E8;
    border: 1px solid #9F0000;
    color:#9F0000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
    margin-bottom:16px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	width: 357px;
} 
    
    
.validation-summary-errors ul {
	margin-top:6px;
	margin-bottom:0px;
	margin-left:30px;
	padding:0px;
    }
    
.validation-summary-errors li {
	padding:0px;
	}
    
.field-validation-error
{
    color: #9F0000;
}
    
.field-validation-error
{
    color: #9F0000;
}

.input-validation-error
{
    border: 1px solid #9F0000;
    background-color: #FFE8E8;
}	

