body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 76%;
	background: #bde3ff;
}

form {
	margin: 25px 25px 0;
	font-size: 110%;
}

form p {
	margin-left: 5px;
}

fieldset {
	border: 0;
}

legend {
	font-size: 180%;
}

div {
	margin-bottom: 10px;
	clear: both;
	padding: 3px 5px;
	background-color: #bde3ff !important;
}

label {
	float: left;
	width: 220px;
}

input.checkbox {
	float: left;
	margin-left: 220px;
	margin-top: 0;
}

label.checkbox_label {
	float: none;
	margin-left: 5px;
}
label.textarea_label {
	float: none;
	display: block;
}

select {
}

input.button {
	 font-family: Arial, Helvetica, sans-serif; margin-right: 10px; display: block; background: url(../graphics/button.gif) no-repeat; width: 104px; height: 34px; border: 0; color: white; font-weight: bold; font-size: 140%; float: left;
}

input.text {
	width: 180px;
}

textarea {
	width: 400px;
	height: 100px;
}

img {
	float: right;
}

p {
}
p.required {
	margin-left: 35px;
}

span.required {
	color: red;
}
