@charset "utf-8";
/* Minnewood.com CSS Document - Forms */
/* Designed by Dominic Businaro - http://dominicbusinaro.com */

.txt_field_sm {
	background-color: #FFFFFF;
	height: 16px;
	width: 200px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.txt_field_sm2 {
	background-color: #FFFFFF;
	height: 16px;
	width: 200px;
	border: 1px solid #666666;
}
.txt_field_med {
	background-color: #FFFFFF;
	height: 16px;
	width: 400px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.embed_field {
	background-color: #FFFFFF;
	height: 16px;
	width: 384px;
	border: 1px solid #666666;
}
.city_field {
	background-color: #FFFFFF;
	height: 16px;
	width: 150px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.city_field_alt {
	background-color: #FFFFFF;
	height: 16px;
	width: 100px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.state_field {
	background-color: #FFFFFF;
	height: 16px;
	width: 24px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.zip_field {
	background-color: #FFFFFF;
	height: 16px;
	width: 50px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.txt_area_sm {
	background-color: #FFFFFF;
	height: 100px;
	width: 300px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.txt_area_med {
	background-color: #FFFFFF;
	height: 100px;
	width: 400px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.txt_area_lrg {
	background-color: #FFFFFF;
	height: 200px;
	width: 731px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.list_med {
	background-color: #FFFFFF;
	height: 22px;
	width: 200px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.profile_top_buffer {
	margin-top: 10px;
}
.frm_txt {
	padding-bottom: 10px;
}