@import "common.css";

#pageMiddle {
	background: #fff url(/images/body_bg_int.gif);
	width: 831px;
	padding-left: 80px;
}

#headerBottom {
	background: url(/images/under_header_int.gif);
}

#pageBottom {
	background: url(/images/body_bottom_int.png);
}

.required {
	color: red;
}

label {
	font-weight: bold;
	clear: both;
	float: left;
	diaply: block;
	width: 180px;
}

input.float,
select.float,
textarea.float {
	float: left;
}