@charset "utf-8";
/* CSS Document */

a:link {color:#000; text-decoration:none; font-size:11px; font-weight:bold;}      /* unvisited link */
a:visited {color:#000; }  /* visited link */
a:hover {color:#000; text-decoration:underline}  /* mouse over link */
a:active {color:#000;}  /* selected link */

input[type=text] {
	background:url('../../images/login/dark_bg.png');
	color:#CCC;
	border:0px;
}

input[type=password] {
	background:url('../../images/login/dark_bg.png');
	color:#CCC;
	border:0px;
}

.error
{
color:#E16615;
font-size:11px;
}

body{
	background:url('../../images/background.jpg');
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
}

#menu{
	background:url('../../images/login/menu-bar.png');
	position:relative;
	width:752px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	vertical-align:middle;
	padding-top: 12;
	padding-right: 25;
	z-index: 4;
}

#login{
	position: absolute;
	top: -8px;
	left: 50%;
	width:210px;
	height: 43px;
	z-index: 3;
}

#sistema{

margin: -4px;

}

#content{
	position: relative;
	width: 752px;
	height: 400px;
	margin: 0 auto;
	z-index: 2;
}

#sat{
	background:url('../../images/login/sat.png');
	width: 464px;
	height: 466px;
	position:absolute;
	left: 40%;
	top: -50px;
	z-index: 1;
}

#counter{
	width: 100px;
	margin: 0 auto;
}

#temp-logo{
	position: absolute;
	left: 40%;
	top: 20%
}

#copyright{
	position: relative;
	width:752px;
	margin: 0 auto;
}

.Title1{
	color:#FFF;
	text-style: bold;
	font-size:10px
}

.Text1{
	color:#FFF;
	font-size:9px;
}


