/* Georgetown Madelon CSS Contact File*/
/* Created by Blue Sage Web */
/* page layout structure */

#pagecontentcontact {
	float: right;
	text-align: left;
	width: 612px;
	height: 642px;
	border: 3px solid #efcfc0;
	background-color: #ffffff;
/*important for box model hack*/
	voice-family: "\"}\""; 
  	voice-family:inherit;
	height: 636px;
}

/*important for box model hack*/
html>body .pagecontentcontact {
  height: 636px;
} 

#sidecontentcontact {
	background-color: #993400;
	height: 641px;
	width: 115px;
	text-align: center;
}

#contactcopy{
	position: relative;
	width: 475px;
	top: 15px;
	left: 40px;
}
#contactdesc {
	width: 275px;
	padding-bottom: 10px;
}
.nameinput {
	  width:150px;
	  color: #cc6633;
	  border: 1px solid #db855a;

}
.emailinput {
	  width:150px;
	  color: #cc6633;
	  border: 1px solid #db855a;

}
.phoneinput {
	  width:150px;
	  color: #cc6633;
	  border: 1px solid #db855a;

}
.addressinput {
	  width:150px;
	  color: #cc6633;
	  border: 1px solid #db855a;

}
.commentinput {
	  width:150px;
	  height:50px;
	  color: #cc6633;
	  border: 1px solid #db855a;

}
.widgetlabel {
	color: #cc6633;
	font-size: 11px;
	font-weight: bold;
}

.formelement {
	vertical-align: top;
}
.formcomment {
	font-size: 0.80em;
	color: #cc6633;
}
.submitbutton {
	  font-family:arial, helvetica, sans-serif;
	  font-size:10px;
	  font-weight:bold;
	  color:#db855a;
	  border:3px solid #df9e7f;
	  background:#efcfc0;
	  top: 115px;
	  left: 90px;
	  width: 152px;
	  height: 25px;
	  text-transform: uppercase;
}
.buttonright {
	text-align: right;
	vertical-align: bottom;
}
#contactresponse {
	width: 250px;
}
