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

p {
font-size:85%;
margin:0 0 5px 25px;
max-width: 650px;
}

form {
	width: 600px;
	margin: 15px auto 10px 20px;
}

label {
	display: block;
	font-weight: bold;
	color:#005ADD;
}

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

.textinput {
width: 250px;
}

.chkrad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
	width: 240px;
}

.chkrad label{
	display:inline;
	color:#009900;
}

.clearit {
	clear:both;
	width: 600px;
}

select {
margin: 5px 0 8px 30px;
}

.warning {
	font-weight: bold;
	color:#FF0000
}
#page #footer {
	position:absolute;
	left:0;
	height:50px;
	top: 1500px;
	width: 900px;
	}
