.mailform {
	margin: 0px;
	padding:0px;
}


.mailform .label1 {
	display: block; 
	width: 200px;
	margin-bottom: 4px;
	float:left;
}

.mailform .label2 {
	display: block; 
	width: 80px;
	margin-bottom: 4px;
	float:left;
}

.mailform .label3 {
	display: block; 
	width: 130px;
	margin-bottom: 4px;
	float:left;
}

.mailform .textfield {
	width: 180px; 
	margin-bottom: 4px;
	border: 1px solid #dfdedb; 
}


.mailform #zip {
	width: 44px; 
}

.mailform #city {
	width: 133px;
}

.mailform .submitit{
	border: 1px solid #dfdedb; 
	background-color: transparent; 
	color: #696969;
	margin-top: 25px; 
	cursor: pointer; 
}



#fieldset1 br, #fieldset2 br {
	clear:left;
}

.mailform textarea{
	height: 60px;
}

.mailform ul {
	list-style-type:none;
	margin: 0px; 
	padding: 0px; 
	margin-top: 8px;
	
}



#fieldset1 {
	border: 0px solid black; 
	margin: 0px; 
	margin-right:45px;
	margin-top:-45px;
	padding: 0px;
	float:right;
}

#fieldset2 {
	border: 0px solid black; 
	margin: 0px;
	margin-top:-45px;
	padding: 0px;
	float:left;
	width:280px;
}

.mailform .form_error {
	color: #dd0000;
	border-left: 1px solid #dd0000; 
	padding: 5px; 
	margin-top: 15px; 
	margin-bottom: 15px; 
}
