﻿
/* Registration
----------------------------------------------------------*/
.register .masthead h1{
	float: left;
}
.register .masthead .licenseDiv{
	float: left;
	margin: -8px 0 0 80px;
}
.register .existingAccount{
	margin: 0 40px 20px 50px;
}
.licenseDiv .labelDiv{
	margin-top: 0;
}
.licenseDiv .labelDiv label{
	font-size: 12px;
}
.licenseDiv input.license{
	width: 380px;
	height: 20px;
	font-size: 12px;
}
.register .masthead,
.register .formWrapper,
.register .comingSoon{
	width: 1000px;
}
.register .body{
	clear: both;
	padding: 10px 0 20px 0;
}
.register .body .detailsDiv{
	width: 32%;
	float: left;
	margin: 0 0 40px 0;
}
.detailsDiv.personalDetails{
	border-right: solid 1px #667;
}
.detailsDiv h2{
	margin: 0 0 0 50px;
}
.register .buttons{
	clear: both;
	background-color: rgba(255,255,255,0.5);
	padding: 15px 0;
}
.register .bodyfooter{
	width: 100%;
	height: 100px;
}
.register .existingLicense{
	border: solid 3px red;
	border-radius: 6px;
	padding: 20px 40px;
	margin: 50px;
	background-color: rgba(255,255,255,0.5);
}
