/* CSS Document */

a:link {
	outline: 0;
	color: #F90;
	text-decoration: none;
}
a:hover {
	outline: 0;
	color: #F30;
	text-decoration: none;
}
a:visited {
	outline: 0;
	color: #F90;
	text-decoration: none;
}
a:active {
	outline: 0;
	text-decoration: none;
	color: #FFF;
}
.text_body {
	color: #2B73CA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}
.text_body_sub {
	color: #3082E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}
.text_small_sub {
	color: #80B1F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
.text_body_warning {
	color: #FF3535;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: blink;
}

.text_body_sent {
	color: #55AC2B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
}
.text_warning {
	color: #FF3535;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 12px;
	font-weight: bold;
}
body {
	background-image: url(images/form-bk.jpg);
	text-align: left;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 0px 33px;
	margin-top: 9px;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-left: 10px;
}
.text_small_sub {
	color: #5E9DEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
.form_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #2B73CA;
	height: auto;
	padding: 2px;
	background-color: #EBF2FE;
	margin-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.but_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #2B73CA;
	background-color: #EBF2FE;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
