
/*------------------------------ >>> CONTACT <<< ------------------------------ */
div#contact_container {
	float:left;
	width:679px;
	margin:0;
	padding:0;
}

div#contact_content {
	width:586px;
	margin:5px 0 15px 0;
	padding:0 12px 0 12px;
}

div#contact_content h1 {
	margin:0 0 8px 0;
	padding:0;
	font-size:16px;
	color:#338811;
}

div#contact_content p {
	margin:0 0 10px 0;
	padding:0;
}

div#contact_content a {
	text-decoration:none;
	color:#003366;
	font-weight:bold;
}

div#contact_content a:hover {
	text-decoration:underline;
}


div#contact_content span#contact_number {
	font-size:18px;
	color:#003366;
}

div#contact_content ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div#contact_content ul li {
	margin:0;
	padding:0;
	height:25px;
}

div#contact_content ul li#li_subject {
	height:38px;
	margin:0;
	padding:0;
}

div#contact_content ul li#li_existingcustomer {
	height:60px;
	margin:0;
	padding:0;
}

div#contact_content ul li#li_manager {
	height:43px;
}

div#contact_content ul li#li_message {
	height:175px;
}

div#contact_content ul li#li_message p {
	margin:0 0 2px 0;
	padding:0
}

/*------------------------------ >>> send_details */
div#send_details  {
	width:450px;
	height:30px;
	margin:0;
	padding:0;
}

div#policy {
	float:left;
}
div#submit_button {
	float:right;
}

div#submit_button input#btnSubmit {
	margin:0;
	padding:0;
	border:solid 1px #666666;
}

div#contact_content ul li#li_existingcustomer label {
	height:60px;
}

div.customer {
	width:300px;
	height:20px;
}

div.customer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div.customer ul li {
	float:left;
	height:20px;
}

div.customer ul li.li_answer { 
	width:30px;
}

div.customer ul li.li_input input {
	width:50px;
	border:none;
}

/*------------------------------ >>> FORM <<< ------------------------------ */
form {
	margin:0;
	padding:0;
}

label {
	width:180px;
	float:left;
	margin:0 5px 0 0;
	padding:0;
	text-align:left;
}

form ul li input {
	width:260px;
	font-weight:bold;
	color:#666666;
	border:solid 1px #999999;
}

textarea {
	width:446px;
	height:125px;
	margin:0 0 20px ;
	padding:0;
	overflow:auto;
	border:solid 1px #999999;
	font-weight:bold;
	color:#666666;
}

/*------------------------------ >>> ERROR */
form ul li.error label {
	color:#ff0000;
}
form ul li.error input {
	border:solid 1px #ff0000;
	background:#E9E7E7;
	color:#ff0000;
	font-weight:bold;
}

/*------------------------------ >>> WARNING <<< ------------------------------ */
div#register_warning {
	width:100%;
	height:60px;
	margin:0 0 5px 0;
	padding:0;
	background-color:#FFDDDD;
	border:solid 1px #ff0000;
}

div#register_warning  p { 
	margin:0 8px 0 8px;
	padding:3px 0 0 0;
	font-weight:bold;
	color:#ff0000;
}