#registerMain {
	display: block;
	width: 720px;
	margin-left: 5px;
	background: #E3E6EA;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	position: relative;
	padding-bottom: 10px;
}
#registerMain #ErrorRegistro{
	font-size: 13px;
	background-color: #AE0000;
	color:#fff;
	
}

#registerMain h1 {
	display: block;
	width: 705px;
	background: #626413;
	color: white;
	padding: 5px;
	padding-left: 10px;
	font-size: 30px;
	height: 30px;
	line-height: 1em;
	text-indent: none;
}


#registerMain h2 {
	display: block;
	color: #dddddd;
	font-size: 13px;
	font-weight: normal;
	text-indent: 0;
	position: absolute;
	top: 6px;
	left: 300px;
	border-left: 1px solid #aaaaaa;
	padding-left: 15px;
	padding-right: 10px;
}

#registerMain h2.pageCount {
	top: 16px;
	right: 5px;
	left: auto;
	border-left: none;
	font-size: 16px;
}

#registerMain h2 strong {
	color: white;
}

#registerMain h3 {
	display: block;
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 1em;
	font-weight: normal;
}

#registerMain fieldset {
	display: block;
	width: 700px;
	background: #D1D0A2;
	border: 1px solid #c9b966;
	margin: 5px 0 0 5px;
	padding: 10px;
	color: black;
}

#registerMain fieldset.oneThird {
	display: inline;
	float: left;
	width: 210px;
	height: 250px;
}

#registerMain fieldset:hover, #registerMain fieldset:focus {
	border: 3px double #a09351;
	padding: 8px;
}

#registerMain table {
	font-size: 13px;
	line-height: 1.25em;
}

#registerMain table td {
	padding-bottom: 5px;
}

#registerMain p.parenthetical {
	font-size: 10px;
	font-style: italic;
}
