body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #fff;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}
#logoLogin{
	height: 240px;
	position: absolute;
	top: 130px;
	left: 41%;
}
#formLogin table{
	width: 500px;
	position: relative;
	top: 380px;
	left: 37%;
	margin-left: 1px;	
	/*border: solid 1px #F2EEE5;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
    background-color: #F2EEE5;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
 	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
 	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
	padding:20px;*/
}
#formLogin input{
	height:30px;
	width: 24em;
	background-color: #fff;
	padding: .6em 1em;
	margin: .3em;
	border: .05em solid #c6d0d8;
	color: #777;
	/*border:0;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
 	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
 	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	margin:10px 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#666;
	padding:5px;*/
	
}
#formLogin input.puls{
	width:350px;
	height:35px;
	border:none;
	background-color: #8B6E4A;
	color: #FFF;
	/*margin:10px 0 10px 0;
	font-size:20px;
	text-shadow: 0px 0px 8px rgba(0,0,0,1.15);
	text-transform:uppercase;
	letter-spacing:20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
 	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
 	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	padding:0;*/

}
#formLogin .report{
	height:20px;
	color:#990000;
}
#browser{
	display: none;
	width:500px;
	position:absolute;
	top:333px;
	left:50%;
	margin-left:-250px;
	border:solid 1px #fadce9;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background:rgba(250,220,233,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
 	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
 	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
