/*-----------------------------------------------------------------------------
 * Digital Express
 * http://digitalexp.com.br
 * 10/03/2009
 * Charset UTF-8
-----------------------------------------------------------------------------*/
@CHARSET "UTF-8";

body
{
	margin-top:0px;
	font:10px Verdana;
	color:#464646;
	background:url(image/bgLogin.png) top repeat-x #CCC;
}

input { height:14px;}

.logoLogin
{
	width:300px;
	height:70px;
	margin:0 auto;
	margin-top:215px;
	background:url(image/logoLogin.png) top center no-repeat;
}

.contentLogin
{
	width:257px;
	height:75px;
	margin:0 auto;
	margin-top:10px;
}

.footerLogin
{
	font:9px Verdana;
	text-align:right;
	color:#CCC;
	width:100%;
}

#ligthBox
{
	z-index:100;
	position:absolute;
	color:#FFF;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	opacity:0.80;
	filter:alpha(opacity=80);
	background:#999;
}

.containerLightBox
{
	font:11px Verdana;
	text-align:left;
	width:310px;
	height:108px;
	margin:0 auto;
	margin-top:280px;
	background:url(image/error.png) top center no-repeat;
}

.titleLightBox
{
	width:290px;
	font-weight:bold;
	padding:7px 0px 4px 10px;
}

.contentLightBox
{
	width:290px;
	margin:20px 0px 20px 10px;
}
