#marginForm 
{
	margin:0;
	padding:0;
	border:none;
}
#marginForm fieldset
{
	display: block;
	margin: 0 0 0 0;
	border: 0 solid #FFFFFF;
	border-top: none;
	padding: 0 1em 0 1em;
	
}

#marginForm fieldset.radio
{
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

#marginForm fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

#marginForm fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

#marginForm fieldset.radio legend
{
	float: left;
	font-weight: bold;
}

#marginForm input[type="text"] 
{
	position: relative;
	top: -1.3em;
	left: 13em;
	display: block;
        background: #fff;
        border: 1px solid #000;
        width: 18em;
        font-size:1em;
        color:#000;
        height: 15px;
}
#marginForm input[type="submit"] 
{
        width: 117px;
        height: 29px;
        display: block;
        background: url("../images/btn-send.gif") no-repeat top;
        border: 0;
        color: #fff;
        font-weight: bold;
        margin-left: 200px;
	clear: both;
}
#marginForm input[type="submit"]:hover 
{
        width: 117px;
        height: 29px;
        display: block;
        background: url("../images/btn-send.gif") no-repeat bottom;
        border: 0;
        color: #fff;
        font-weight: bold;
        margin-left: 200px;
}
#marginForm input.submit
{
	clear: both;
	top: 0;
}

#marginForm label
{
	clear: both;
	float: left;
	display: block;
	width: 33em;
	margin-top: -6px;
	font-weight: bold;
        color:#AE2926;
}

#marginForm label.first
{
	margin-top: 1em;
}

#marginForm select
{
	position: relative;
	top: -1.3em;
	left: 13em;
	display: block;
        border: 1px solid #000;
        width:18.30em;
        font-size:1em;
        color:#000;
        height:18px;
}

#marginForm  textarea
{
	position: relative;
	top: -1.3em;
	left: 14.2em!important;
        left: 14.2em;
	display: block;
        border: 1px solid #000;
        width:19.5em;
        height: 9em;
        color:#000;
        font-size:11px;
        overflow: hidden;
}

#distmarginForm
{
	margin:30px 0 0 0;
	padding:0;
	border:none;
}
#distmarginForm fieldset
{
	display: block;
	margin: 0 0 0 0;
	border: 0 solid #FFFFFF;
	border-top: none;
	padding: 0 1em 0 1em;
	
}

#distmarginForm fieldset.radio
{
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

#distmarginForm fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

#distmarginForm fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

#distmarginForm fieldset.radio legend
{
	float: left;
	font-weight: bold;
}

#distmarginForm input[type="text"] 
{
	position: relative;
	top: -1.3em;
	left: 13em;
	display: block;
        background: #fff;
        border: 1px solid #000;
        width: 10em;
        font-size:1em;
        color:#000;
        height: 15px;
}
#distmarginForm input[type="submit"] 
{
        width: 117px;
        height: 29px;
        display: block;
        background: url("../images/btn-send.gif") no-repeat top;
        border: 0;
        color: #fff;
        font-weight: bold;
        margin-left: 90px;
}
#distmarginForm input[type="submit"]:hover 
{
        width: 117px;
        height: 29px;
        display: block;
        background: url("../images/btn-send.gif") no-repeat bottom;
        border: 0;
        color: #fff;
        font-weight: bold;
        margin-left: 90px;
}
#distmarginForm input.submit
{
	clear: both;
	top: 0;
}

#distmarginForm label
{
	clear: both;
	float: left;
	display: block;
	width: 18em;
	margin-top: -6px;
	font-weight: bold;
        color:#AE2926;
}

#distmarginForm label.first
{
	margin-top: 1em;
}

#distmarginForm select
{
	position: relative;
	top: -1.3em;
	left: 13em;
	display: block;
        border: 1px solid #000;
        width:18.30em;
        font-size:1em;
        color:#000;
        height:18px;
}

#distmarginForm  textarea
{
	position: relative;
	top: -1.3em;
	left: 14.2em!important;
        left: 14.2em;
	display: block;
        border: 1px solid #000;
        width:19.5em;
        height: 9em;
        color:#000;
        font-size:11px;
        overflow: hidden;
}

.required { background: url("../images/required.gif") no-repeat right top;}
