/*

screen.css

COLORS {
    525251  light brown
            - main text
}

*/

		
			
		
h1 {background: transparent url(/img/text_contact.png) top left no-repeat; height: 18px; width: 103px; float: left; margin-left: 20px;}
.top { padding: 35px 0;}
.contact {border-top: 1px solid #dcdbd7;padding: 20px 0 20px 0;color: #5e6051;font-size: 12px;line-height: 18px;}

p {margin:9px 0;}


/* FORM SIDE */

.form_side {
	padding: 0 30px 0 20px;
	width:  545px;
	float: left;
	
}

h2 {
	font-size:15px;
	margin: 18px 0 9px 0;
}



/* ABOUT SIDE */

.about_side {
	padding: 0 30px 0 0px;
	width:  296px;
	float: right;
}

.about_side p {
	font-size: 11px;
}

.about_side h4 {
	border-bottom: 1px solid #dcdbd7;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 18px 0 9px 0;
}

/* FORM */

fieldset {
	border-top: 1px dotted #bdbdb5;
	margin:36px 0;
	font-size: 11px;
	font-weight: bold;

}

legend {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;

}

fieldset ul li {
	margin: 9px 0;
}

label.text,label.select,label.textarea,label.checkbox {
	display: inline-block;
	width: 110px;
	text-align: right;
	padding-right:5px;
}

label.textarea {
	vertical-align: top;
	}
	
textarea {
height:150px
}	

label.checkbox {
	display: block;
	width: 110px;
	text-align: right;
	float: left;
}

fieldset ul li ul {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}

fieldset ul li ul li {
	margin: 0 0 0 0px;
	padding: 0;
	font-weight: normal;
}

fieldset ul li ul li label {
	font-weight: normal;
	display:inline;
	float:none;
	
}

        
.text.field,.textarea.field {
	padding: 5px;
	font: normal 12px/18px 'Lucida Grande', verdana, sans-serif;
}

.submit {
padding:0 0 0 120px !important;
margin:0 !important;

}

label.error { 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
	width: 300px;
	margin-left:116px;
	float:none;
	text-align:left;
	display:block;
}	

p.success{
	background-image: url(/img/success.gif);
	background-position:  50% left ;
	background-repeat: no-repeat;
	background-color: #E3EDDE;
	padding: 8px 0px 8px 35px;
	border-top: 1px solid #99CC99;
	border-bottom: 1px solid #99CC99;
	color: #39663A;
	display:block;
	margin: 18px 0 0 0;
}


