/*
	CONTACT FORM STYLESHEET
	This file created: 17 February 2010
	Authored by: 3 Roads Media
*/


/** Globals ***************/

fieldset { display:none; }

#contact form {
	position:absolute;
	left:437px;
	text-align:left;
	top:25px;
	width:400px;
	}
form li 			{ margin:0 0 7px; }
form ol 			{ list-style:none; margin:0; padding:0; }
input 				{ padding:5px; width:200px; }
input.sendbutton 	{ margin-left:57px; padding:2px 5px; width:auto; }
label 				{ display:block; float:left; font-weight:bold; width:70px; }
textarea {
	font:13px Arial, Helvetica, sans-serif;
	height:98px;
	padding:5px;
	width:270px;
}

#contact p.linklove, .reqtxt, .emailreqtxt { display:none; } 


/* Error/success Messages */

.cf_info.failure, .cf_info.waiting, .cf_info.success {
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#ddf4f9;
	color:#c00;
	font:italic bold 13px Georgia, Times, serif;
	height:20px;
	padding:10px;
	position:absolute;
	right:30px;
	top:-40px;
	}
.cf_info.waiting { color:#666; }
.cf_info.success { color:#000; }