﻿#frmacceso
{
	height:26.3em;
}

.EpcAccesoTitle
{
	font-size:				1.1em;
	position:				absolute;
	width:					100%;
	top:					1.8em;
	text-align:				center;
	font-weight:			bold;
	color:					#303030;
}

.EpcAccesoTitleLineBottom
{	
	position:				absolute;
	width:					100%;
	height:					3px;
	top:					5.8em;
	text-align:				center;
}

.EpcAccesoErrorInfoImage
{
	vertical-align:			-50%;
	margin-right:			0.5em;
}
.EpcAccesoErrorInfo
{
	position:				absolute;
	top:					7.8em;
	
	margin-left:			auto;
	margin-right:			auto;
	margin-bottom:			0em;
	width:					100%;
	text-align:				center;
	color:					#DF0000;
	font-weight:			bold;
	font-size:				1em;
	background-color:		#FFFFFF;
}


.EpcAccesoLabelUsr
{
	padding-top:			3px;
	position:				absolute;
	top:					11.2em;
	width:					17em;
	text-align:				right;
}

.EpcAccesoTextBoxUsr
{	
	border:					1px solid #E0E0E0;
	padding:				3px 4px 3px 4px;
	position:				absolute;
	left:					17.5em;
	top:					11em;
	width:					15em;
	height:					1.5em;
	font-weight:			bold;
	background:				url(../Images/GradientBox.jpg);
	background-repeat:		repeat-x;
	background-position:	left bottom;	
	background-color:		#FFFFFF;
}


.EpcAccesoLabelPwd
{
	padding-top:			3px;
	position:				absolute;
	top:					14.2em;
	width:					17em;
	text-align:				right;
}

.EpcAccesoTextBoxPwd
{
	border:					1px solid #E0E0E0;
	padding:				3px 4px 3px 4px;
	position:				absolute;
	left:					17.5em;
	top:					14em;
	width:					15em;
	height:					1.5em;
	font-weight:			bold;
	background:				url(../Images/GradientBox.jpg);
	background-repeat:		repeat-x;
	background-position:	left bottom;	
	background-color:		#FFFFFF;
}

.EpcButtonTextBorderEnter
{
	position:				absolute;
	left:					34.1em;
	top:					14em;
	width:					8em;
	height:					2em;
	border:					1px solid #E0E0E0;
}

.EpcAccesoLineBottom
{	
	position:				absolute;
	text-align:				center;
	top:					21.5em;
	width:					100%;
	height:					3px;	
}

.EpcAccesoRegister
{	
	position:				absolute;
	left:					0em;
	top:					20em;
	font-size:				0.95em;
	color:					#303030;
	font-weight:			bold;
	text-decoration:		none;
	z-index:				10;
}

.EpcAccesoForgottenPasswordContainer
{
	position:				absolute;
	left:					0em;
	top:					20em;
	width:					100%;
	text-align:				right;
	font-size:				0.95em;
}

.EpcAccesoForgottenPassword
{	
	font-size:				1em;
	position:				relative;
	left:					0em;
	top:					0em;
	color:					#303030;
	font-weight:			bold;
	text-decoration:		none;
}

