/* 
Credits: Bit Repository
*/

#contact-area {  }
#contact-area h1 {  }

#note { display:none; }

.notification_ok {
	font-size: 0.75em;
	font-style: italic;
	color: #3A606F;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.notification_error {
	font-size: 0.75em;
	font-style: italic;
	color: #3A606F;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.hide { display:none; }

/* Label */
#fields label {
	/*text-align: left;
	padding: 0px;
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	display: block;
	width: 40px;
	color:#673221;
	font-family: Arial, Helvetica, sans-serif;*/
	display:none;
	}

/* Input, Textarea */
#fields input, select {
	background-image: url(../../ims/ml_fieldbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 4px;
	float: left;
	height: 13px;
	width: 131px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
  }

#fields textarea {
	background-image: url(../../ims/textarea1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px 0px 2px;
	padding: 2px 1px;
	float: left;
	height: 70px;
	width: 220px;
	border:none;
	border-width:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #673221;

  }

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

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

#fields label.error {
	font-size: 0.75em;
	color: #673221;
	margin: 0px 0px 10px 85px;
	width: 220px;
	text-align: left;
	padding: 0px;
	clear: left;
	font-style: italic;
}

/* Submit Button */
#fields .button {
	cursor: pointer;
	width: 20px;
	background-image: url(../../ims/ml_gobg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display:block;
	margin: 0px 0px 20px;
	padding: 0px;
	height: 21px;
}

/* 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; }

#ajax-loading {
	margin: 0px 0 0 30;
	padding: 0;
	display: none;
	float:right;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	font-style: italic;
	color: #FFFFFF;
}

/* Highlight Rows */
.highlighted { width: 530px; background-color: ; }

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

