#contactform {
	margin:0 0 50px 30px;
	padding:25px 20px 25px 27px;
}
#contactform .captch span{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}


#contactform .form {
	text-align:left; 
	font-size:18px; 
	font-weight:normal; 
	font-family:"Times New Roman", Times, serif; 
	color:#666;
}

#contactform input.text,textarea.text, select.text {
	padding:5px; 
	margin:5px 0 15px 0; 
	background: url(images/input-bg.gif) top left no-repeat; 
}

#contactform #result {
	color:#05459E;
	font-style: italic;
	margin-bottom: 5px
}
#contactform .message {
	padding: 5px 3px;
}

#contactform img.loading-img {
	padding: 15px 3px;
}

#contactform textarea.text {
	height:100px;
}

#contactform input#submit {
	padding: 9px 12px;
	background: #05459E;
	border:1px solid #05459E;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top:7px;
}
#contactform table , #contactform tr td , #contactform tr{
    border: none !important;
}

