body {
	font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, sans-serif;
	font-size: 10pt;
	background: url("../img/bg-content.png") repeat scroll 0 0 transparent;
}
a {
	text-decoration: none;
	color: #669900;
}
input {
	min-width: 350px;	min-height: 40px;	font-size: 12pt;	background-color: rgba(255, 255, 255, 0.8); 	border: 1px solid #BABABA; 	color: #A6A6A6;	padding: 4px 8px;
}

input:focus {	color: #212121;	border-color: #5C5C5C;	outline: medium none;
}
input:hover {
	border-color: #8F8F8F;
}
input[name="usuario_login"] {
	background: url("../img/user_2.png") no-repeat left center;	padding-left: 30px;
}
input[name="usuario_senha"] {
	background: url("../img/lock_2.png") no-repeat left center;	padding-left: 30px;
}
button {
	background-color: #8CBF2D;	color: #FFFFFF;	border: 1px solid transparent;	cursor: pointer;    display: inline-block;    min-height: 32px;
    min-width: 90px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
button:hover {
	background-color: #9ED13F;
}
.footer {
	background: url("../img/bg-bottom.png") repeat scroll 0 0 #343434; 	color: #E0E0E0;	width: 100%; 	height: auto; 	position: absolute; 	bottom: 0; 	left: 0; 	right: 0;}
.footer p  {
	padding: 10px;
}
.footer a {
	color: #FFFFFF;
}
.float-center {
	margin: auto;	width: 350px;	margin-top: 10px;	padding: 10px;	background:#FFFFFF;
}
.ask-link div {	margin-top: 10px;
}
.hr {
	border-bottom: 1px 
	solid #CCCCCC; 
	width: 90%; 
	height:1px; 
	margin-top: 20px;
	margin-bottom: 20px;
}