div#page {
	height: auto;
}
div#form {
	padding: 10px 30px 30px;
}
div#form h2 {
	font-size: 1.2em;
	color: #9F0027;
}
div#form div#form_body {
	padding: 10px;
	margin: 30px auto 0;
	border: 1px solid #EEE;
	width: 580px;
	background-image: -webkit-linear-gradient(top, #FAFAFA 1%, #EFEFEF 60%);
	border-radius: 8px;
}
div#form div#form_body input[type="submit"] {
	margin: 16px 4px 6px !important;
}
div#form div#error {
	padding: 10px;
	margin: 0 auto 10px;
	border: 1px solid #A00;
	width: 560px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 1px 0 #B00000;
	background-image: -webkit-linear-gradient(top, #6D0201 1%, #A10700);
	border-radius: 6px;
}

div#form strong.title {
	color: #9F0027;
	padding: 2px;
	font-size: 1.1em;
	display: block;
}

div#form div#politicaPrivacidad {
	border-radius: 6px;
	padding: 10px;
	margin-top: 10px;
	background-color: #FFF;
	display: none;
}

div#form a {
	color: #9F0027;
	text-decoration: none;
}
div#form a:hover {
	text-decoration: underline;
}

div.volver {
	margin-left: 34px;
}
div.volver a {
	font-weight: bold;
	text-decoration: none;
	color: #888;
}
div.volver a:hover {
	color: #444;
}
.price {
	display: block;
	margin: 10px 2px 4px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
.price .amount {
	color: #9F0027;
}
div#form .sep {
	width: 601px !important;
	height: 2px !important;
	padding: 0px;
	clear: both;
	background-color: #DDD;
	border: 0px;
	margin: 12px -10px 3px !important;
}