/* CSS Document */
fieldset {
	margin: 1em;
	padding: 1em;
	border: 1px solid #0066ff;
}
legend {
	color: #0066ff;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 .5em;
}
label {
	float: left;
	width: 10em;
}
label.labelTop {
	display:block;
	float:none;
	margin-bottom: .5em;
	width: auto;
}
label.labelRight {
	text-align:right;
	margin-right:1em;
}
label.labelLeft {
	margin-right:1em;
	width: auto;
}
input {
	width: 70%;
}
textarea {
	width: 70%;
	height: 100px;
}
textarea.lgTxtArea {
	width: 550px;
	height: 350px;
}
input.radio, input.checkbox, input.submit {
	width: auto;
}
input.radio, input.checkbox, input.smText {
	float: left;
	margin-right: .5em;
}
input.smText {
	width: 50px;
}
.required {
	color: #ff0000;
}
.errmsg {
	font-weight: bold;
	color: #CC0000;
	padding: 3px;
	background: url(../../../images/error.gif) no-repeat left center;
	padding-left: 30px;
}
.error {
	color:#ff0000;
	font-weight:bold;
}
.captchaInput {
	float: left;
	margin: 0 1em;
}
/* New Resizer*/
.resizehandle {
	background:transparent url(../../../images/resizer.png) no-repeat scroll 10px;
	cursor:s-resize;
	font-size:0.1em;
	height:16px;
	width:100%;
}