/* CSS Document */

body {
	font-family: "Tahoma" , Arial, Helvetica, sans-serif;
	font-size:13px;
}

#form1{
	background-color:#FFF;
	color:#ADDE5A;
	font-size: 11px;
	font-weight:bold;	
}
.KT_field_error{
	color:#C00;
}
#label{
	color:#ADDE5A;
}
#contact_form{
	background-color:#0D4E89;
	color:#ADDE5A;
}
#contact_form th{
	text-align:right;
}
#contact_form td{
	font-weight:normal;
}
#header_form{
	background-image: url(../image/bg_sup_form.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:28px;
}
#footer_form{
	background-image: url(../image/bg_inf_form.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	height:28px;	
}

#contact_form input, #contact_form select, #contact_form textarea{
	font-size: 11px;
	width:200px;
}

#forms_center strong{
	font-size:15px;
}

#form_header_left{
	background-repeat:no-repeat;
	background-image: url(../image/form_header_left.jpg);
	background-position:bottom right;
	width:18px;
	height:24px;
}

#form_header_center{
	background-repeat:repeat-x;
	background-image: url(../image/form_header_center.jpg);
	background-position:bottom;
	height:24px;
}

#form_header_right{
	background-repeat:no-repeat;
	background-image: url(../image/form_header_right.jpg);
	background-position:bottom left;
	width:18px;
	height:24px;
}

#form_footer_left{
	background-repeat:no-repeat;
	background-image: url(../image/form_footer_left.jpg);
	background-position:top right;
	width:19px;
	height:18px;
}

#form_footer_right{
	background-repeat:no-repeat;
	background-image: url(../image/form_footer_right.jpg);
	background-position:top left;
	width:19px;
	height:18px;
}