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

#contact-us-form{
	width:70%;
	margin: auto;
	}

.contact-us-table {
	 width: 100%;
	 padding: 5px;
	 border: 0px solid black;
	 border-radius: 15px;
	 text-align:center;
	 background-color:#a8a8bb;
	}

.contact-us-label {
	width: 20%;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 0px;

	border-radius: 5px;
	font-size: 11px; 
	font-weight: bold;
	text-align: left;
	color: #252b65;
	}
	
.contact-us-data {
	width: 80%;
	text-align:left;
	background-color:#cccccc;
	border-radius: 5px;
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.contact-us-data-error {
	background-color:#FFCCCC;
	color: #CC3300;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border-radius: 5px;
	font-style:italic;
	}
		
.contact-us-thank-you {
	padding: 10px;
	color:#F66;
	background-color:#FFFFFF;
	}		

.error{
	width: 100%;
	background-color:#FFCCCC;
	color: #CC3300;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-radius: 5px;
	padding: 10px;
}

.error li{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC3300;
	}

/* 	DEFINES THE FORM FIELDS STYLE
	WIDTH IS DEFINED BELOW
*/
.form-field{
	border-radius: 5px;
	padding: 2px;
	color: #252b65;
	height: 25px;
	}
	
/* DEFINES THE FORM FIELDS WIDTH */
.w100 {
	width: 100px;
	}
	
.w200 {
	width: 200px;
	}
	
.w300 {
	width: 300px;
	}
	
.w400 {
	width: 400px;
	}	
	
/* DEFINES THE FORM FIELDS HEIGHT */
.h200{
	
	height: 200px;
	}