@charset "UTF-8";
/* CSS Document */

form {
	width:500px;
	margin:15px auto 10px 20px;
	}
label {
	display:block;
	font-weight:bold;
	}
textarea {
	width:350px;
	height:150px;
	}
.textInput {
	width:250px;
	}
/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:5px 0 8px 30px;
	}
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	}
#page_content #form1 .your-details {
	background-color: #E0ECFF;
	margin-bottom: 24px;
	border: 1px solid #990000;
	padding: 8px
}
#page_content #form1 .charter-details {
	background-color: #FFE8D5;
	border: 1px solid #990000;
	padding: 8px
}
#page_content #form1 legend {
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #990000;
	padding: 0px 5px 0px 5px
}

#page_content .attention {
	font-weight: bold;
	color: #FF0000;
}
