html, body { border: 0; margin: 0; padding: 0; }
.descr { font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; min-width: 100%; color: #666; }




hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0;  border-style: none none solid; }

#contact { display: block; width: 450px; padding: 0px; }

/* Form style */

label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 255px; font-size: 1.5em; }
.field { width:240px; margin: 0; padding: 5px; color: #666; background: #ffffff; border: 1px solid #ccc;  margin-top:-15px; margin-bottom:10px; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }
.bigfield { width:240px; overflow: hidden; margin: 0; padding: 5px; color: #666; background: #ffffff; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }   
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #E41565; color:#ffffff;}
input.submit { margin-top:10px; width:540px; height:40px; pointer; border: 0px solid #222; background:#6090BE; color:#ffffff; -moz-border-radius: 5px; -webkit-border-radius:5px; }
input.submit:hover { background:#5A88BB; }
select { width:253px; height:40px; margin: 0; padding: 5px; color: #666; background: #ffffff; border: 1px solid #ccc; margin: 4px 0; font:14px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }
.selectBig { width:282px; height:40px; margin: 0; padding: 5px; color: #666; background: #ffffff; border: 1px solid #ccc; margin: 4px 0; font:14px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }
.selectBig2 { width:252px; height:40px; margin: 0; padding: 5px; color: #666; background: #ffffff; border: 1px solid #ccc; margin: 4px 0; font:14px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }
.smallfield { width:140px; overflow: hidden; margin: 0; padding: 5px; color: #666; background: #ffffff; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }   
.smallfield2 { width:80px; overflow: hidden; margin: 0; padding: 5px; color: #666; background: #ffffff; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; } 

fieldset { padding:20px; }
legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }

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; width:204px; height: 22px; line-height: 22px; background: #FBE3E4 url('assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#succsess_page h1 { background: url('assets/success.gif') left no-repeat; padding-left:22px; font-size:13px; color:green;}
#succsess_page p { padding-left:22px; font-size:14px; color:black;}