@charset "utf-8";
/* CSS Document */

/* Contact */
.contact_success { margin:25px 0 0 30px; padding:15px; width:395px; background:#69EF68; border:solid 1px green; font-size:1em; overflow:hidden; display:none; }
.contact_error { margin:25px 0 0 30px; padding:15px; width:395px; background:#FF9F9F; border:solid 1px red; font-size:1em; overflow:hidden; display:none;  }
#contact { margin:25px 0 0 17px;  }
#contact div{ width:275px; height:75px;  float:left; margin:10px 0 5px 15px; }
/* IE 6 Fix */  * html #contact div {margin-left:8px;  }
/* IE 6 Fix */  * html #contact div  input.i-text{ margin-left:-25px; }

#contact p{ width:460px; clear:both; padding:10px 0 15px 15px; }
#contact input.i-text{ width:250px; }
#contact input.i-text,
#contact textarea        { border:1px solid #CDCDCD; padding:5px; margin:8px 0 0 0; }
#contact input.i-text:focus,
#contact textarea:focus  { background:#ffc; }
#contact input.i-text.error,
#contact textarea.error { background:#FF9F9F; border:solid 1px red; }
#contact textarea        { font:.9em Verdana, Arial, Helvetica, sans-serif; width:400px; }
#contact label           { font-weight:700; font-size:13px; width:90px;  font-family:Arial, Helvetica, sans-serif;}
#contact label:after     {content:": ";}
#contact input.i-submit {  border:solid 1px #CDCDCD; background:#F0EAEA; color:#333; padding:5px 10px 5px 10px;  margin-left:15px; }
font.error { clear:both; line-height:25px;  background: url("../images/icons.png") 0 2px no-repeat; padding-left: 20px; }
font.success {clear:both; line-height:25px; background: url("../images/icons.png") 0 -31px no-repeat; padding-left: 20px;   }
#loading {  margin-left:15px; padding-left:22px; background:url(../images/ajax-loader.gif) 0 50% no-repeat;  display:none;  }
/* IE 7 Fix */  *:first-child+html #contact textarea { margin-left:-18px; } *:first-child+html #contact input.i-text { margin-left:-32px; }
/* IE 6 Fix */  * html #contact textarea { margin-left:-18px; }   * html #contact input.i-text { margin-left:-32px; }