﻿body{
	background-color:#ECECEC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#LoginMainContainer{
	 width:910px;
	 height:585px;
	 background-repeat:no-repeat;
	 margin:20px auto 0;
	 overflow:hidden;
	 display:block;	background-image:url('/_layouts/FormsAuthenticationLogin/Estilos/Images/fondoMainArea.png');
}
#LoginControlContainer{
	width:252px;
	height:523px;
	padding:18px;
	float:right;
	margin:10px 50px 0 0;	
	background-image:url('/_layouts/FormsAuthenticationLogin/Estilos/Images/recuadromiseccion.png');
}
form{
	background-color:#ECECEC;
}
#LoginContentHeader{
	width:253px;
	height:87px;
	background-image:url('/_layouts/FormsAuthenticationLogin/Estilos/Images/Logo.png');

}
#loginContent
{
    margin-top:10px;
}
.formTag{
	font-weight:bold;
	padding-bottom:8px;
}

.formTextfield{
	width:187px;
	height:20px;
	line-height:21px;
	padding:3px 5px;
	background:#FFFFFF url(../images/TextFieldBG.gif) no-repeat;
	border:0;
	color:#666;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.imgBtn{
	background-repeat:no-repeat;
	background-position:left;
	width:171px; 
	height:47px
}


.imgBtn:hover{
	background-position:right;
}

.smallLetters{
	font-size:10px;
	padding-bottom:5px;
}