#notice
{
	display:none;
}

#regDone
{
	display:none;
}




.infoText
{
	display: none;
}

.errLabel
{
	font-size:15px;
	font-weight: lighter;
	
	height: 18px !important;
	margin-top:12px !important;
	
	width:100%;	
}

.grayProfilo
{
	color: #626161;
	font-size:12px;
}

.goButton
{
	width: auto;
	height: 39px;
	padding-left: 30px;
	padding-right:30px;
	
	font-weight: 	lighter;
	font-size: 		20px;
	line-height:	20px;
	color: 			#FFF;
	
	text-transform:uppercase;
	
	
	background: url("../../img/Generic/baseButton.png");
	
	border-radius: 			18px;
	-moz-border-radius: 	18px;
	-webkit-border-radius: 	18px;
	-o-border-radius: 		18px;
}