
form {
    margin: 0 2%;
    padding: 0;
    width: 96%;
}
form fieldset {
    border: 1px solid #69c;
/*    border-bottom: 1px solid black;*/
    padding: 10px 0;
    margin: 0 0 10px 0;
    width: 100%;
}
form fieldset.hidden {
    border: 0;
}
form ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
form ol li {
	clear: both;
}
form fieldset legend {
    margin-left: 0.3em;
    padding: 0 0.2em;
    border: 1px solid #69c;
    color: #69c;
    font-size: 90%;
}
form label {
    margin: 0 0 0 5px;
}
form div.html {
    margin: 0 0 0 5px;
}
form label.label {
    display: block;
    float: left;
    width: 30%;
    padding: 0;
    margin: 5px 0 0 0;
    text-align: right;
}
form input, form textarea, form select {
    width: auto;
}
form textarea {
    overflow: auto;
}
form br {
    clear: both;
}
form div.element {
    display: inline;
    float: right;
    right: 0;
    margin: 0px 0 0 10px;
    padding: 0 0 10px 0;
    width: 65%;
}

form div.reqnote {
    font-size: 80%; 
}
form span.error, form span.required {
    color: red;
}
form div.error {
    border: 1px solid red;
    padding: 5px;
}

form div.focus {
    max-width: 48%;
    width: 48%;
    padding: 0;
    margin: 0 0 0 1%;
    float: left;
}
form div.products {
    max-width: 48%;
    width: 48%;
    padding: 0;
    margin: 0 1% 0 0;
    float: right;
}
form div.endcat {
    font-size: 0;
    height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
}
form div.focus label.label, form div.products label.qflabel {
    display: inline;
    width: 100%;
    text-align: left;
}
form div.focus div.element, form div.products div.qfelement {
    clear: left;
    float: left;
    margin: 0;
    width: 100%;
}

form div#membership_selector label.label {
    display: none;
}
form div#membership_selector div.element {
    width: auto;
    float: left;
}

