/*-----------------------------------------------------------------------------
Website: sistemas.tunexo.com.mx
Auteur: daniel jimenez
Laatst: 07/10/10
-----------------------------------------------------------------------------*/

/*form*/

form { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
fieldset
{
border: 1px solid #CCC;

-moz-box-shadow:0px 0px 10px #B7B7B7;
-webkit-box-shadow:0px 0px 10px #B7B7B7;
box-shadow:0px 0px 10px #B7B7B7;	
}

.clase1 { height:410px; width: 500px;}
.clase2 { height:120px; width: 500px;}
.clase3 { height:100px;width: 500px;}
.clase4 { height:100px;width: 280px; margin-left:15px; margin-bottom:15px;}
.reducida{ width: 480px; font-size:12px; margin: 0 auto; }
.correos{  width:280px; margin-left:15px; font-weight:bold}



legend
{
color: #fff;
background: #4BADC2;
border: 1px solid #781351;
padding: 10px 10px; height:12px; 
font-size:14px; margin-left:30px;
} 

label
{
width: 4em;
float: left;
text-align: right;
display: block;
margin-left:20px;
 
}




input, textarea
{
color: #069;
background: #EAEFF4;
border: 1px solid #CAE4E6; 
margin-left:20px;


}

#boton, #boton2
{
color: #FFF;
font-size:12px;
background: #4BADC2;
border: 2px outset #4BADC2;  height:23px; width:80px;
margin-left:25px; margin-right:25px;
-moz-border-radius:10px
} 
fieldset, #boton, #boton2, legend
{
-moz-border-radius:0px 0px 5px 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-khtml-border-bottom-right-radius: 5px;
-khtml-border-bottom-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-khtml-border-top-right-radius: 5px;
-khtml-border-top-left-radius: 5px;}

 
.alertbox
  {
    background  : url(images/dialog-help.png) no-repeat scroll left top;
    margin      : 0 10px;
    padding     : 0 0 5px 40px;
    font-family : Verdana;
    font-size   : 12px;
    text-align  : left;
	overflow-y:hidden;
	overflow:hidden;
	
  }

