@import( url('http://fonts.googleapis.com/css?family=Nobile:regular,bold') );
body {
	background: #f0f0f0;
	font-size: 10px;
	margin: 0;
}
#container {
	margin: 12px auto;
	width: 92.6em;
	position: relative;
}
#page {
	background: #fff;
	padding: 2.4em;
	box-shadow: 0 0 15px #b0b0b0;
	-moz-box-shadow: 0 0 15px #b0b0b0;
	-webkit-box-shadow: 0 0 15px #b0b0b0;
}
#header, #email h2 {
	font-family: Nobile, Corbel, Arial, sans-serif;
	text-align: center;
}
#header p {
	line-height: 1.5em;
	margin: 0 0 .5em 0;
	padding: 15px 0;
	font-weight: bold;
}
#header p#preheadline {
	font-size: 1.8em;
}
#header p#subheadline {
	font-size: 2.2em;
}
#header h1 {
	color: #a90000;
	font-size: 4.4em;
	line-height: 1.353em;
	margin: 0 0 .25em 0;
}

#content_box {
	padding-top: 2.4em;
}
#content_box, #header { /* float clear */
	width: 100%;
	overflow: auto;
}
.ie_clear {
	clear: both;
}
#webinar_info, .thank-you #content_box, .success #content_box {
	font-size: 1.8em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 1.444em;
}
#webinar_info {
	width: 28.5em;
	padding-right: 24px;
}
#bullets {
	list-style: disc outside url('images/arrow.jpg');
}	
#bullets li {
	margin-bottom: 1.444em;
}
#webinar_info, #email, #instructors li {
	float: left;
}
#instructors {
	margin: 50px 0 50px 0;
	padding: 1.2em;
	zoom: 1;
}
#instructors li {
	background: #fff;
	border: 1px solid #e7dfcb;
	padding: 8px;
}
#instructors li img {
	border: 1px solid #cfbe99;
}
#instructors .ins-single {
	margin-left: 30.3em;
}
#instructors .ins-two {
	margin: 0 12.8em 0 12.9em;
}
#instructors .ins-margin {
	margin-right: 8.3em;
}
#instructors .ins-margin.bottom {
	margin-bottom: 1.2em;
}
#instructors .instructor {
	color: #890000;
	font-size: 2em;
	text-align: center;
	margin: 0;
}

#instructors:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.location {
	display: none;
}
.ie_clear {
	clear: both;
}

/*---[ thank you ]---*/
.thank-you ul, #instructors {
	list-style: outside none;
}
.thank-you p, .thank-you li, .success p {
	margin: 0 0 1.444em 0;
}
.thank-you #header h1, .success #header h1 {
	margin-top: 1em;
}

/*---[ email optin ]---*/
#email h2 {
	font-size: 26px;
	line-height: 38px;
	margin: 0 0 30px 0;
	color: #fff;
	text-shadow: 2px 2px 0 #700000;
	padding: 8px;
	background: #ae0404;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	position: relative;
}
#email h2 img {
	position: absolute;
	top: 42px;
	left: 0;
}
#email input {
	padding: 4px;
	border-width: 1px;
	font-size: 18px;
	outline: none;
}
#email input[type="text"] {
	width: 307px;
	margin-bottom: 18px;
	border-width: 1px; 
	border-style: solid;
	border-color: #a00;
}
#email input[type="text"]:focus {
	border-color: #c00000;
	box-shadow: 0 0 10px #d00000;
	
}
#email label {
	display: block;
	font-weight: bold;
	margin: 10px 0;
	color: #111;
	font-size: 22px;
}
#email {
	width: 31.7em;
	margin-left: 1.2em;
	margin-top: 18px;
	/*border: 1px solid #ddd;*/
}
#email form {
	position: relative;
}
#email input[type="submit"] {
	border: 1px solid #CCC;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.18, #FF8F52), color-stop(0.7, #FFD466) );
	background-image: -moz-linear-gradient( center bottom, #FF8F52 18%, #FFD466 70% );
	background-color: #FF7423;
	text-shadow: 0 1px 0 #D3E0E8;
	color: #03273F;
	font-weight: bold;
	width: 200px;
	font-size: 20px;
	height: 40px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#email input[type="submit"]:hover {
	cursor: pointer;
	border-color: #274d36;
	background-color: #2C784B;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #2C784B),
	    color-stop(1, #12A34A)
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #2C784B 0%,
	    #12A34A 100%
	);		
	color: #fff;
	text-shadow: 0 1px 0 #111;
}
#footer {
	margin: 24px 0;
}
#footer #privacy {
	font-size: 1.2em;
}
.bad {
	position: absolute;
	left: -35px;
}
.webinar-bridge-link {
	color: #111;
	display: block;
	text-align: center;
	text-decoration: none;
	margin-top: 50px;
}