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

form.register table {
	width: 100%;
	border: 1px solid silver;
}
form.register table caption {
	padding: 0 0 10px 0;
	width: 100%;
}
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;
}
