label {
	margin:0px;
	padding:0px;
}

input {
	margin:0px;
	padding:0px;
}

form {
	font-size:0.8em;
	border:1px solid #fff;
	width:470px;
}

h2 {
	
}

h3  {
	padding:5px 10px;
	background:#eee;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:0px;
	
}

.mainLabel, .mainLabelContent, .inputGroup, .selectinput, .textInput {
	padding:0px;
	margin:1px 0px;

}

.sectionHeader {
	padding:0px;
	margin:0px 0px 10px 0px;
}

fieldset {
	padding:0px 10px;
	float:left;
	width:470px;
}

fieldset ul {
	margin:0px;
	padding:0px;
	float:left;
	width:450px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

fieldset ul li {
	margin:0px;
	padding:0px;
	float:left;
	width:450px;
	list-style:none;
	text-align:right;
}

label {
	float:left;
	width:165px;
	font-weight:normal;
	text-align:right;
	margin-right:7px;
	font-size:1em;
}

legend {
	font-size:1.3em;
	padding:5px;
	color:green;
	font-weight:bold;
	margin:5px 0px;
	padding:0px 10px 0px 0px;
}

#col1 li {
	list-style-image:none;
	margin:0px 0px 3px 0px;
	border:1px solid #f6f6f6;
}

#col1 ul.standard {
	margin:10px 0px;
}

#col1 ul.standard li {
	margin-bottom:10px;
	border:none;
}

#Form, #FormContent, #FormFields {
	border:none;
	background:none;
	padding:0px;
	margin:0px;
}

#Form {
	border:1px solid #eee;
	background:#f6f6f6;
	float:left;
	width:470px;
	position:relative;
	margin:10px 0px 0px 0px;
}

form {
	margin:0px;
	padding:0px;
	background:none;
}

.secureRightsLock {
	position:absolute;
	right:10px;
	top:10px;
}

.disclaimer {
	font-size:0.8em;
	float:left;
	text-align:left;
}

.calendarWithSelects {
	padding:0px;
	margin:0px;
	display:inline;
}

.requiredMarker {
	padding:0px 5px;
}

#col1 {
	text-align:left;
}

.response-message {
	margin-top:10px;
	padding:10px;
	border:1px solid #eee;
}

.response-message h2, .response-message h3, .response-message h4, .response-message h5 {
	margin:10px 0px;
	padding:0px;
	background:none;
	border:none;
}

/* error section */

.errors h2, .errors h3, .errors h4 {
	margin:10px 0px;
	padding:0px;
	background:none;
	border:none;
}

#col1 .errors ul li {
	border:none;
	list-style-image:url(images/bullet_green.png);
	padding-bottom:5px;
	border-bottom:1px solid #eee;
}

/* the ajax loader */

#loading {
	font-size:1.3em;
	font-weight:bold;
}