
.msgbox {
	background: #FFFFFF;
/*	height: 550px;*/
	left: 50%;
/*	margin-left: -245px;
	margin-top: -290px;*/
	padding: 10px;
/*	position: absolute;*/
	top: 50%;
	z-index: 200000; 
}

.msghead {
	background-color: #0066CC;
	clear: both;
	font-weight: bold;
	height: 2em;
	margin-bottom: 1em;
	padding-top: 1em;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
}

#optional {
	height: 2em;
	width: 100%;
}

.msgbox form .form-input div {
	float: left;
	height: 30px;
	width: auto;
}
.msgbox form div.form-buttons {
	clear: both;
	text-align: center;
	height: auto;
}
.msgbox form div.form-buttons .form-button {
	float: left;
	display: block;
	clear: none;
}

.msgbox table {}
.msgbox table td {
	vertical-align: top;
	padding-bottom: 10px;
}

.form-label {
	width: 170px;
}
.form-input input,
.form-input select {
	width: 225px;
}
.msgbox table td.form-input #coverage-area {
	width: 125px;
}
.msgbox table td.form-input #one,
.msgbox table td.form-input #two {
	width: auto;
	margin-right: 5px;
}
.msgbox table td.form-input div {
	padding-right: 15px;
}

.msgbox form div.left {
	clear: left;
	height: 30px;
	width: 170px;
}

