/*
Selle San Marco

template: common
file:     contact.css

Author: Francesco Paggin

Content: stili per la pagina di contatto
*/

#contact-wrapper {
	width:880px;
	overflow:hidden;
	padding:30px 20px 20px;
}

#contact-wrapper #contactForm .required {
	color:#f00;
	font-size:12px;
}

#contact-wrapper #contactForm p {
	margin-bottom:12px;
}

#contact-wrapper #contactForm p.title {
	color:#fff; 
	font-size:11px;
	text-transform:uppercase;
}

#contact-wrapper #contactForm p.title em {
	color:#aaa;
	font-size:10px;
	text-transform:none;
	text-decoration:none;
}

#contact-wrapper #contactForm p.title strong {
	color:#e00;
}

#contact-wrapper #contactForm fieldset {
	margin-bottom:20px;
	border:0;
	padding:9px;
	background:#111;
	border:1px solid #181818;
}

#contact-wrapper #contactForm fieldset .input-wrapper,
#contact-wrapper #contactForm fieldset .textarea-wrapper,
#contact-wrapper #contactForm fieldset .checkbox-wrapper,
#contact-wrapper #contactForm fieldset .select-wrapper {
	clear:both;
	height:22px;
}

#contact-wrapper #contactForm fieldset .textarea-wrapper {
	height:auto;
}

#contact-wrapper #contactForm fieldset .select-wrapper {
	margin-bottom:12px;
}

#contact-wrapper #contactForm fieldset .input-wrapper label,
#contact-wrapper #contactForm fieldset .textarea-wrapper label,
#contact-wrapper #contactForm fieldset .checkbox-wrapper .label,
#contact-wrapper #contactForm fieldset .select-wrapper .label {
	float:left;
	width:200px;
	color:#aaa;
	text-transform:uppercase;
	font-size:10px;
}

#contact-wrapper #contactForm fieldset .input-wrapper input.text,
#contact-wrapper #contactForm fieldset .checkbox-wrapper input.text,
#contact-wrapper #contactForm fieldset .textarea-wrapper textarea {
	width:300px;
}

#contact-wrapper #contactForm fieldset .textarea-wrapper textarea {
	height:100px;
}

#contact-wrapper #contactForm .button-wrapper {
	clear:both;
}