#super2 {
	float: right;
	margin-right: 36px;

}
#super2 .tit {
	background: url(images/login_title.png) no-repeat;
	height: 20px;
	width: 78px;
}

#super2 form .usuario {
	float: left;
	height: 33px;
	width: 118px;
	background: url(images/login.png) no-repeat 79px 19px;
}
#super2 form .senha {
	float: left;
	width: 109px;
	background: url(images/senha.png) no-repeat 73px 19px;
	height: 33px;
}
#super2 form .ok {
	float: left;
	width: 23px;
}
#super2 form .ok .button {
	height: 17px;
	width: 23px;
}
#super2 form .alerta {
	float: left;
}




#super2 form input {
	background-color: #231f20;
	border: none;
	width: 104px;
	font-size: 12px;
	color: #FFF;
}

#super2 h4.alert {
	background-Color: #F4F4F4;
	margin-left: auto;
	margin-right: auto;
	padding: 0.4em;
	border: 1px solid #E4E4E4;
	font-size: 11px;
	line-height: 16px;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 210px;
	float: left;
	color: #842626;
	text-align: center;
}
#super2 span.exit {
	position: absolute;
	top: 0;
	right: 0;
	background: #252525;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 .3em;
	cursor: pointer;
	border-left: 1px dotted #444;
	border-bottom: 1px dotted #444;
}
