/*formularios */

#formbox{
	width:430px;
	margin-left: 10px;
	text-align: left;	
}

#formbox label{
height: 25px;
text-align: left;
padding-top: 3px;
padding-right: 5px;
color: #555555;
font-weight: bold;
}

#formbox .labelradio{
float: left;
height: 25px;
text-align: left;
padding-top: 3px;
padding-right: 5px;
color: #555555;
font-weight: bold;
}

.labelradio{
float: left;
height: 25px;
text-align: left;
padding-right: 5px;
color: #555555;
font-weight: bold;
}

#formbox .inputradio{
float: left;
border: none;
background-color: transparent;
margin-right: 15px;
}

.inputradio{
float: left;
border: none;
background-color: transparent;
margin-right: 15px;
}

#formbox input, textarea{
margin-bottom: 10px;
background-color: #fff;
border:solid 1px #c0c0c0;
color: #000000;
}

input{
background-color: #fff;
border:solid 1px #c0c0c0;
color: #000000;
}

#formbox textarea{
overflow-x: hidden;
overflow-y: scroll;
}

#formbox .boxes{
width: 1em;
}

#capabotones{
margin-top: 5px;
}

#capabotones input{
background-color: #c80000;
background-image: url(../imagenes/bginput.gif);
background-repeat: repeat-x;
background-position: bottom;
padding-top:1px;		
border: 1px solid #aaaaaa;
height: 22px;
color: #fff;
font-weight: bold;
font-size: 11px;
letter-spacing: 0.2em;
}

.botonform {
background-color: #c80000;
background-image: url(../imagenes/bginput.gif);
background-repeat: repeat-x;
background-position: bottom;
padding-top:1px;		
border: 1px solid #aaaaaa;
height: 22px;
color: #fff;
font-weight: bold;
font-size: 11px;
letter-spacing: 0.2em;
}
/* fin del formulario*/