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

/*****Forms*****/
ol.forms { float: left; list-style: none; margin: 0 0 0 20px; position: relative; width: 99%}
ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 10px; 
	position: relative;
	width:100%
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 10px;
	width: 150px;
}
ol.forms input, ol.forms textarea {
	border: 1px solid #7E8AA2;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	width: 170px;
}
ol.forms textarea { height: 50px; width: 334px; }
ol.forms input:focus, 
ol.forms textarea:focus { background-color: #f2f3f6; border-color: #ff9800; }
.error { color: #f00; }
ol.forms li .error { font-size: 10px; margin: 0 10px; }
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 310px;
}
ol.forms li.screenReader { margin-bottom: 0; }
ol.forms li.buttons button, 
.button {
	background: #ff9800;
	border: none;
	color: #000;
	cursor: pointer;
	font: 16px/16px "Avenir LT Std", Helvetica, Arial, sans-serif;
	overflow: hidden;
	padding: 6px 3px 3px 3px;
	text-transform: uppercase;
	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 { width: 170px; position: absolute; bottom: -20px; right:88px; /*float: right; margin-top: 20px; width: 235px;*/ }
ol.forms li.inline { float: right; width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }

/*
#contactForm ol.forms .inputError {
	border: 1px solid red;
}
*/

/** Conference Form **/
.travelinfo{

}