.form h2 {

	clear:both;

	font-size: 12pt;

	font-weight: bold;

	padding: 8px;

	padding-left: 0px;

	color: #47697E;

	border-bottom: 2px solid #47697E;

	margin-bottom: 5px;

}



.form fieldset {

	border: 1px solid #F0F0F1;

	margin-left: 10px;

	margin-right: 10px;

}



.form legend {

	padding: 7px;

	color: #0c3078;

	font-weight: bold;

}



.form ol {

	margin: 5px;

	padding-left: 10px;

}



.form li {
	list-style: none;

	padding-bottom: 10px;

	margin-bottom: 10px;

}



.form label {

	font-weight: normal;

	float: left;

	display: block;

	width: 140px;

	text-align: right;

	font-weight: bold;

	font-size: 10pt;

	padding-right: 10px;

}



.form label.below {

	color: #333333;

}



.form input {

	border: 1px solid #CCCCCC;

	background-color: #F5F5F5;

	padding: 4px;

}



.form input.submit {
	position: relative;

	left: 165px;

	background-color: #F0F0F0;

	border: 1px solid #CCC;

	color: #000;
	
	font-weight: bold;

	font-size: 11pt;

	margin-bottom: 10px;

}



.form em {

	color: red;

}



.form p {

	padding: 15px;

}



.form div.help {

	clear:both;

	position: relative;

	left: 150px;

	color: #333333;

	font-size: 8pt;

	font-family: arial;

	width: 300px;

}



.form div.error {

	/* for field-specific errors */

	clear: both;

	position: relative;

	font-family: arial;

	left: 150px;

	width: 300px;

	color: red;

	font-size: 8pt;

	font-weight: bold;

}



.form div.formerror {

	/* for form-wide errors, displayed at the top */

	background-color: #fad5d5;

	padding: 15px;

	font-weight: bold;

	color: #e10606;

	border: 1px solid #c90303;

	margin-top: 10px;

	margin-bottom: 10px;

}



.form div.formnotice {

	/* for form-wide notices, displayed at the top */

	background-color: #e3f0d8;

	padding: 15px;

	font-weight: bold;

	color: #588c2c;

	border: 1px solid #588c2c;

	margin-top: 10px;

	margin-bottom: 10px;

}



#postcomment label {

	width: 70px;

}



#postcomment textarea {

	width: 300px;

	height: 110px;

}



#postcomment input.submit {

	left: 80px;

}



#postcomment div.help {

	left: 80px;

}

	



/* for the subscription packages page */





.form input.purchase {

	background-color: #d9eec6;

	border: 1px solid #A3C586;

	color: #5B7444;

	font-size: 11pt;

}



.form div.packagebutton {

	float: left;

	width: 100px;

	text-align: center;

	padding: 10px;

	margin-bottom: 15px;

}



.form div.packagedescription {

	float: left;

	width: 400px;

	padding: 2px;

	margin-bottom: 15px;

}