#ContactLeft {
	float: left;
	with: 480px;	
	margin: 0px 60px 20px 40px;
	position: relative;	/* IE6 fix - do not remove */
}
#ContactRight {
	float: left;
	with: 480px;
	margin: 0 0 0 25px;
	padding: 0 0 0 1px;
	color: #859e6c;
	font-size: 12px;
	position: relative;	/* IE6 fix - do not remove */
}

#ContactProblem {
	float: left;
	margin: 0px 0px 0px 150px;
	position: relative;
}

.ContactTable {
	margin-top: 10px;
}


.FormLabel {
	text-align: right;
	padding: 7px 8px 0 0;
	color: #859e6c;
	font-size: 12px;
}
.FormLabel SPAN {
	color: #BF6325}

.FormField {
	color: #485058;
	padding-bottom: 15px;
}
.ContactBubble {
	float: left;
	width: 100px;
}

.ContactTo {
	float: left;
	width: 270px;
	margin: 0;
	padding: 0;
}
.ContactTo H1 {
	margin: 0;
	padding: 20px 0 0 0;	
	color: #FFF;
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;	
}
.ContactTo H1 B{
	color: #859e6c;
	font-weight: normal;	
}
.FormField {
	background-image: url(../images/contact_bg_form.gif); 
	background-repeat: no-repeat;
	width: 204px;
	height: 24px;
}
.FormField INPUT {
	border: none;
	background: transparent;
	width: 190px;
	height: 24px;
	color: #FFF;
	margin: 0 0 0 5px;
	padding: 3px 0 0 0;
}

.FormFieldCode {
        background-image: url(../images/contact_bg_form2.gif);
        background-repeat: no-repeat;
        width: 204px;
        height: 24px;
}
.FormFieldCode INPUT {
        border: none;
        background: transparent;
        width: 70px;
        height: 24px;
        color: #FFF;
        margin: 0 15px 0 5px;
        padding: 3px 0 0 0;
} 

.FormField P {
	margin: 0;
	padding-top: 5px;
}

.ContactMessageField {
	background-image: url(../images/contact_bg_msg.gif); 
	background-repeat: no-repeat;
	width: 452px;
	height: 278px;
	margin-top: 3px;

}

.ContactMessageField TEXTAREA{
	border: none;
	background: transparent;
	width: 375px;
	height: 240px;
	margin: 10px 0 0 10px;
	padding: 0 10px 0 40px;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	font-family: arial, verdana, tahoma;
	scrollbar-arrow-color: #666c72;
	scrollbar-3dlight-color: #3c4248;
	scrollbar-darkshadow-color: #3c4248;
	scrollbar-face-color: #494f56;
	scrollbar-highlight-color: #3c4248;
	scrollbar-shadow-color: #3c4248;
	scrollbar-track-color: #34393e;
	overflow: auto;
}

#ContactRight P {
	margin: 0;
	padding: 0;
	color: #485058;
	text-align: right;
	font-size: 11px;
}

.SendButton {
	padding-top: 20px;
}
.SendButton INPUT{
	background: #31363b;
	border: 1px solid #3e4347;
	color: #FFFFFF;
	padding: 0 10px 0 10px;
}

