#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: url("../images/bg-inputs.gif") repeat-x;
        border: 1px solid #70899b;
        width: 24em;
        font-size:1em;
        color:#336699;
        height: 15px;
}
#marginForm input[type="submit"] 
{
        width: 122px;
        height: 22px;
        display: block;
        background: url("../images/btn-send.gif") no-repeat top;
        border: 0;
        color: #fff;
        font-weight: bold;
        font-size:0.90em;
        margin-left: 280px;
        overflow: hidden;
}
#marginForm input[type="submit"]:hover 
{
        width: 122px;
        height: 22px;
        display: block;
        background: url("../images/btn-send.gif") no-repeat bottom;
        border: 0;
        color: #fff;
        font-weight: bold;
        font-size:0.90em;
        margin-left: 280px;
        overflow: hidden;
}
#marginForm input.submit
{
	clear: both;
	top: 0;
}

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

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

#marginForm select
{
	position: relative;
	top: -1.3em;
	left: 13em;
	display: block;
        background: url("../images/bg-inputs.gif") repeat-x;
        border: 1px solid #70899b;
        width:24.30em;
        font-size:1em;
        color:#336699;
        height:18px;
}
#presupuestoForm input[type="text"] 
{
	position: relative;
	display: block;
        background: url("../images/bg-inputs.gif") repeat-x;
        border: 1px solid #70899b;
        width: 24em;
        font-size:1em;
        color:#336699;
        height: 15px;
}
#presupuestoForm select
{
	display: block;
        background: url("../images/bg-inputs.gif") repeat-x;
        border: 1px solid #70899b;
        width:24.30em;
        font-size:1em;
        color:#336699;
        height:18px;
}
#presupuestoForm label
{
	display: block;
	width: 26em;
	font-weight: bold;
        color:#AE2926;
}
#presupuestoForm textarea
{
	display: block;
        background: url("../images/bg-inputs.gif") repeat-x;
        border: 1px solid #70899b;
        width:24em;
        height: 9em;
        color:#336699;
        font-size:11px;
        overflow: hidden;
}
#presupuestoForm input[type="submit"] 
{
        width: 122px;
        height: 22px;
        display: block;
        background: url("../images/btn-send.gif") no-repeat top;
        border: 0;
        color: #fff;
        font-weight: bold;
        padding: 0 0 2px 0;
        font-size:11px;
        margin-left: 445px;
        overflow: hidden;
}
#presupuestoForm input[type="submit"]:hover 
{
        width: 122px;
        height: 22px;
        display: block;
        background: url("../images/btn-send.gif") no-repeat bottom;
        border: 0;
        color: #fff;
        font-weight: bold;
        padding: 0 0 2px 0;
        font-size:11px;
        margin-left: 445px;
        overflow: hidden;
}
#marginForm  textarea
{
	position: relative;
	top: -1.3em;
	left: 12.8em!important;
        left: 12.8em;
	display: block;
        background: url("../images/bg-inputs.gif") repeat-x;
        border: 1px solid #70899b;
        width:23.5em;
        height: 9em;
        color:#336699;
        font-size:11px;
        overflow: hidden;
}
.required { background: url("../images/required.gif") no-repeat right top;}

