/* 
Credits: Bit Repository
*/

#note { display:none; }

.notification_ok { margin: 0 auto; background: #f5f9fd 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: #FDF4F5 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: 130px; float: left; text-align: left; font-weight: bold; }

/* Input, Textarea */
#fields input { font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Sans-Serif;
	width: 70%;
	padding: 5px;
	border: 1px solid #92adb3;
	background-color: #eeeeee;
	color: #648288;
	font-size: 15px; }
#fields textarea { width: 70%;
	height: 150px;
	padding: 5px;
	border: 1px solid #92adb3;
	background-color: #eeeeee;
	color: #648288;
	font-size: 15px; }

#fields input.error { border: 1px solid #F3CCBE; }
#fields textarea.error { border: 1px solid #F3CCBE; }

#fields input.ok { border: 1px solid #B9E7AE; }
#fields textarea.ok { border: 1px solid #B9E7AE; }

#fields label.error { font-size: 11px; color: red; margin: 0px 0px 9px 178px; width: 300px; text-align: left; padding: 0px; }

/* Submit Button */
#fields .button { cursor: pointer; width: 135px; background: white url('../images/icon-submit.png') no-repeat scroll 11px 50%; border-color:#EDEDED #999999 #999999 #EDEDED; border-style:solid; border-width:1px; color: #333333; 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; }



/* Style the error messages */
.styled { font-style: italic; }