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

body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
p {
	margin:0 0 5px 25px;
	max-width: 650px;
	}
.thanks {
	font-weight: bold;
	text-align: center;
}

form {
	width:600px;
	margin: 5px auto 20px auto;
	outline: none;
	}
#form1 #comments {
	height: 100px;
	width: 550px;
}

label {
	display:block;
	font-weight:bold;
	}
textarea {
	width:400px;
	height:75px;
	}
.textInput {
	width:350px;
	}
/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:5px 0 8px 30px;
	}
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	}
h1 {
	text-align: center;
}
