/* 
    Document   : login
    Created on : 15-nov-2010, 9:26:20
    Author     : Mauricio Sánchez - G4 Consulting
    Description:
       Estilos definidos para pantallas de login
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

*{
	margin:0;
	padding:0;
}

body{
	background:#f1f3f5;
	text-align:center;
	font-family:Helvetica,Arial,Osaka;
	font-size:12px;
	color:#82848b;
}

a{
	color:#82848b;
	text-decoration:none;
}

.hidden{
	display:none;
	margin:0;
	padding:0;
}

#container{
	width:760px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

.ondas {
    width: 525px;
    margin: 0 auto;
    
    background:#fff url(../images/layout/ondas.png) repeat;

    padding: 30px;
    margin-top: 60px;
    
}

.loginBox{
	width:461px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

.boxcenter{
    background:url(../images/login/loginboxBg.png) repeat-y;
    	width:461px;
	margin:0 auto;
	text-align:left;

	
	position:relative;
}

.loginFooter{
	margin-top:-8px;
	background:url(../images/login/loginFooter.png) no-repeat bottom left;
}

.loginBox h1{
	width:461px;
	height:78px;
	background:url(../images/login/loginHeader.png) no-repeat;
        position:relative;
}

.loginFields{
    width: 410px;
    margin: 0 auto;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f6f6f6;
}



.loginBox p{
	margin:0px;
	padding:0px 20px 0 20px;
	clear:both;
}

.loginBox label{
	font-weight:bold;
	display:block;
	float:left;
	width:150px;
}

.loginBox label small{
	display:block;
}

.loginBox input{
	font-size:12px;
	display:block;
	float:left;
	width:200px;
	margin:0;
        border:1px solid #79B988; background:#fff url(../images/form/form.gif) repeat-x top left;
}


.loginBox .btnBox{
	padding-left:160px;
	padding-bottom:0px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

a.btnRounded, .button {
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */
}
.button {
  width: auto; border: none; background: url(../images/btn.png) repeat-x top left; color: #F3F3F3; padding: 5px 16px; margin-left: 10px;
}
.button:hover {
  width: auto; border: none; background: url(../images/btnOver.png) repeat-x top left; color: white; cursor:pointer;
}


.loginBox ul{
	margin:0;
	padding: 20px 25px 25px 195px;
}



.loginBox li{
	list-style-type:none;
	margin:0;
	padding:0;
}

.loginBox li a{
	background:url(../images/login/btn.gif) no-repeat 0 -19px;
	padding: 5px 0 0px 20px;
	margin:0;
	display:block;
}

.loginBox li a:hover{
	background-position:0 0;
}


.errorWrap{
clear: both; font-size: 11px; font-weight: bold; text-align:center; color:#DC3D3D;
}
.errorWrap p{
	height:1%;
	}