/*  a contact forms stylesheet  */

body { font-size: 12px; }

label {
display: inline-block;
width: 120px;
float: left;
color: white;
height: 19px;
line-height: 19px;
text-align: right;
font-size: 1em;
font-family: "arial";
font-weight: bold;
background-color: rgb(70,65,49);
margin-right: 10px;

}

label.msg {
	width: 330px;
	text-align: center;
}

.s-button {
	padding: 0px 20px 10px;
	line-height: 20px;
	height: 20px;
}

label.error { 
	font-weight:normal;
	color:red;
	text-align:left;
	width:200px; 
	padding-left:20px;
        background: #fff url(images/cancel.png) no-repeat scroll left;
	font-size: .95em;
	/*visibility: hidden;*/
 }

#container {
	width: 650px;
	background-color: #dfd5bc;
	color: rgb(99,92,69);
	font-weight: bold;
	margin: 100px auto;
	height: 550px;
}

#container h5 {
	text-align: center;
	font-size: 2.5em;
	margin: 10px 0;
}
	

#container p {
	width: 100%;
	font-size: 1.3em;

	}

#form_left {
	float: left;
	width: 350px;
	padding-left: 10px;
}

#contact_right {
	float: right;
	width: 200px;
	border: black 1px solid;
	height: 350px;
}

#formCO {
	margin-top: 50px;
}

#inner {
	margin: 20px;
}

#content {
	margin: 75px 10px;
}

