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

form#contactForm{
 position:relative;
 top:0px;
 left:0px;
 margin:0px;
 padding:0px;
 color:#696767;
}

/*****Forms*****/
ol.forms { list-style: none; margin:0px; top:0px; left:0px; width: 210px; position:relative; }
ol.forms li {
 	clear: both;
	float: left;
	margin:0px 5px 5px 5px;
	padding:0px;
	position: relative;
	width: 290px;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: top;
	font-weight: bold;
	width: 290px;
	color:#696767;
  font: 13px 'Lucida Grande',Verdana,'Bitstream Vera Sans',Arial,sans-serif;
 text-align:right:
}
ol.forms input, ol.forms textarea {
	border: 1px solid #e1e1e1;
	font: inherit;
	padding: 5px;
	width: 280px;
}
ol.forms textarea { height: 150px; width: 280px; }
ol.forms input:focus, ol.forms textarea:focus { background-color: #fff; border-color:#b03e69; }
.error { color: #b03e69; display:block; float:left; }
.errorgran { color: #b03e69; display:block; float:left; margin-top:20px; }
ol.forms li .error { font-size: 10px; }
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	left: 0px;
	top: 180px;
	width: 290px;
}
ol.forms li.screenReader { margin-bottom: 0; }

ol.forms li.buttons button {
 	background: #fff;
	color: #696767;
	font: 11px 'Lucida Grande',Verdana,'Bitstream Vera Sans',Arial,sans-serif;
	font-weight:bold;
	border:1px solid #e1e1e1;
	overflow: hidden;
	height:auto;
	padding:3px;
	width: auto;
	float:right;
}

ol.forms li.buttons button:hover {
	background: #b03e69;
	color: #fff;
	font: 11px 'Lucida Grande',Verdana,'Bitstream Vera Sans',Arial,sans-serif;
	font-weight:bold;
	border:0px;
	overflow: hidden;
	height:auto;
	padding:3px;
	width: auto;
	float:right;
}

ol.forms li.buttons, ol.forms li.inline { float: top; width: 290px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; font-size:10px; font:'Lucida Grande',Verdana,'Bitstream Vera Sans',Arial,sans-serif; color:#696767;}