html { 
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left; 
}

body { 
	font-size: 12px; 
	text-align: left; 
	line-height: 18px; 
	margin: 0;
	-webkit-text-size-adjust: none;
}

a:link, a:visited {  
	text-decoration: none; 
	font-weight: bold; 
}

a:hover, a:active { 
	text-decoration: none; 
	font-weight: bold; 
}

h1 { 
	font-size: 18px;
	line-height: 24px; 
	font-weight: normal; 
	width: 477px; 
	margin: 0; 
	padding: 0; 
	border-style: solid; 
	padding: 5px 0 5px 0; 
	border-width: 5px 0 1px 0;  
	text-transform: uppercase;
}

h2, h3 { 
	font-weight: normal;
	font-size: 30px; 
	line-height: 36px;
}

img { 
	border: none; 
}
.clear { 
	height: 0px; 
	clear: both; 
}

#wrapper { 
	margin: 0 auto; 
	width: 980px; 
	height: 100%;
}

#header { 
	width: 980px; 
	height: 196px; 
	margin-bottom: 50px; 
	display: inline; 
	float: left; 
	position: relative; 
	background-repeat: no-repeat; 
	background-position: center center; 
}

#footer { 
	width: 980px; 
	margin-top: 50px; 
	display: inline; 
	float: left; 
	position: relative; 
	font-size: 12px;  
	text-align: center; 
}

#leftcol { 
	width: 477px; 
	margin-bottom: 25px; 
	display: inline; 
	float: left; 
	position: relative;
}

#rightcol { 
	width: 477px; 
	margin-bottom: 25px; 
	display: inline; 
	float: right; 
	position: relative;
}

#thirdcol { 
	width: 310px; 
	margin-bottom: 25px; 
	display: inline; 
	float: left; 
	position: relative;
}

#formfield {
	padding: 10px 10px 10px 185px;
	margin: 0 0 14px 0;
	width: 282px;
	height: 21px;
	display: block;
	border: 0;
	font-family: "Sentinel"; 
	font-size: 14px;
	background-repeat: no-repeat; 
	background-position: center left;
}

.formbox {
	padding-left: 10px;
	position: relative;
	float: left;
	font-size: 12px;
}

#submit {
	width: 132px;
	height: 41px;
	border: 0;
	font-family: "Sentinel"; 
	font-size: 14px;
	background-image: url(../images/button.png); 
	background-repeat: no-repeat; 
	background-position: center center; 
}

#submit:hover, #submit:active {
	background-repeat: no-repeat; 
	background-position: center center; 
}

.squaredcheckbox {
	width: 20px;	
	position: relative;
	float: left;
}

.squaredcheckbox label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
}

.squaredcheckbox label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredcheckbox label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredcheckbox input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}