/**
* @author Julian Sutter <Julian@zebrakick.com>
* @version 0.0.1 20071220 JS
* @version 0.0.6 20071226 AS
* @version 0.0.5 20071221 AS
*/


@import url(../common/two-column.css);

label {
	clear: both;
	display: block;
}
label.magiclabel{
	margin: .3em 0 0 .3em;
	clear: none;
	position: absolute;
}

.row {
	margin-right: 20px;
}


#menu-contact {
	background-position: right top !important;
}



#main-column #title-header h2 {
	margin: 0px;
	padding: 140px 0 0 320px;
	background: url(/images/contact/contact-header.gif) left top no-repeat;
	height: 165px;
	font-size: 1.50em;
	line-height: 1.2;
	color: #828C57;
}


.featured{
	margin: 25px 0;
}


/*------------------------------<Form>-----------------------------------*/

.fwidth {
	border: 1px #636466 solid;
	font-size: 12px;
	padding: 5px;
	color: #636466;
	background-color: #f9f9f9;
}
select.fwidth {
	width: 260px;
}

.emailwidth{
	width: 260px;
	background: white;
}

.fsubmit{
	border:1px #636466 solid;
}

#contact-form {
	color: #666;
}

.magiclabel {
	color: #666;
}

input {
	margin-bottom: 10px;
}

select {
	margin-bottom: 10px;
}

textarea {
	margin-bottom: 10px;
}

#quote-fields {

}

.featured h4 {
	margin-top: 5px;
	font-size: 1.8em;
}

.form-padder {
	padding:0 15px;
}

#side-column h3 {
	text-align: left !important;
}
