/* Regis direct contact page Styles Updated: Thu 28.02.08 @ 16:00 p.m. Author: Terry Morgan ---------------------*/


/* =CONTENT ----------------------------------------------------*/

div#content {
	width: 783px;
	padding: 23px 75px 30px 34px;	
}

img#contact-girl {
	width: 135px;
	height: 184px;
	float: right;
}

ul#contact-details {
	margin: 17px 0 0 0;
	height: 150px;
}

ul#contact-details li {
	display: block;
	float: left;
	height: 120px;
}

li#address {
	width: 177px;
	background: url("../images/address_icon.gif") no-repeat;
	padding: 10px 0 0 45px;
	font-size: 1.4em;
	line-height: 1.8em;
}

li#email {
	width: 177px;
	background: url("../images/email_icon.gif") no-repeat;
	padding: 18px 0 0 45px;
	font-size: 1.2em;
	
}

li#phone {
	width: 196px;
	background: url("../images/phone_icon.gif") no-repeat;
	padding: 15px 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
}

span.big-phone-num {
	color: #000;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.8em;
}

div#form-left-col, div#form-right-col {
	margin-top: 20px;
	width: 389px;
}

div#form-left-col {
	float: left;
}

div#form-right-col, input#send-button {
	float: right;
}

div#form-left-col label, div#form-right-col label {
	color: #010101;
	display: block;
	float: left;
	width: 120px;
	font-size: 1.2em;	
}

p {
	color: #010101;
}

.text-field {
	float: left;
	width: 250px;
	margin-bottom: 15px;
}

textarea {
	width: 250px;
	height: 95px;
	float:right;
	margin-bottom: 15px;
	
}

.text-field, textarea {
	padding: 4px;
	font-family: Arial, Verdana;
	font-size: 1.2em;
	background-color: #ffefe8;
	border: 1px solid #9e9e9e;
	color: #010101;	
}

div.error2 {
    background: 			#fff6bf url("../images/exclamation.png") center no-repeat;
    background-position: 	15px 50%; /* x-pos y-pos */
    text-align: 			left;
    padding: 				15px 10px 15px 45px;
    border-top: 			2px solid #ffd324;
    border-bottom: 			2px solid #ffd324;
    color: 					red;
    font-size: 				1.4em;
}