@charset "UTF-8";
/* CSS Document */
.mailform {
	font-size:14px;
	width:670px;
}

.mailform table{
	width:100%;
	
}


.mailform table tr td{
	padding:0.2em 0.5em;
	vertical-align:middle;
	border-bottom:3px solid #FFF;
}

.mailform table tr td:nth-child(1){
	vertical-align:middle;
}

.mailform table tr.field td:nth-child(1){
	background:#DED9DC;
}

.mailform table tr.help td{
	height:1.5em;
}


.mailform table tr td:nth-child(2){
	
	vertical-align:middle;
	text-align:center;
}


.mailform table tr td:nth-child(3){
	vertical-align:top;
}

.mailform input{
	padding:0.5em;
	margin:0;
	font-size:14px;
	height:1em;
	border:#CCC 1px solid;
	width:285px;
}

.mailform textarea{
	height:10em;
	border:#CCC 1px solid;
	font-size:14px;
	margin:0;
	width:285px;
}

.mailform input.zipcode{
	width:120px;
}

.mailform input.checkbox{
	width:20px;
}

.mailform .submit{
	margin-top:20px;
	text-align:center;
	
}

.mailform .submit button{
	padding:0.5em 2em;
	margin:1em;
	font-size:18px;
}

.mailform .submit button:hover{
	box-shadow: 0px 2px 15px #eeeeee;
}

div.mfp_ok {
	float:right;
	margin-top:0.7em;
	margin-right:20px;
}

div.mfp_err {
	margin:0;
    padding: 0px 0px 0px 17px;
    background-position: 0px 2px;
}


.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover {
	background: gradient(linear, center top, center bottom, from(#FFFFFF), to(#eeeeee));
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#eeeeee));
	background: -moz-linear-gradient(top, #FFFFFF, #eeeeee);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #eeeeee 100%);
	box-shadow: 0px 2px 15px #eeeeee;
}




