.quickform_form {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.quickform_form input {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E8E8E8;
	border: 1px solid #484848;
	width: 165px;
	padding: 2px;
}

.quickform_button {
	width: 100px !important;
	margin-top: 25px;
	background-color: #666666 !important;
	color: white;
	border: 1px solid white !important;
	font-weight: bold;
}

select {
	width: 165px;
	margin-top: 25px;
	font-size: 11px;
}

.quickform_table {
	border: 0px;
	width: 100%;
}

/* Table header td */
.quickform_header {
	font-size:13px;
	font-weight:bold;
}

/* Left column td */
.quickform_label {
	width: 130px;
}

/* Right column td */
.quickform_element {

}

/* Error message appearing next to the fields */
.quickform_error {
	color:#FF0000;
}

/* Required message appearing next to the fields */
.quickform_required {
	color:#FF0000;
}

/* Required note at the end of the form */
.quickform_requirednote {
}