body {
	background-color: #c5dbce;
	background-image: url(../img/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#login {
	width: 350px;
	height: 250px;
	display: table;
	margin-top: 50px;
	border: 1px solid #d7d7d7;
	background-color: #FFFFFF;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

#logo_login {
	width: 100%;
	margin-top: 15px;
}

#campos_login {
	margin-left: 40px;
	margin-top: 30px;
}

#logo_md {
	width: 348px;
	text-align: right;
	margin-top: 7px;
}

.texto_login {
	font: Tahoma;
	font-size: 12px;
	font-family: Tahoma;
	color: #000000;
}

.lbl_login {
	display: block;
	width: 50px;
	height: 20px;
	text-align: left;
	margin-right: 10px;
	margin-top: 10px;
	color: #202020;
}

.ipt_txt {
	width: 180px;
	height: 23px;
	border: 1px solid #c3c3c3;
	background-color: #FFFFFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.ipt_btn {
	background-color: #2f7d2f;
	margin-left: 15px;
	width: 70px;
	height: 23px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	font: Tahoma;
	border: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.ipt_btn:hover {
	background-color: #379c37;
}