fieldset {
	padding: 20px;
	}

.inputform {
	font-size: 0.9em;
	padding-left: 18px;
	line-height: 1.5em;
	}

.inputform p {
	text-align: left;
	}
	
.inputform form {
	position: relative;
	}

.inputform form input {
	position: absolute;
	left: 18em;
	width: auto;
	text-align: right;
	}

.inputform form select {
	margin-left: 100px;
	}

.inputform form img {
	position: relative;
	left: 19em;
	}


/* Input form modified with wider text field, but more narrow input fields */
.inputformshort {
	font-size: 0.9em;
	padding-left: 18px;
	line-height: 1.5em;
	}

.inputformshort p {
	text-align: left;
	}
	
.inputformshort form {
	position: relative;
	}


.inputformshort form select {
	margin-left: 100px;
	}


.shortinput {
	position: absolute;
	right: 10px;
	width: 60px;
	text-align: right;
	}


.shortsummary {
	position: absolute;
	text-align: right;
	font-weight: bold;
	background-color: #FFFF33;
	right: 10px;
	width: 66px;
	}


.fullselect {
	position: absolute;
	right: 10px;
	width: 186px;
	}


.wideselect {
	position: absolute;
	right: 10px;
	width: 86px;
	}

.shortselect {
	position: absolute;
	right: 10px;
	width: 36px;
	}


.inputerror {
	font: 110% bold tahoma;
	color: #FF0033;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 20px;
	}


.inputradio {
	margin-left: 40px;
	} 


.post .meta .submit {
	float: right;
	border-top: 1pt solid #b7f587;
	border-bottom: 2pt solid #483d8b;
	border-left: 1pt solid #b7f587;
	border-right: 2pt solid #483d8b;
	background-color: #7CD300;
	color: #f1f1f1;
	font-weight: bold;
	padding: 4px;
	width: auto;
	}


.post .meta .submission {
	background-color: #e3f2cf /*#b7f587*/;
	text-align: right;
	width: 60px;
	}


.submit {
	float: right;
	border-top: 1pt solid #b7f587;
	border-bottom: 2pt solid #483d8b;
	border-left: 1pt solid #b7f587;
	border-right: 2pt solid #483d8b;
	background-color: #7CD300;
	color: #f1f1f1;
	font-weight: bold;
	padding: 4px;
	width: auto;
	}


.calcresult {
	color: red;
	padding: 4px 0 0 12px;
	margin: 20px auto 0 auto;
	border-top: 2px solid #004400;
	border-left: 2px solid #004400;
	border-right: 2px solid #007700;
	border-bottom: 2px solid #007700;
	}
	
.calcresult h3 {
	color: #003333;
	font-size: 140%;
	}

.calcresult p {
	padding-left: 22px;
	color: #666666;
	}	


#date {
	margin-left: 50px;
	font: 90% tahoma;
	}

#date input {
	position: relative;
	padding: 0 8px 0 8px;
	left: 2em;
	width: 36px;
	text-align: right;
	}

#time {
	font: 90% tahoma;
	display: inline;
	text-align: right;
	margin: 0 0 0 6em;
	}

#time select {
	margin: 0 0 0 0;
	width: 50px;
	}

.class input {
	font: 80% tahoma;
	width: 20px;
	}

#contact p {
	font: 90% tahoma;
	text-align: right;
	line-height: 0.2em;
	margin-right: 280px;
	}
	
#contact input {
	position: relative;
	left: 1.5em;
	}

#rb { left: 18em; }

#small {
	font: 90% tahoma;
	}
	
#arearight {
	margin-left: 150px;
	}

#floater {
	float: right;
	text-align: right;
	left: 11em;
	width: 300px;
	}
	

.regerror {
	font: 120% bold tahoma;
	color: red;
	text-align: center;
	padding-bottom: 20px;
	}
	
.morterror {
	font: 140% bold tahoma;
	color: #CC3300;
	padding: 4px;
	margin: 0 auto 0 auto;
	border: 2px solid #FF9900;
	}
	
.morterror p {
	text-align: center;
	}

	

