@charset "utf-8";
/* CSS Document */

body{
	background: #57839E url(../imag/background.jpg) center 0 no-repeat;
	margin:0 ; 
	padding: 0 ;
}

#SgiLoginDiv{
	width:580px;
	height:280px;
	padding:5px;
	border:2px solid rgba(20,20,20,0.2);
	background:#fff;
	background:rgba(255,255,255,0.4);
	background:-webkit-gradient(linear,
								left top,
								left bottom,
								from(rgba(34,34,34,0.1)),
								to(rgba(68,68,68,0.2)));
	margin-top:30px;
	-webkit-border-radius:10px;
	-webkit-box-shadow:0 0 20px #000;
	-moz-border-radius:10px;
	-moz-box-shadow:0 0 20px #000;	
	margin-bottom:100px;
}

#SgiLoginDivie img{
	margin-top:20px;
}
#SgiLoginDivie{
	width:590px;
	height:330px;
	padding:10px;
	padding-left:40px;
	background:url(../imag/bg-div.png) left top no-repeat;
	margin-top:30px;
	margin-bottom:100px;
}

#SgiLoginDiv table tr td{
	padding:10px;
}

.SgiLoginInput{
	width:92%;
	border:1px solid #DBE4EA;
	border:1px solid rgba(255,255,255,0.1);
	color:#58859C;
	font-size:13pt;
	background:#DBE4EA;
	background:rgba(255,255,255,0.5);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	padding:4px;
	margin-top:5px;
}

.SgiLoginInput:hover{
	
	border:1px solid black;
	color:#FFFFFF;	
	background:rgb(88,133,156);
	background:rgba(88,133,156,0.5);
}

#SgiLoginButton{
		width:140px;
		padding:8px;
		background:#DBE4EA;		
		background:-webkit-gradient(linear,left top,left bottom,from(#222),to(#444));
		border:2px solid #999;
		font-family:arial,sans;
		font-size:11pt;
		text-transform:uppercase;
		color:#58859C;
		cursor:pointer;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		
}

#SgiLoginButton:hover{
	background:rgb(88,133,156);
	background:rgba(88,133,156,0.5);
	color:#FFFFFF;
	border:2px solid black;
}
.SgiCopyRodape{
	font-size:7pt;
	color:#58859C;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-family:arial,sans;
}

