.registration_form  {
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

h1.registration_form   {
	font-size: 12pt;
	line-height: 12pt;
	text-decoration: underline;
	text-align: center;
	text-transform: uppercase;
}

h2.registration_form   {
	font-style: italic;
	font-size: 14pt;
	line-height: 8pt;
}

h3.registration_form  {
	font-style: italic;
	font-size: 12pt;
	line-height: 8pt;
}

a.registration_form {
	font-size: 12pt;
}

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