form {
	margin: 0;
	}
	
form.form {
	font-size: 9pt;
	}

div.form {
	font-size: 9pt;
}

div.form .form-container{
	padding: 2em;
}

form.form h2 {
	margin: 10px 0 10px 0;
	color: #222;
	padding: 5px 0 0 10px;
	font-size: 13pt;
	font-weight: bold;
	}

div.formerror {
	border: 3px solid #ac101e;
	background-color: #cd3543;
	padding: 15px;
	color: #fff;
	margin-bottom: 10px;
	font-size: 11pt;
	}
	
div.notice {
	border: 3px solid #3d7730;
	background-color: #70a664;
	padding: 15px;
	color: #fff;
	margin-bottom: 10px;
	font-size: 11pt;
	}

form.form fieldset,
div.form fieldset {
	border: 1px solid #c2d0b7;
	background-color: #fff;
	margin-bottom: 20px;
	}
	
form.form legend,
div.form legend{
	background-color: #C8D9B9;
	margin-left: 20px;
	font-size: 8pt;
	text-transform: uppercase;
	color: #5d6d4e;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	}
	
form.form ol {
	list-style: none;
	}
	
form.form ol li {
	margin: 5px 0 5px 0;
	padding: 5px;
	clear: both;
	}
	
form.form label {
	float: left;
	display: block;
	width: 145px;
	text-align: right;
	padding-right: 10px;
	margin-right: 10px;
	background-color: #fff;
	}
	
form.form li .options {
	float: left;
	width: 400px;
	}
	
form.form label.below {
	color: #333333;
}

form.form label em {
	color: red;
	}
	
form.form .error {
	color: #cf3333;
	position: relative;
	left: 165px;
	font-size: 8pt;
	width: 300px;
	}
	
form.form div.help {
	position: relative;
	width: 300px;
	left: 165px;
	font-size: 8pt;
	color: #333;
	font-style: italic;
	}
	
form.form span.help {
	font-size: 8pt;
	color: #333;
	font-style: italic;
	}
	
form.form option {
	padding-right: 10px;
	}
	

form.form input {
	border: 1px solid #dedede;
	padding: 5px;
	line-height: 13pt;
	}


form.form .check, form.form .radio {
	border: 0 none;
	}


form.form input.submit {
	clear:both;
	position: relative;
	left: 165px;
	background-color: #f2f2f2;
	height: 35px;
	border: 1px solid #ccc;
	color: #666;
	font-weight: bold;
	font-size: 12pt;
	font-family: helvetica, arial;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	cursor: pointer;
	-moz-border-radius: 100%;
}



form.form input.submit:hover {
	background-color: #f9f9f9;
	}

form.form input.submit:active {
	background-color: #222;
	}
	


#packageform .package_button {
	float: left;
	width: 20px;
	padding-top:5px;
	}
	
#packageform .package_text {
	float: left;
	width: 500px;
	}