
.formWrapper
{
	width: 375px;
	
	
}
.formHeader
{
	background-image: url(headerBg.gif);
	background-repeat: repeat-x;
	background-color: #ECEBE4;
	
	
	width: 373px;
	height: 34px;
	
	font-size: 12px;
	font-weight: bold;
	
	cursor: default;
}
.formLabel
{
	width: 150px;
	
	
	border-top-width: 1px;	border-top-style: dotted;	border-top-color: #efefef;
	cursor: default;
	float: left;
}
.inputContainer
{
	width: 223px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #efefef;
	float: left;
}
.formSubmitBtn
{
	border: 0px;
	background-image: url(formSubmitBtnBg.gif);
	background-repeat: no-repeat;
	
	
	font-weight: normal;
	color: #7a784d;
	height: 25px;
	width: 115px;
	margin-left: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.formButtons
{
	width: 223px;
	height:25px;
	padding-top:5px;
	padding-left:150px;
	
	border-top:	dotted 1px #efefef;
	
}
.formTextArea
{
	border: solid 1px #96d0f4;
	background-color: #e7f8fb;
	overflow: auto;
	width: 175px;
	height: 65px;
	
	
	font-weight: normal;
	color: #666666;
	float:left;
}
.formResult
{
	width: 375px;
	padding: 25px;
	border-width: 1px;	border-style: dotted;	border-color: #efefef;
	text-align:center;
	cursor: default;
	
}
