.FormPanelStyle
{
   background-color: transparent;
   border-width: 0px;
   border-style: none;
}

.SubHead.LabelItemStyle
{
   margin:25px 0px 5px 15px;
   background-image: url(/Portals/0/fondo_titulo_tabla.gif); 
   background-position:right; 
   background-repeat: no-repeat; 
   width:240px;
   display:block;
   color:#FFFFFF;
   font-family:Tahoma,Arial,Helvetica;
   font-size:11px;
   padding:0 0 0 4px;
   font-weight:normal;
}

.SubmissionPanelStyle
{
   background-color: transparent;
   border-width: 0px;
   border-style: none;
}

.SubmissionPanelStyle .SubHead
{
   white-space: nowrap;
}

.linea_form span {
	display:block; 
	color:#787878;
	font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:normal;
	padding:5px 0px 2px 18px;
	background-image: url(/Portals/0/fondo_cuadro_tabla.gif); 
	background-position:left; 
	background-repeat: no-repeat;
}

.linea_form input, .linea_form textarea {border:#d2d2d2 solid 1px; margin:0px 0px 0px 15px;}

#dnn_ctr482_ModuleContent #SubmitButton {margin:10px 0px 0px 0px; text-align:center;}

#dnn_ctr482_ModuleContent #SubmitButton input {
/*background-image: url(/Portals/0/boton_formulario.gif); 
background-repeat: no-repeat; 
width:60px; 
height:40px; 
border:none; 
cursor:pointer; 
color:#FFFFFF;*/
background-color:#E95B11;
color:#FFFFFF;
font-size:11px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
padding:2px 10px 2px 10px;
cursor:pointer;
border:none;
}
#dnn_ctr482_ModuleContent #SubmitButton input:hover {/*background-image: url(/Portals/0/boton_formulario_over.gif;*/
background-color:#ff9966;} 

