@charset "utf-8";
/* CSS Document */

.form .wrap {
	min-width: 50%;
	max-width: 600px;
}
.form h3 {
	margin: 0;
	text-decoration: none;
}
.form .itemBlock {
	width: 49%;
	display: inline-block;
	min-width: 130px;
	vertical-align: bottom;
}
.form .item {
	margin-bottom: .5em;
}
.form .item .text,
.form .item .textarea {
	background-color: #fff;
	box-shadow: none;
	border-radius: 0;
	padding: .8em 10px;
	line-height: 100%;
	box-sizing: border-box;
	width: 100%;
}
.form .item .text {
	width: 100%;
	height: 3.1em;
	padding: .8em 10px;
}
.form .item .text.zip_code {
	width: 20%;
	margin-right: 5%;
	border-right: none;
}
.form .item .text.city {
	width: 50%;
	border-left: none;
}


@media all and (max-width: 600px) {
	.form .itemBlock {
		width: 100%;
	}
	.form .item .textarea {
		padding: 5px 5%;
		width: 85%;
	}
}












.form .reqstar {
	color: #990000;
	font-weight: bold;
	font-size: xx-small;
	vertical-align: top;
}


.formerrors {
	border: 2px solid #a23;
	color: #f00;
	padding: 5px 15px;
	margin: 0 0 15px;
}
.formwarnings {
	border: 2px solid #fc5;
	padding: 5px 15px;
}


.form .topic .description input {
	position: absolute;
}
.form .topic .description label {
	display: block;
	margin-left: 30px;
}