.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { background: #F2F3F6; border: 1px solid #7E8AA2; padding:10px; }

/*****Forms*****/
ol.forms 
{
	float: left;
	display:block;

	width: 622px;

	list-style: none;
	
	margin: 0px 0px 0px 5px;
	padding:0px;
	
	background: transparent url('../../images/skin3/cat_cont_cont.png') repeat-y top left;

	
}

ol.forms li 
{ 
	position: relative;
	clear: both; 
	float: left; 

	width: 450px;

	margin:10px;
	padding:0px;
	
	text-align:left;
	
}
ol.forms label 
{
	display: block;
	float: left;
	
	width: 100%;
	
	padding: 0px;
	margin:0px;

	font-weight: bold;
	font-size:13px;
	cursor: pointer;
}

ol.forms #sendCopy
{
	margin:2px 5px 0px 0px;
}

ol.forms input, ol.forms textarea 
{
	display: block;
	float: left;

	width: 214px;
	
	border: 1px solid #ddd;
	padding: 2px;
	margin:0px;
}
ol.forms textarea 
{
	height: 250px;
	width: 450px;
}


ol.forms input:focus, ol.forms textarea:focus 
{
	background-color: #f2f3f6;
	border-color: #ccc;
}


.error 
{
	color: #000; 
	font-weight:bold;
}

ol.forms li .error 
{
	position:absolute;
	
	width:214px;
	
	top:13px;
	left:0px;
	
	font-size: 10px;
	margin:0px 0px 0px 0px;
	
	padding:4px 2px 4px 2px;
	
	background:#eee;
	border:1px solid #ccc;
}


ol.forms li.textarea .error
{
	display: block;
	position: absolute;

	width: 450px;
	height:248px;
	
	top:13px;
	left:0px;
	
	padding:3px 2px 3px 2px;
	
	background:#eee;
	border:1px solid #ccc;	

}
ol.forms li.screenReader 
{
	margin-bottom: 0; 
}

ol.forms li.buttons button 
{
	background: #eee;
	border: 1px solid #ddd;
	color: #555;
	
	cursor: pointer;
	font: 16px/16px "Avenir LT Std", Helvetica, Arial, sans-serif;
	overflow: hidden;
	
	padding: 3px 3px 3px 3px;
	margin:0px;
	width: auto;
}

ol.forms li.buttons button:hover { color: #222; }
ol.forms li.buttons button:active { left: -1px; position: relative; top: -1px; }
ol.forms li.buttons, ol.forms li.inline { float: left; width: 460px;margin:0px 0px 10px 10px }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }
