.form h2 {
	clear:both;
	font-size: 12pt;
	font-weight: bold;
	padding: 8px;
	padding-left: 0px;
	color: #1c407c;
	border-bottom: 2px solid #1c407c;
	margin-bottom: 5px;
}

.form fieldset {
	border: 0px solid #d9eec6;margin:0px;padding:0px;
}

.form legend {
	padding: 7px;
	color: #5B7444;
	font-weight: bold;
}

.form ol {
	margin: 5px;
	padding-left: 0px;
}

.form li {
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.form label2 {
	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: #FFFF80;
	
}

.form input.submit {
	position: relative;
	left: 165px;
	background-color: #d9eec6;
	border: 1px solid #A3C586;
	color: #5B7444;
	font-size: 11pt;
	margin-bottom: 10px;
}

.form em {
	color: red;
}

.form p {
	padding: 0px;
}

.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 */
        width:650px;
        height:50px;
	background-color: #ffccff;
        font-size:24px;
	font-weight: 800;
	color: #ffffff;
        text-align:center;
        padding-top:10px;
        margin-top:10px;
        background-repeat:no-repeat;
        background-image:url('http://www.sarahbricks.com/images/notice.gif');    

}
.form_error{
        text-align:center;
        padding:10px;
        color:#ffff00;
        font: normal normal 600 20px normal 'tahoma';
        text-decoration:none;
        border:4px inset #ddffff;
        background-color:#003333;
        margin:5px 150px 5px 150px;
}
.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;
}

.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;
}