#login { 
	height: 500px;
	opacity: 1;
	transition-duration: 5ms;
	width: 400px;
	margin: 100px auto auto;
}

#login ul {
	list-style: none;
	border: 1px solid #CBCAC9;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	margin-top: 23px;
	padding: 0px;
}

#login ul li {
	float: left;
	height: 50px;
	clear: both;
	width: 100%;
}

#login ul li.box1 {
	border-bottom: 1px solid #CBCAC9;
}

#login ul li label {
	background: none repeat scroll 0 0 #F0EFEC;
	color: #40403F;
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 19px;
	padding-left: 10px;
	padding-top: 16px;
	text-align: left;
	width: 35%;
}

#login ul li input {
	border: 0 none;
	float: left;
	font-size: 18px;
	height: 100%;
	margin: 0;
	padding: 0 0 0 7px;
	text-overflow: ellipsis;
	text-shadow: none;
	width: 215px;
	outline: none;
}

div#suporte {
	margin-bottom: 20px;
}

div#suporte p {
	margin-top: 20px;
	font-size: 11px;
}

.input-clear {
	background: url("images/clear_field.png") no-repeat scroll center 8px/20px
		20px transparent;
	cursor: pointer;
	height: 30px;
	margin: 7px 4px 4px;
	overflow: hidden;
	text-indent: -10000px;
	width: 20px;
	display: none;
}

.hidden_input_clear {
	display: none;
}

div#footer_sistema_login {
	margin-top: 80px;
}

.buttons_login span {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	margin-left: 7px;
	margin-right: 2px;
	margin-top: 14px;
}

.buttons_login a.esqueci_minha_senha {
	float: left;
	margin-top: 14px;
}

.buttons_login a.esqueci_minha_senha.espaco {
	margin-left: 25px;
}

a {
	color: #666666;
	text-decoration: none;
}

a:HOVER {
	text-decoration: underline;
}

a:VISITED {
	color: #666666;
}

div.error_box {
	color: #FF0000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 16px;
}

.browser {
	margin: 9px auto auto;
	padding-left: 75px;
	width: 250px;
}

.browser img,.browser label  {
	float: left;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
