@charset "utf-8";
p {
/*	font-size:85%;  */
	margin:0 0 5px 25px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
}

form {
	width:500px;
	margin:15px auto 10px 20px;
	}
label {
	display:block;
	font-weight:bold;
	font-size: 12px;
	}
legend {
	font-size: 12px;
	font-weight: bold;
}
textarea {
	width:400px;
	height:150px;
	}
.timeInput {
	width: 50px;
}
.textInput {
	width:250px;
	}

.smallInput {
	width: 100px;
}

/* 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;
	width: 105px;
	}
table {
	font-size: 12px;
	font-weight: bold;
}
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	font-size: 12px;
	}
