/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* JCK - added this next line to remove the extra spacing in Safari and Firefox */
.c\learfix:after { line-height: 0; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 




#registration_title{
	font-size:225%;
	padding-top:5px;
	padding-bottom:15px;
	border-bottom: 1px solid #dfdfdf;
}


.registration_info{
	padding-top:15px;
	width:700px;
}


.registration_info_title{
	padding-top:4px;
	color: #fff;
}

.registration_info_content{
	width:660px;
	padding-top:10px;
	color: #666666;
}


.info_main{
	font-size: 100%;
}

.info_main p{
	margin-bottom:5px;
	margin-top:5px;
}

.info_label{
	color:#333;
	font-weight:bold;
}


input, select{
	font-family:Arial, Verdana, Sans-Serif; font-size:8pt; font-weight:normal; color:#000000; 
	}

form {
	 margin:0px;	
	}
	
.error{
	color: #d40101;
	font-weight:bold;
}
	

td{
	padding-bottom:5px;
}


.tagline{
	font-size:105%;
	font-weight:bold;
	color: #166ac0;
	text-align: right;
}

.suboption{
	background-color:#eaf1db;
	padding:10px;
}

#professional{
	display:none;
}

.instruction{
	font-weight:bold;
	padding-bottom:10px;
}

hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #333; 
	border-style: none none dotted; 
	padding-left:0px;
	margin-left:0px;
}