/* forms */
.mailform {
	clear:both;
	padding:10px;
}
.mailform .Ierror {
	border:1px solid red;
	color:black;
}
	.mailform fieldset {
		border:0px;
		
	}
	.mailform legend {
		font-size:12px;
		padding:0px;
		margin:0px;
		padding-bottom:10px;
	}
	.mailform .error {
		color:#dd7777;
	}
	
	.mailform label {
		clear:left;
		font-weight:bold;
		display:block;
		float:left;
		width:150px;
		margin-bottom:8px;
	}
	.mailform .formInputs {
		width:200px;
		padding:3px;
		margin-bottom:8px;
	}
	.mailform .caption, .mailform .title {
		margin-left:145px;
		margin-bottom:10px;
		padding:5px;
	}
	.mailform .captcha img {
		float:left;
		margin-top:0px;
		margin-right:10px;
	}
	.mailform .submit {
		margin-top:10px;
		width:90px !important;
	}


