/* CSS Document */

#SeafarerForm {
	position:relative;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color:#505050;
	font-size:80%;
	line-height:100%;
}

#SeafarerForm Input,Textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	margin-bottom:2px;
	margin-right:5px;
	color:#000000;
	border:0px;
	border-bottom:1px solid #505050;
	border-left:1px solid #505050;
	background-color:#f0f0f0;
	padding:1px;
	margin-top:3px;
	letter-spacing:0px;
	font-weight:normal;
}

#SeafarerForm Textarea {
	color:#000000;
	background-color:#f0f0f0;	
	font-weight:normal;
	letter-spacing:0px;
	font-size:11px;
	border:0px;
	border-bottom:1px solid #505050;
	border-left:1px solid #505050;	
}

#SeafarerForm .reqField {
	border-color:#d00000;
	border-width:2px;
}

#SeafarerForm .Checkbox
{
	background-color:#ffffff;
	border:0px;
}

#SeafarerForm .Button {
	padding:5px;
	border:1px solid black;
	margin:10px;
}


#SeafarerForm .Sector {
	margin-top:5px;
	padding-top:5px;
	margin-bottom:25px;
	border-top: 1px solid #b0b0b0;
	width:600px;
	line-height:10px;
}


#RegisterRulesPage {
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	padding-bottom:50px;
}

#RegisterRulesPage FORM {
	width:auto;
	padding:10px;
	margin:15px;
	height:auto;
	background-color:#A2BDCF;
	color:#FFFFFF;
	border:1px solid #216A9A;
	float:left;
}


#RegisterRulesPage #EmailForm {
	margin-top:20px;
}

#RegisterRulesPage #RulesText {
	margin:15px 00px 25px 00px;
	padding:20px;
	color:#505050;
	font-size:90%;
	border:0px solid #f09090;
	line-height:140%;
	background-color:#EEF3F6;
}

.HorizontalContracts {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
