/* FORMULARIOS */

/*
#errors {
padding: 15px 5px;
margin-left: 30%;
text-align: left;
}
*/
/* tabla del formulario */
table.form {
width: 100%;
padding : 2px;
}
/*
#error {
clear: both;
color: red;
font-size: 10px;
font-style: italic;
font-weight: bold;
text-align: center;
}
*/
/* error de validacion */
.error {
background-image: none;
color: red;
font: italic bold 10px arial;
margin: 0px;
text-align: left;
padding: 0px;
}

/* aviso a usuario en formulario */
.warning {
color: orange;
font: italic bold 10px arial;
}

/* frames de formulario del item */
.frameset {
clear: both;
border-width: 1px;
border-style: solid;
margin: 0px 0px 0px;
font-size: 11px;
}

/* etiqueta de propiedad de formulario */
.label {
border: 0px solid #000;
color: black;
font-size: 10px;
padding : 2px;
text-align: right;
vertical-align: top;
}
.labelSuperior {
border: 0px solid #000;
color: black;
font-size: 10px;
padding : 0px;
text-align: left;
}
/* propiedad de formulario */
.property {
font: 10px arial, sans-serif;
color: black;
vertical-align: top;
}
/* propiedad input de formulario */
.property input {
border: 1px solid #000;
padding : 0px;
margin : 0px;
font: 10px arial, sans-serif;
color: black;
}
/* propiedad select de formulario */
.property select {
border: 1px solid #000;
padding : 0px;
margin : 0px;
font: 10px arial, sans-serif;
}
/* propiedad select de formulario */
.property textarea {
border: 1px solid #000;
padding : 0px;
margin : 0px;
font: 10px arial, sans-serif;
}
/* propiedad solo lectura de formulario */
.propertyRead {
font-size: 10px;
border: 1px solid #000;
color: black;
background-color: #EEE;
font-weight: normal;
}
/* propiedad input de formulario */
.propertyRead input {
padding : 0px;
margin : 0px;
font: 10px arial, sans-serif;
}
/* propiedad select de formulario */
.propertyRead textarea {
border: 0px solid #000;
padding : 0px;
margin : 0px;
font: 10px arial, sans-serif;
background-color: #EEE;
}
/* /FORMULARIOS */

/* elemento de texto normal */
.text {
    font-size: 10px;
    color: black;
}

/* elemento de texto en negrita */
.text_bold {
    font-size: 10px;
    font-weight: bold;
    color: black;
}

.text_white{
    font-size: 10px;
    font-weight: bold;
    color: white;
}


.alert_window{
   background-color: transparent;

}



.alert_message {
        background: #FFF url('/images/ac_wait.gif') no-repeat bottom center;
        font: 14px arial;
        font-weight: bold;
	width:100%;
        height:100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color:#BD0000;
}

.alert_progress {

	text-align:center;
	width:100%;
	height:100%;

}
