@charset "utf-8";
/* CSS Document */
.contact-content{
    padding:5px;
    width:415px
}

.form-title{
	font-family: "Arial";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #9a844d;
	text-decoration: none;
	height: 30px;
}

.contact-row{
    background-color:none;
    display:block;
    min-height:28px;
}

.contact-left{
    width:170px;
    float:left;
    padding:2px 0px 0px 2px;
    min-height:20px;
    font-family: "Arial";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.contact-right{
    width:200px;
    float:left;
    padding:2px 0px 0px 2px;
    min-height:20px;
}
.contact-text{
    width:210px;
    height: 16px;
    font-family: "Arial";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
}

.contact-select{
    width:215px;
    height: 20px;
    font-family: "Arial";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
}

.contact-textarea{
    width:210px;
    height: 100px;
    font-family: "Arial";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
}

.contact-buttons{
	float:left;
	padding-left:200px;
	padding-right:25px;
	height: 35px;
	padding-top: 10px;
	font-family: "Arial";
	font-size: 14px;
}

.contact-input-buttons{
    width:90px;
    height: 25px;
    font-family: "Arial";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
}

.contact-clear{
    float:none;
    clear:both;
    height:0px;
}

.contact-message{
	float:left;
	padding-left:100px;
	padding-right:25px;
	height: 200px;
	padding-top: 5px;
	font-family: "Arial";
	font-size: 14px;
	color:#006600;
}
