label { font-family: "Open Sans" !important; display: inline-block; float: left; height: 26px; line-height: 26px; width: 96%; font-size: 14px; }
input { margin: 0; padding: 5px; color: #666; background: white; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 0px; -webkit-border-radius:0px; width: 100%;; font-size:16px; height:42px;}
select { margin: 0; padding: 5px; color: #666; background: white; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 0px; -webkit-border-radius:0px; width: 99%; font-size:16px; height:42px;}
textarea { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 0px; -webkit-border-radius:0px; width:215px; font-size:18px;}
input:focus, textarea:focus, select:focus {  background-color:white; color:#333; }
input.submit { cursor: pointer; background:#BD0012; color:#fff; -moz-border-radius: 0px; -webkit-border-radius:0px; width:100%; height:33px; }
input.submit:hover { background:#006699; }
fieldset { border: 0px solid white;}
legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 0px; -webkit-border-radius:0px; }

span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; font-family: "Open Sans" !important; background: maroon; padding: 6px 16px 6px 16px; margin: 10px 0; color:white; }

#succsess_page h1 { font-size: 18px; padding: 28px 4px 11px 0px;}