*{
	margin:0
	padding:0
	outline:none
	list-style:none
}
body{
	font:400 18px Abel
	
}

#login{
	width:350px;
	margin:0 auto;
	position:relative;
	top:120px;
	border:1px solid #1152A0;
	padding:10px;
}
#login label{
	display:block
	padding-top:15px
		
}

.acomodar{
	margin:0 auto;
	width:300px;	
}
.txt{
	border:1px;
	width:300px;
	height:30px;
	border:thin solid #1152A0;

}

.txt:focus{
	border:thin solid #09F;
	box-shadow:0 2px 16px #09f;
	-webkit-box-shadow:0 2px 16px #09f;
	-moz-box-shadow:0 2px 16px #09f;
}

.sb:hover{
	background:#09F;
	color:#fff	
}
/*classes de herança*/

.bradius{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px 	
}

.fleft{
	float:left	
}

.fright{
	float:right	
}

.txt,.txt:focus,.sb,.sb:hover{
	transitions all 0 5s linear;
	webkit-transitions all 0 5s linear;;
	moz-transitions all 0 5s linear;;

}
.sb{
	display:block;
	border:none;
	width:150px;
	height:40px;
	margin-top:10px;
	margin-left:75px;
	cursor:pointer;
	font:400 22px Abel;
	color:#999;
		
}

