﻿
/* formWrap 
-------------------------------------- */

#formWrap {
margin:0 auto;
color:#555;
line-height:120%;
font-size:90%;
}

table.formTable{
width:100%;
margin:0 auto;
border-collapse:collapse;
}

table.formTable td,table.formTable th{
border:1px solid #ccc;
padding:10px;
}

table.formTable th{
width:30%;
font-weight:normal;
background:#efefef;
text-align:left;
}

input.userform {
height: 4em;
width: 22%;
padding: 5px 5px;
}

@media screen and (max-width:572px) {
#formWrap {
width:100%;
margin:0 auto;

input[type="submit"], input[type="reset"], input[type="button"] {
display:block;
width:95%;
height:70px;
margin-top:10px;
}



