/* @override 
	http://www.kitemorocco.vidamedia.es/forms.css
	http://kitemorocco.vidamedia.es/forms.css
*/

td.color {
	background-color: #f4f2e6;
	padding: 5px;
	text-align: right;
}
label {
	font-size: 14px;
}
td {
	vertical-align: top;
}

input, textarea {
	padding: 5px;
	width: 90%;
	font-size: 14px;
	color: #423b35;
	border: 1px solid #fff;
}
input:hover, textarea:hover {
	border: 1px solid #b8b0a4;
}
.requiredValue {
	border: 1px solid #fb0b10;
}
label.requiredValue {
	border: none;
}
:focus {
	outline: none;
}
.spam-img {
	text-align: center;
}
.button {
	border: none;
	background: #2c281d;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 152px;
    float: right;
	margin: 10px 22px 0 0;
	color: #fff;
}
.button:hover {
	background: #ffd639;
	border: none;
	color: #2c281d;
	}
	
table.prices {
	width: 100%;
}
table.prices tr.color {
	background-color: #f4f2e6;
}
table.prices tbody tr {
	margin-top: 10px;
}
table.prices td {
	padding: 3px;
	border-right: 1px solid #cfcec5;
	}

#mc_embed_signup {
	clear: both;
}
#mc_embed_signup fieldset {
	padding-top: 10px;
	border: none;
}
#mc_embed_signup label {
	margin-bottom: 5px;
	display: block;
}

