@charset "utf-8";
/* CSS Document */
#form_registro {
	width: 400px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	color: #333333;
}
#form_registro h2 {
	font-size: 13px;
	padding-bottom: 10px;
}
#form_registro  label, #form_registro .label{
	display: block;
	float: left;
	width: 400px;
	text-align: right;
	padding-bottom: 8px;
}
#form_registro  input[type=text]  {
	width: 220px;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	padding: 5px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_registro.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #224271;
}
.clear {
	clear: both;
}
