@charset "UTF-8";
/* clearing */
    .clearfix:after {
        clear: both;
		height: 1px; 
        
        display: block;
        visibility: hidden;
        
        content: ".";
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    .clearfix {display:block;}
    /* End hide from IE Mac */
/* end clearing */

form
{
	background-color: #fffeef;
	padding: 10px;
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 550px;
	color: #333333;
	position: relative;
}
fieldset
{
	border: 1px solid #9e1c31;
	margin: 10px;
	position: relative;
	padding: 0;
}
legend
{
	color: #FFFFFF;
	background-color: #9E1C31;
	font-weight: bold;
	border: 1px solid #9e1c31;
	margin: 10px;
	padding: 5px;
}
fieldset h4 {padding: 5px 10px; border-bottom:1px solid #9e1c31; color:#9E1C31;}
fieldset p {padding: 5px 10px; text-align: left; margin-bottom: 10px; display: block;}
.row {
	width: 510px;
	padding: 10px;
	text-align: right;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin: 0;
}
.row.last {
	border-bottom: none;
}
.row label {
	display: block;
	float: left;
	text-align: right;
	width: 190px;
	margin-top: 0px;
	padding-bottom: 10px;
	clear: both;
}
.row label span {
	font-size: 10px;
	font-style: italic;
	display: inline-block;
}
.structural span {
	position:absolute;
	left:-9999px;
}
.row input, .row textarea {
	width: 305px;
	float: right;
	display: inline;
	color: #666666;
}
.row textarea {
	height: 75px;
	max-width: 310px;
	width: 310px;
}
.row #applicantsStatement {
	float: left;
	margin-left: 10px;
	width: auto;
}
.checkboxes, .searchField, .radio {
	position: relative;
	text-align: left;
	width: 305px;
	float: right;
	display: inline;
	margin-bottom: 0px;
}
.searchField   {
	margin-bottom: 0px;
}
.searchField input {
	width: 220px;
	*width: 215px; /* targets IE6+ for width adjustment */
	float: left;
	display: inline;
	margin-right: 10px;
}
.searchField   input.submit {
	width: auto;
}
.checkboxes input, .radio input {
	width: 10px;
	float: left;
	display: inline;
	margin-right: 5px;
}
.checkboxes label, .radio label {
	width: 100px;
	text-align: left;
	float: left;
	display: inline;
	padding-right: 30px;
	clear: none;
}
.radio label {width: auto;}
.clear {clear:both;}
form #submit {
	display: inline;
	float: right;
	margin: 10px;
}
.requiredField {
	color: #9E1C31;
}
