/*LOGIN*/
body#login{
margin:0px;
padding:0px;
background:#CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
}

a{text-decoration:none;}

img{
border:0px;
margin:0px;
padding:0px;
}

form{
margin:0px;
padding:0px;
}

ul, li{
margin:0px;
padding:0px;
}

#login-form {
position: absolute; 
left: 50%; 
top: 50%; 
width:256px; 
height: 428px; 
margin-top: -214px; 
margin-left: -128px;
background-color:#FFFFFF;
}

#login-form #form{
background-color:#333333;
width:240px;
height:412px;
margin:8px;
}

#login-form form{
margin-left:52px;
margin-right:24px;
margin-top:22px;
}

#login-form form .input{
font-size:11px;
color:#333333;
width:125px;
height:19px;
padding-top:4px;
padding-left:2px;
margin-top:7px;
border:0px;
background-image:url(../images/bg_input_login.gif);
background-repeat:repeat-x;
background-position:left top;
}

#login-form form .buttons  {
	font-size:10px;
    background: transparent url('../images/bg_button_black.gif') no-repeat scroll top right;
	color:#FFFFFF;
    display: block;
	float: left;
    font-weight:bold;
    width:100px;
	height: 20px;
    padding-right: 7px; /* sliding doors padding */
    border:none;
}


#login-form form a{
font-size:11px;
text-decoration:underline;
color:#999999;
}

#login-form form a:hover{
text-decoration:none;
}

#login-form a{
font-size:11px;
text-decoration:underline;
color:#999999;
}

#login-form a:hover{
text-decoration:none;
}

/*CLASSES*/
.clear{
clear:both;
height:0px;
font-size:5px;
overflow:hidden;
}

span.error {
font-size:10px;
color:#FFCC66;
}

table {
	border-collapse: collapse;
} 

table td {
	/*width:3cm; */
	height:70px;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
	/*text-align:left;*/
}

.padd {
height:69px;
}

.message {
color:#FFFFFF;
font-size:16px;
padding:10px;
text-align: justify;
}

#errors {
	color:#FF0000;
	padding:0 10px 0 10px;
	text-align:justify;
}

#recover {
	color:#FFCC66;
	padding:5px 10px 0 10px;
	text-align: justify;
}

.optimize {
position:absolute;
left:10px;
top:430px;
padding:0px 5px 0 5px;
font-size:11px;
text-align:center;

}