/*
    Document   : private-modificar-datos
    Created on : 07-ago-2009, 11:10:24
    Author     : rcatala
    Description:
        Todo referente al estilo, colores, tamaño, etc. del formulario
*/
div.registro{
     padding:8px 0 8px 10px;
}
div.registro h1{ margin-bottom:12px; }

div#registrarse{
     padding:10px 12px;
     background: url(../../media/img/pixel_1.gif) repeat;
     border-top:1px solid #bbb;
     border-bottom:1px solid #bbb;
}

/* FORMULARIO */
div.formulario{
     width:402px;
     float:left;
}
div.registro form fieldset.opt{
     padding-top:8px;
     border-top:1px dotted #bbb;
}
dl.registro dt, dl.registro2 dt{
    width:138px;
    float:left;
    margin-left:12px;
    line-height:18px;
}
dl.registro dt b, dl.registro2 dt b{ font-size:14px; }
dl.registro2 dt{ width:155px; }

dl.registro2 dt.privacidad{ width:30px; margin-top:15px; }
dl.registro2 dd.privacidad{ width:350px; margin:15px 0 30px 0; }
dd.capt{ margin-bottom:35px; }
dt#capt{height:50px; }

dl.registro dt label, dl.registro2 dt label{ color:#7f0000; }

dl.registro dd, dl.registro2 dd{
     width:250px;
    margin-bottom:14px;
    float:left;
}
dl.registro2 dd{ width:230px; }
dl.registro dt.insert, dl.registro2 dt.insert{ width:360px; margin-bottom:4px; }

dl.registro dd div#validpass, dl.registro div#capt-loader{ margin: 3px 0 3px 0;  }
div#capt-loader em{ font-size:11px; }
dt#otros{
     width:360px;
     margin:-10px 0 12px 22px;
}
dt#otros b {color:#7f0000; }
div#question-loader{ float:left; margin:-20px 0 0 172px; }
textarea.otros{ width:360px; height:32px; }

/* INFORMACION */
div.info{
     width:230px;
     margin-top:2px;
     padding:16px 8px 16px 12px;
     float:right;
     background: url(../../media/img/pixel_2.png) repeat;
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
}
div.info ul{ list-style:none; }
div.info ul li{
     margin-bottom:16px;
}
div.info ul li img{ float:left; padding:0 8px 32px 0;}
div.info ul li h1{
     font-size:18px;
     color:#7f0000;
     line-height:21px;
     margin:2px;
}
div.info ul li h2{
     font-size:14px;
     color:#555;
     line-height:18px;
}

/* FORMUALRIO Login en CUENTA ACTIVADA CON ÉXITO */
div.acceso-clientes{
     width:200px;
     margin:20px 0 8px 8px;
     padding:16px 8px 16px 12px;
     float:left;
     background: url(../../media/img/pixel_3.png) repeat;
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
}
div.acceso-clientes form fieldset div.form-login{
     width:180px;
     height:22px;
     margin:4px 0;
}
div.acceso-clientes form fieldset div.form-login a{
     line-height:28px;
     font-size:11px;
}
