body
{
  font-family: verdana, helvetica, sans-serif;
  color:		#333;
  font-size:	1em;
}

.imagen
{
	text-align: center;
}

h1
{
	font-size: 1.5em;
	text-align: center;
}

form
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;	
	padding: 1em 3em;
	width: 25em;
	border: 1px solid #aab;
	text-align: left;
	border-radius:			1em;
	-webkit-border-radius:	1em;
	-moz-border-radius:		1em;
	-moz-box-shadow: 0 0 0.5em 0.5em #888;
	-webkit-box-shadow: 0 0 0.5em 0.5em #888;
	box-shadow: 0 0 0.5em 0.5em #888;
	background:	#d1d7e2;
	background: -moz-linear-gradient(top, #d1d7e2, #aab);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #d1d7e2),color-stop(1, #aab));
}

input
{
	font-size: 1.2em;
}

div.input, div.submit
{
	width:		95%;
}

div.input input
{
	width:		100%;
}

fieldset
{		
	display: block; 
	line-height: 0.9em;
	border: none;
}

fieldset legend
{
	font-weight: normal;
	font-size: 1.2em;
	margin:		1.2em auto 1em auto;
	padding-bottom: 0.5em;
	border-bottom: 2px dashed grey;
	text-shadow: 0.1em 0.1em 0.1em white;
}

fieldset div
{
	margin-top: 1em;
}

label
{
	display: block;
	margin-bottom:	0.3em;
}

.submit
{
	text-align: right;
	margin-top: 1em;
	font-size: 0.7em;	
}

div.message
{
	color: red;
	text-align: center;
}
