/* @override 
	http://tarifaweddings.vidamedia.es/forms.css
*/

td.color {
	background-color: #cbebea;
	color: #95ada1;
	padding-top: 7px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 200px;
}
label {
	font-size: 14px;
}
td {
	vertical-align: top;
}
select {
	margin: 5px 0 0 30px;
}
input, textarea {
	padding: 5px;
	width: 90%;
	font-size: 14px;
	color: #95ada1;
	border: 1px solid #cbebea;
}
input:hover, textarea:hover {
	border: 1px solid #95ada1;
}
.requiredValue {
	border: 1px solid #fb0b10;
}
label.requiredValue {
	border: none;
}
.errors {
	color: #fb0b10;
}
:focus {
	outline: none;
}
.spam-img {
	text-align: center;
}
.button {
	border: none;
	background-color: #95ada1;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 152px;
    float: right;
	margin: 10px 22px 0 0;
	color: #fff;
}
.button:hover {
	border: none;
	background-color: #cbebea;
	color: #95ada1;
	}
.main-content form h2 {
	text-align: center;
	margin: 20px 0 0;
}
tr.center {
	text-align: right;
}
input.checkbox {
	width: 20px;
	margin-right: 20px;
}
.extra.checkboxes {
	margin-left: 60px;
}

	
