body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 0.8em;
}
h1 {
	font-size: 1.4em;
}

fieldset {
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    margin: 0 0 1.5em 0;
    padding: 0 0 10px 0;
    border-style: none;
    border: 1px solid #BFBAB0;
}
legend {
    margin-left: 1em;
    font-weight: bold;
    padding: 0;
}
legend span {
    position: absolute;
    left: 0.74em;
    top: 0;
    margin-top: 0.5em;
    font-size: 110%;
}
fieldset ol {
    width: 95%;
    list-style: none;
    margin: 0;
    padding: 2em 1em 0 1em;
}
fieldset li {
    float: left;
    clear: left;
    width: 100%;
    background-color: #f5fafc;
    padding: 10px 5px 10px 5px;
    margin-bottom: 1px;
}

fieldset.submit {
    float: none;
    width: auto;
    border: 0 none #FFF;
    padding-left: 25.8em;
}
label {
    position: relative;
    float: left;
    width: 300px;
    margin-right: 1em;
}
label em {
    position: absolute;
    left: 300px;
    top: 5px;
}
label strong {
    display: block;
    color: Red;
    position: relative;
    left: 315px;
    top: 6px;
    font-size: 0.8em;
}
label.sameline
{
	float: none;
	width: auto;
	margin-right: auto;
}
label.sameline em
{
    position: absolute;
    left: -35px;
    top: 5px;
}
label.sameline strong
{
    position: static;
    left: 0;
    top: 0;
}
.mandatory {
    color: Red;
    margin: 0;
}
.hide{
    display: none;
}
.show {
    display: list-item;
}
.text {
    width: 200px;
}
.topinput {
    margin-top: 10px;
    border-top: 1px solid #CCCCCC;
    padding-top: 5px;
}
input.error {
    border: 1px dotted red;
}

fieldset fieldset
{
	margin-bottom: -2.5em;
	border-style: none;
	background-color: transparent;
}
fieldset fieldset legend
{
	margin-left: 0;
	font-weight: normal;
}
fieldset fieldset ol
{
	position: relative;
	top: -1.5em;
	margin: 0 0 0 24em;
	padding: 0;
}
fieldset fieldset li
{
	background-color: transparent;
	padding: 0 0 0.5em 0;
}
fieldset fieldset label
{
	float: none;
	width: auto;
	margin-right: auto;
}