@charset "utf-8";

.info {
	text-align:left;
	font-weight: 800;
	padding: 20px 10px;
}

#form {
	float: left;
	clear: both;
}

#left {
	width: 260px;
	padding: 20px 5px;
	float: left;
	text-align: left;
}

#right {
	width: 520px;
	padding: 30px 5px;
	float: left;
	display: none;
}

#submit {
	width: 780px;
	padding: 10px;
	float: left;
	clear: both;
	text-align: right;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.errorlist {
	color: red;
	list-style-type: none;
	font-size: 10px;
}

th {
	background-color: #580f69;
	color: white;
	text-align: left;
	padding: 4px;
}

td {
	padding: 4px 0px;
	text-align: left;
}

.errors {
	height: 14px;
	vertical-align: top;
}

.errors td {
	padding-top: 0px;
	padding-bottom: 5px;
}

#gracias {
	font-size: 14px;
	font-weight: bold;
	margin-top: 50px
}
