@charset "UTF-8";
div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 0;
}
table.mailform {
	width: 100%;
	margin-bottom: 20px;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	border-bottom: solid 1px #C9CACA;
	padding: 10px 0 10px 60px;
}
table.mailform tr th {
	width: 30%;
}
table.mailform tr th span {
	color: #ff8000;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #999999;
}
table.mailform tr td textarea {
	height: 120px;
}

div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
}

#bt-submit,
#bt-reset {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
    border-top: 1px solid #ccc;  
    border-right: 1px solid #ccc;  
    border-bottom: 1px solid #ccc;  
    border-left: 1px solid #ccc;  
    padding: 5px 20px;  
    cursor: pointer;  
    color: #666;  
	display:block;
    float: left;
    margin: 0 10px 0 0;
}


input,
textarea{
border:0;
padding:10px;
border:solid 1px #ccc;
margin:0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

input:focus,
textarea:focus {
    border:solid 1px #EEA34A;
}

@media screen and (max-width: 640px) {
table.mailform tr th,
table.mailform tr td {
        width: 100%;
        display: block;
}
table.mailform tr th,table.mailform tr td {
	padding: 5px;
}
#bt-submit {
    float: none;
    margin: 0 auto 10px;
}
#bt-reset {
    float: none;
    margin: 0 auto;
}
input,
textarea{
        width: 100%;
}
}