#mensaje {
	color:#f00;
}

#aceptar,#dni1,#password {
	border-radius:10px;
}
#registrese {
	background-image :url("/images/style/registrese.png");
	background-repeat:no-repeat;
	background-size: 300px 192px;
	position:relative;
	width:100%;
	height:200px;
	color:#000;

}

#contregistro{
	position:relative;
	top:45%;
	margin-left:15%;
	width:70%;
	margin:auto;
}

#btnRegistro{
	border-radius:10px;
	margin:auto;
	background-color:#70ddff;
	width:180px;
}