
#contact_form {
width: 464px;
background: #fff url(images/images_contact_form/content_shading.jpg) top left no-repeat;
font-family: arial, sans-serif;
font-size: 13px;
color: #555;
padding: 30px;
text-align: justify;
min-height: 200px;
float: left;
}

h3.form_title {
font-size: 2em;
border-bottom: 1px dotted #ccc;
padding-bottom: 3px;
width: 450px;
margin-top: 0px;
margin-left: 0px;
}

.label {
font-size: 11px;
color: #444;
}

form {
padding: 0;
margin: 0;
}

input {
width: 318px;
height: 20px;
color: #444;
border: 1px solid #ccc;
margin: 0 0 10px 0;
padding: 3px 5px 5px 5px;
font-size: 16px;
font-family: "Trebuchet MS", sans-serif;
background: #fff url(images/images_contact_form/input_bg.gif) top center no-repeat;
}

input:focus {
border: 1px solid #999;
background: #fff;
}

textarea.big {
width: 400px;
height: 100px;
margin: 0px;
padding: 5px;
border: 1px solid #ccc;
overflow: auto;
font-family: "Trebuchet MS", sans-serif; 
color: #444;
font-size: 16px;
background: url(images/images_contact_form/textarea_bg_large.gif) top left no-repeat;
}

textarea.big:focus {
border: 1px solid #999;
background: #fff;
}

form {
padding: 0;
margin: 0;
}

input.one {
	width: 20px;
	height: 8px;
	margin-left: 20px;
}

p.form_option {
	font-family: arial, sans-serif;
	font-size: 1.1em;
	color: #555;
	padding-bottom: 10px;
}

p.required {
	float: left;
	margin-left: 335px;
	margin-top: -40px;
	color: red;
}

p.required_text {
	float: right;
	margin-right: 20px;
	color: red;
}

#contact_form select {
width: 180px;
height: 28px;
color: #444;
border: 1px solid #ccc;
padding: 3px 3px 3px 3px;
font-size: 16px;
font-family: "Trebuchet MS", sans-serif;
background: #fff;
}
