body {
	background-color: #fcfcfc;
	margin: 0px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#titulo h1  {
	font-size: 0px;
	color: #333;
	text-decoration: none;
	background-image: url(../images/x3_control_login.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 85px;
	width: 310px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
#loginbox fieldset{
	background-color: #FFF;
	width: 350px;
	margin-top:5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #eee;
	border-radius:4px;
	box-shadow:#d5d5d5 0 4px 10px -1px;
	-webkit-box-shadow:#d5d5d5 0 4px 10px -1px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
#loginbox fieldset a {
	font-size: 11px;
	color: #21759b!important;
}
#loginbox fieldset a:hover {
	font-size: 11px;
	color: #d54e21!important;
	text-decoration: none;
}
#loginbox .area_conteudo {
	width: 290px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#loginbox .msg_retorno {
	font-size: 12px;
	color: #F00;
	background-color: #FEE;
	padding: 5px;
	text-align: center;
	border-radius:3px;
	margin-bottom:15px;
}
#loginbox .msg_entrada {
	color: #999;
	font-size: 12px;
	background-color: #F6F6F6;
	padding: 6px;
	text-align: center;
	border-radius: 3px;
	margin-bottom:15px;
}
#loginbox .titulo_entrada {
	background-color: #F6F6F6;
	padding: 6px;
	text-align: center;
	border-radius: 3px;
	margin-bottom:15px;
	font-weight:bold;
	color:#333;
	font-size:18px;
}
#loginbox p.informacoes{
	font-size:12px;
	padding:0 10px;
	margin:0;
}
#loginbox .campo {
	font-size: 22px;
	color: #666;
	background-color: #fbfbfb;
	padding: 4px;
	margin:5px auto;
	border: 1px solid #DDD;
	width: 280px;
	border-radius:3px;
}
#loginbox .campo:focus {
	outline:none;
	border-color:rgb(80, 190, 230);
	box-shadow:0px 0px 6px rgb(184, 239, 255);
	-webkit-box-shadow:0px 0px 6px rgb(184, 239, 255);
}
#loginbox .botao_entrar {
	font-size: 14px;
	color: #fff;
	height:30px;
	line-height:28px;
	border: 1px solid rgb(10, 100, 160);
	border-bottom-color: rgb(10, 100, 130);
	border-radius:3px;
	text-shadow:0 1px 1px #09348b;
	box-shadow:inset 0 1px 0px #93b8e5;
	-webkit-box-shadow:inset 0 1px 0 #93b8e5;
	background-color:rgb(10, 100, 160);
	background-image:linear-gradient(to bottom,rgb(35, 135, 215),rgb(10, 100, 160));
	background-image:-webkit-gradient(linear,left top,left bottom,from(rgb(35, 135, 215)),to(rgb(10, 100, 160)));
	background-image:-webkit-linear-gradient(top,rgb(35, 135, 215),rgb(10, 100, 160));
	background-image:-moz-linear-gradient(top,rgb(35, 135, 215),rgb(10, 100, 160));
	background-image:-ms-linear-gradient(top,rgb(35, 135, 215),rgb(10, 100, 160));
	background-image:-o-linear-gradient(top,rgb(35, 135, 215),rgb(10, 100, 160));
	width: 80px;
	margin-top:5px;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	cursor:pointer;
}
#loginbox .botao_entrar:hover {
	text-shadow:0 -1px 1px #09348b;
	background-image:linear-gradient(to bottom,#44AADD,rgb(10, 100, 160));
	background-image:-webkit-gradient(linear,left top,left bottom,from(#44AADD),to(rgb(10, 100, 160)));
	background-image:-webkit-linear-gradient(top,#44AADD,rgb(10, 100, 160));
	background-image:-moz-linear-gradient(top,#44AADD,rgb(10, 100, 160));
	background-image:-ms-linear-gradient(top,#44AADD,rgb(10, 100, 160));
	background-image:-o-linear-gradient(top,#44AADD,rgb(10, 100, 160));	
}
#loginbox .botao_entrar:active{
	border: 1px solid rgb(10, 100, 160);
	border-top-color: rgb(10, 100, 130);
	box-shadow:inset 0px 1px 1px rgb(10, 100, 160);
	-webkit-box-shadow:inset 0px 1px 1px rgb(10, 100, 160);
	background-image:linear-gradient(to bottom,#44AADD,rgb(10, 100, 180));
	background-image:-webkit-gradient(linear,left top,left bottom,from(#44AADD),to(rgb(10, 100, 180)));
	background-image:-webkit-linear-gradient(top,#44AADD,rgb(10, 100, 180));
	background-image:-moz-linear-gradient(top,#44AADD,rgb(10, 100, 180));
	background-image:-ms-linear-gradient(top,#44AADD,rgb(10, 100, 180));
	background-image:-o-linear-gradient(top,#44AADD,rgb(10, 100, 180));	
}