/* CSS Document */
form h3 {
	clear: both;
	margin: 1em;
}
form label {
	float: left;
	width: 25%;
	margin-right:.5em;
}
fieldset {
	border: 1px solid #0033CC;
	padding: .5em;
	margin: .5em;
}
legend {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 .5em;
}
form fieldset label {
	text-align: right;
}
form .txt {
	width: 70%;
	border: 1px solid #003399;
}
input {
	width: 70%;
}
input.smText {
	width: 50px;
}
input.submit {
	width: auto;
	margin:.5em 0;
	text-align: center;
}
input.radio, input.checkbox {
	float:left;
	border: 0;
	margin-right: 0.5em;
	width: auto;
}
form textarea.txt {
	width: 50%;
}
form textarea.txtLg {
	width: 90%;
	height: 200px;
	border: 1px solid #003399;
	margin: 5px;
}
.largeFormField {
	width: 70%;
	border: 1px solid #0033CC;
	background-color: #EEEEEE;
}
textarea {
	width: 70%;
	height: 100px;
}
textarea.lgTxtArea {
	width: 550px;
	height: 350px;
}
.radio label, .checkbox label {
	display:inline; width:auto;
}
.radio input, .checkbox input, input.radio, input.checkbox, input.smText {
	float: left;
	margin-right: .5em;
	width: auto;
}
p.radio {
	clear:both;
}
form label.radio {
	float:none;
}
.required {
	color: #ff0000;
}
.errmsg {
	font-weight: bold;
	color: #CC0000;
	padding: 3px;
	background: url(../images/error.gif) no-repeat left center;
	padding-left: 30px;
}
.captchaInput {
	float: left;
	margin: 0 1em;
}
.resizehandle {
	background:transparent url("../images/resizer.png") no-repeat scroll 10px;
	cursor:s-resize;
	font-size:0.1em;
	height:16px;
	width:100%;
}
