@charset UTF-8;
/*******************
CSS specific to JOB 11-0814
Use MasterCSS where possible
***/


/* Webinar */
.webinar {
	width:660px;
	padding: 5px 0; 
	margin: auto;
}
.webinar h3 {
	font-size:18px;
	line-height:18px;
	margin:1.2em 0 10px 0;
	color:#00A650;
}

.small-title {
	font-size:11px; 
	font-weight:bold;
	}
	
.info-block {
	float:left; 
	width: 200px; 
	padding-right:20px;
	}
	
	
.orange_bullets	 li{
	margin: 8px 0;
	}
	
blockquote {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
box-shadow: 0px 0 5px #cccccc;
-webkit-box-shadow: 0px 0 5px #cccccc;
background-color: white;
margin: 2em auto;
padding: 1em;
font-family: courier, monospace;
width:550px;

}

#content{
	margin-bottom: 0;
	}
	
.registerNow {
	font-size:14px;	
	}
	
.registerNow:hover  {
    color: #F48120;
	-webkit-transition: color 1s ease-out;
	-moz-transition:  color 1s ease-out;
	-o-transition:  color 1s ease-out;
	transition:  color 1s ease-out;
	-webkit-transition: text-decoration 1s ease-out;
	-moz-transition:  text-decoration 1s ease-out;
	-o-transition:  text-decoration 1s ease-out;
	transition:  text-decoration 1s ease-out;

	}	
	