form.activex {
	padding: 0 10px;
	font-family: Verdana;
	font-size:11px;
	}

form.activex input, textarea, select {
	margin: 0px;
	font-family: inherit;
	font-size: 12px;
	color: #333333;
}

form.activex input:focus, textarea:focus
{
	background-color: #ffff99;
}

form.activex input.bloqueado
{
	background-color: #cccccc;
	font-weight: bold;
	color: #333333;
}

form.activex .error{
	font-weight: normal;
	color: #ffffcc;
	background-color: #990000;
	border: 1px solid #ff0000;
	padding: 2px;
	}
	
form.activex fieldset { 
    margin: 30px; 
    background-color: #111111;
    border: 1px solid #333333;
    text-align: left;
    }
	
form.activex legend {
	padding: 0 2px;
	font-weight: bold;
	color: #cccccc;
	_margin: 0 -7px; /* IE Win */
	}
	
form.activex label {
	display: inline-block;
	color: #999999;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.activex fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.activex fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.activex fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.activex fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.activex fieldset fieldset label {
	display: block;
	width: auto;
	}

form.activex em {
	font-weight: bold;
	font-size: 9px;
	font-style: normal;
	color: #f00;
	}
form.activex p {
	font-family: Century Gothic, Tahoma;
    margin-left: 0px;
    font-style: normal;
    text-align: left;
    color: #999999;
    font-weight: normal;
	background-color: #444444;
	border: 1px solid #333333;
	padding: 3px;
    } 
    
form.activex p.warning {
	font-family: verdana;
	background-color: #FFCC33;
	color: #111;
	border: 1px solid #ffcc00;
    } 

form.activex p.botones
{
	margin:0px;
	margin-left: 40px;
	margin-right: 40px;
	border: 1px solid #444444;
	background-color: #333333;
}

form.activex input.boton { background-color: #ffffcc; border: 1px solid #666666; color: #333333; margin-right: 2px;}
form.activex input.boton:hover {border: 1px solid #ff6600; background-color: #ff9900; color: #ffffff; }

form.activex h1.title{
	font-size: 110%;
	background-color: #FE9A2E;
	font-weight: normal;
	color: #3B0B0B;
	border: 1px solid #FF8000;
	padding: 2px;
}  

form.activex label { width: 160px; } /* Width of labels */
form.activex fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.activex legend { display: inline-block; } /* IE Mac legend fix */
