/****** form | estesCreative.com  ******/

div#name,
div#address,
div#address2,
div#city,
div#state,
div#zip,
div#email,
div#phone,
div#fax,
div#comments {
position:relative;
float:left;
margin-right:3px;
}

input#nameField,
input#addressField,
input#address2Field,
input#cityField,
input#stateField,
input#zipField,
input#emailField,
input#phoneField,
input#faxField {
width:183px; 
padding:5px;
margin-bottom:3px;
border:1px solid #E6EAEE; 
background-color:#7F8C96;
font-family:Tahoma; 
font-size:11px;  
color:#E6EAEE; 
}

div#comments {
position:relative;
float:left;
margin-right:3px;
}

input#commentsField {
width:183px; 
height:150px; 
border-style:solid; 
border-width:1px; 
border-color:#E6EAEE; 
background-color:#7F8C96; 
overflow:hidden
}

label.overlabel {
color:#999;
}

label.overlabel-apply {
position:absolute;
top:3px;
left:5px;
z-index:1;
font-family:Tahoma; 
font-size:11px;  
color:#E6EAEE; 
}

/*** for drop downs and comment box only ***/

.formText {
width:183px; 
padding:5px;
margin-bottom:3px;
border:1px solid #E6EAEE; 
background-color:#7F8C96;
font-family:Tahoma; 
font-size:11px;  
color:#E6EAEE; 
}
.formField {
width:183px; 
padding:2px;
border-style:solid; 
border-width:1px; 
border-color:#E6EAEE; 
background-color:#7F8C96;
}