/* Contact Form */
#contact {
    margin: 0px;
	padding: 0;
    height: auto;
    width: 480px;
	clear: both;
}

#contact form {
	margin: 0;
	padding: 0;
    height: auto;
    width: 480px;
}

#contact table {
	margin: 0 0 25px 0;
	padding: 5px;
	width: 470px;
	height: auto;
	text-align: left!important;
	background-color: #6a5028;
}

#contact table td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#contact ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#contact li {
    margin: 0 0 10px 0;
    padding: 0px;
    clear: both;
    float: left;
	width: 198px;
}

#contact li.full {
	width: 425px;
}

#contact li.push {
    margin: 25px 0 5px 0;
}

#contact li.push2 {
    margin: 42px 0 5px 0;
}

#contact li.push3 {
    margin: 21px 0 5px 0;
}

#contact li.push4 {
    margin: 45px 0 5px 0;
}

#contact li.push5 {
    margin: 5px 0 5px 0;
}

#contact li.submit {
	margin-left: 110px;
}

#contact label {
	margin: 0;
	padding: 0;
    display: block;
    font-size: 12px;
    color:#f5ead6;
    float: left;
    padding: 0px;
    width: 198px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#contact label.fName {
    width: 168px;
}

#contact label.miName {
	margin-left: 5px;
    width: 25px;
}

#contact label.long {
    width: 325px;
}

#contact label.full {
    width: 435px;
}

#contact label.scale1 {
	margin-bottom: 5px;
    width: 175px;
}

#contact label.scale2 {
	margin-bottom: 5px;
    width: 167px;
}

#contact label.scale3 {
    width: 175px;
}

#contact label.scale4 {
    width: 157px;
}

#contact h3 {
    display: block;
    font-size: 14px;
    color:#f5ead6;
    padding: 5px 0px 5px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#contact .address2 {
    display:none;
}

#contact input {
	margin: 0;
    padding: 2px;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-color: #f2f2f2;
    float: left;
    width: 204px;
    clear: both;
    height: 20px;
}

#contact input.fName {
    width: 168px;
}

#contact input.miName {
	margin-left: 5px;
    width: 25px;
}

#contact input.long {
    width: 325px;
}

#contact input.scale {
	margin-right: 10px;
    width: 25px;
}

#contact input.checkbox {
    width: 25px !important;
}

#contact select {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
    height: 25px!important;
    width: 210px;
    border: 1px solid #cccccc;
}

#contact select.history {
    height: 155px!important;
}

#contact select.long {
    width: 325px;
    height: 50px!important;
}

#contact textarea {
    width: 204px;
    height: 40px;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
}

#contact textarea.big {
    height: 195px;
}

#contact textarea.big2 {
    height: 555px;
}

#contact textarea.full {
    width: 435px;
	height: 75px;
}

#contact input.button {
    width: 150px;
	height: 25px;
    border: 1px solid #6a5028;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px;
    background-color: #6a5028;
    float: left;
	margin-left: 100px;
    clear: both;
	cursor: pointer;
}