/* http://www.themaninblue.com/experiment/InForm/margin.htm */

#frm fieldset
{
	display: block;
	margin: 0 0 1em 0;
	margin: 0 0 0 0;
	margin: auto;
	border: 1px solid olive;
	xxxborder-top: 1px solid #D27532;
	padding: 0 1em 1em 4em;
	padding: 0 12px 12px 48px;
	width: 50%;
	position: relative;
}

#frm fieldset legend
{
	font-weight: bold;
	border: 0px solid green;
}
#frm span.input
{
	position: relative;
	top: -1.4em;
	left: 105px;
	display: block;
}

#frm xxxinput
{
	position: relative;
	top: -1.4em;
	left: 105px;
	display: block;
}

#frm input.checkbox
{
	position: relative; 
	top: 0px; 
	left: 0px; 
	display: inline;
}

#frm span.chkboxtext
{
	position: relative;
	top: 0px;
	left: 0px;
}

#frm div.checkbox
{
	clear: both;
	float: left;
	display: block;
	margin-top: -1em;
	font-weight: bold;
    padding-left: 10px;
	position: relative; 
	width: 400px;
}

#frm input.submit
{
	position: relative;
	display: block;
	
	clear: both;
	top: -10px;
	font-weight: bold;
	left: 350px;
}

#frm span.fieldLabel
{
	clear: both;
	float: left;
	display: block;
	width: 150px;
	margin-top: -1em;
	font-weight: bold;
    xxxtext-align: right;
    border: 0px solid black;
    padding-left: 10px;
}

#frm span.first
{
	margin-top: 1em;
}
#frm label.question
{
    width: 220px;
}
#frm label.question input
{
    left: 220px;
}
.required
{
    color: red;
}

#frm fieldset.radio
{
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

#frm fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

#frm fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

#frm fieldset.radio legend
{
	float: left;
	font-weight: bold;
}





.frm fieldset
{
	display: block;
	margin: 0 0 1em 0;
	margin: 0 0 0 0;
	margin: auto;
	border: 1px solid olive;
	xxxborder-top: 1px solid #D27532;
	padding: 0 1em 1em 4em;
	padding: 0 12px 12px 48px;
	width: 50%;
	position: relative;
}

.frm fieldset legend
{
	font-weight: bold;
	border: 0px solid green;
}
.frm span.input
{
	position: relative;
	top: -1.4em;
	left: 105px;
	display: block;
}

.frm xxxinput
{
	position: relative;
	top: -1.4em;
	left: 105px;
	display: block;
}

.frm input.checkbox
{
	position: relative; 
	top: 0px; 
	left: 0px; 
	display: inline;
}

.frm span.chkboxtext
{
	position: relative;
	top: 0px;
	left: 0px;
}

.frm div.checkbox
{
	clear: both;
	float: left;
	display: block;
	margin-top: -1em;
	font-weight: bold;
    padding-left: 10px;
	position: relative; 
	width: 400px;
}

.frm input.submit
{
	position: relative;
	display: block;
	
	clear: both;
	top: -10px;
	font-weight: bold;
	left: 350px;
}

.frm span.fieldLabel
{
	clear: both;
	float: left;
	display: block;
	width: 150px;
	margin-top: -1em;
	font-weight: bold;
    xxxtext-align: right;
    border: 0px solid black;
    padding-left: 10px;
}

.frm span.first
{
	margin-top: 1em;
}
.frm label.question
{
    width: 220px;
}
.frm label.question input
{
    left: 220px;
}
.required
{
    color: red;
}

.frm fieldset.radio
{
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

.frm fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

.frm fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

.frm fieldset.radio legend
{
	float: left;
	font-weight: bold;
}

