.quickform {
	
	margin: 0;
	padding: 0;
}

.quickform form {
    margin: 0;
    padding: 0;
    min-width: 500px;
    /* max-width: 600px; */
    width: inherit;
}
.quickform form fieldset {
    clear: both;
    float: left;
    border: 0;
    margin: 0;
    width: 100%;
}
.quickform form fieldset.hidden {
    border: 0;
}
.quickform form fieldset legend {
    white-space: nowrap;
    font-weight: bold;
    width: 100%;
	font-size: 130%;
    padding: 1px;
    display: block;
	border-bottom: 3px solid #CCC;
}
.quickform form fieldset ol {
    margin: 0;
    padding: 0;
}
.quickform form fieldset li {
    display: block;
    list-style: none;
    margin: 0;
    clear: both;
}
.quickform form label {
    margin: 0 0 0 5px;
}
.quickform form label.element {
    display: block;
    float: left;
    width: 150px;
    padding: 0;
    margin: 5px 0 0 0;
    font-weight: bold;
    text-align: right;
}
.quickform form input, .quickform form textarea, .quickform form select {
    width: auto;
}
.quickform form textarea {
    overflow: auto;
}
.quickform form br {
    clear: left;
}
.quickform form div.element {
    display: inline;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
}
.quickform form li.reqnote {
    font-size: 80%; 
    margin: 5px 0 0 10px;
}
.quickform form span.error, .quickform form span.required {
    color: red;
}
.quickform form div.error {
    border: 1px solid red;
    padding: 5px;
}
