@charset "utf-8";
/* CSS Document */

body {
	backgraund-color:#ffffff;
	color:#252525;
	font-family:Arial, Helvetiva, Sans serif;
	font-size:100%;
	}
h1   {
	font-family:Verdana, Helvetica, Sans serif;
	font-size:150%
	}
p    {
	font-size:85%;
	margin:0 0 5px 25px;
	max-width: 650px;
	}
form {
	width: 650px;
	margin:15px auto 10px 20px
	}
label {
	display:block;
	font-weight:bold;
	}
textarea {
	width:400px;
	height:150px;
	}
textimput {
	width:250px;
	}.cheq {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}

.cheq label {display:inline;
}

.clearIt {
clear:both;
}

select {
margin: 5px 0 8px 30px;
}
