@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700,800,300&amp;subset=latin,latin-ext);body, input, textarea, ul.dropdown-menu li a, h4, h5, h6{font-weight:700;font-family:Lato;text-transform:non;letter-spacing:1px;}
.outer-margin {
 margin:3px;
}
.wrapper{
 max-width:680px;
 margin:auto;
 margin-top:20px;
 padding:20px;
}

.h10{height:10px;}
.h20{height:20px;}
.h25{height:25px;}
.h30{height:30px;}
.h40{height:40px;}
.h50{height:50px;}
.h60{height:60px;}
.h70{height:70px;}
.h80{height:80px;}
.h90{height:90px;}
.h100{height:100px;}

input[type='text'],
textarea { width:100%;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}
/* Placeholder disappears on focus */
input:focus::-webkit-input-placeholder  {color:transparent !IMPORTANT;}
input:focus::-moz-placeholder   {color:transparent !IMPORTANT;}
input:-moz-placeholder   {color:transparent !IMPORTANT;}
textarea:focus::-webkit-input-placeholder  {color:transparent !IMPORTANT;}
textarea:focus::-moz-placeholder   {color:transparent !IMPORTANT;}
textarea:-moz-placeholder   {color:transparent !IMPORTANT;}
.style1 {color: #FF0000}
textarea {
 height:70px !IMPORTANT;
 }
.input-row {
 display:block;
 min-height:65px;
 margin-bottom:-5px;
}

.error{color:red; font-weight:normal;}

input[type=submit]{border:2px solid #333;border-radius:20px;color:#333;display:inline-block;font-size:14px;height:38px;line-height:36px;padding:0 15px;text-decoration:none;margin-right:10px;float:left;cursor:pointer;background:none;}
input[type=submit]:hover{color:#ffffff !important; background-color: #5475a3;}
input.valid {background: #e3ffe5; color: #002f00;  border-color: #96b796 !important;}
input.error {background: #ffebef; color: #480000;}
