/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

/* Full header */

#body .features {
	position: relative;
	margin-top: 25px;
	width: 100%;
	height: 170px;
	background: url(../images/background_cyan.png) repeat-x 0 0;
}
#body .features img {
	position: absolute;
	left: 0;
	top: 0;
}
#body .features .innermargin {
	padding-top: 20px;
}
#body .features p {
	font-size: 1.1em;
	margin-left: 215px;
	margin-bottom: 16px;
	color: white;
	padding-left: 50px;
	line-height: 110%;
}
#body .features p.follow {
	background: url(../images/icn_histogram.png) no-repeat 0 center;
}
#body .features p.tests {
	background: url(../images/icn_test_32.png) no-repeat 0 center;
}
#body .features p.community {
	background: url(../images/icn_orientacion_32.png) no-repeat 0 center;
}
form.register table {
	width: 100%;
	background: #FAFAFA;
}
form.register table caption {
	padding: 10px 0 10px 0;
	width: 100%;
	background: #E5E5E5 url(../images/shadow_silver.png) repeat-x top;
}
form.register table caption span {
	margin-left: 220px;
	display: block;
}
form.register table caption span.title { 
	font-weight: bold;
	font-size: 1.1em;
}
form.register table th {
	text-align: right;
	width: 188px;
	padding: 17px 12px 12px 12px;
	vertical-align: top;
}
form.register table tr {
	border-bottom: 1px solid white;
}
form.register table td {
	padding: 12px;
	vertical-align: top;
}
