/* 
Credits: Bit Repository
*/

#contact-area { width: 530px; font-family: papyrus; font-size: 14px; padding: 0; border: 0px none; }
#contact-area h1 { font-family:Papyrus,Arial,Helvetica,Tahoma,sans-serif; font-size: 18px; font-weight:lighter; background: transparent;  height: 27px; text-align: center; margin: 10px 0px 10px 0px; }

#note { display:none; }

.notification_ok { margin: 0 auto; background: transparent url('../images/icon-button-ok.png') no-repeat scroll 15px 50%; height: 26px; width: 90%; padding: 8px 0px 0px 46px; text-align: left; -moz-border-radius: 5px; }
.notification_error { margin: 0 auto; background: transparent url('../images/icon-dialog-error.png') no-repeat scroll 4% 4px; height: auto; width: 90%; padding: 8px 0px 8px 46px; text-align: left; -moz-border-radius: 5px; }

.hide { display:none; }

/* Label */
#fields label { width: 90px; padding-left: 20px; margin: 8px 8px 8px 8px; float: left; text-align: right; }

/* Input, Select, Textarea */
#fields input { background-color: transparent; width: 200px; margin: 5px; padding: 0px; float: left; margin: 5 5 5 0; padding: 2px; border: 1px solid #800000; color: #333333; -moz-border-radius: 3px; }
#fields select { background-color: transparent; margin: 5px; padding: 0px; float: left; margin: 5 5 5 0; padding: 2px; border: 1px solid #800000; color: #333333; -moz-border-radius: 3px; }
#fields option { background-color: transparent; }
#fields textarea { background-color: transparent; width: 400px; margin: 5px; padding: 0px; float: left; margin: 5 5 5 0; padding: 2px; border: 1px solid #800000; color: #333333; -moz-border-radius: 3px; }

#fields input.error { border: 1px solid #5F1010; }
#fields select.error { border: 1px solid #5F1010; }
#fields textarea.error { border: 1px solid #5F1010; }

#fields input.ok { border: 1px solid #941818; }
#fields select.ok { border: 1px solid #941818; }
#fields textarea.ok { border: 1px solid #941818; }

#fields label.error { font-size: 11px; color: red; margin: 0px 0px 9px 60px; width: 150px; text-align: left; padding: 0px; }

/* Submit Button */
#fields .button { cursor: pointer; width: 135px; background: transparent url('../images/icon-submit.png') no-repeat scroll 11px 50%; border-color:#EDEDED #999999 #999999 #EDEDED; border-style:solid; border-width:1px; color: #800000; padding: 6px 1px 8px 25px; -moz-border-radius: 3px; }

/* br */
#fields br { clear: left; }

/* The icon used to reload the CATPCHA */
#icon-refresh { margin: 0 0 7px 0; }

/* CAPTCHA Verified */
#verified .ok { margin: 0px; } 

/* A CAPTCHA DIV */
#sec_div { float: left; }

/* Highlight Rows */
.highlighted { width: 530px; background-color: transparent; }

/* Style the error messages */
.styled { font-style: italic; }
