/* CSS Document */
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #306397;
}

legend {
	color: #306397;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 .5em;
}
label {
	display: block;
	padding-bottom: .3em;
}
form .float {
	float:left;
	width: 8em;
	text-align: right;
	margin-right:.5em;
}
form .floatThree {
	width: 170px;
	float: left;
	margin-right: 1em;
}
form .floatTwo {
	width: 250px;
	float: left;
	margin-right: 1em;
}
form .floatAuto {
	float:left;
	width: auto;
	text-align: right;
	margin-right:2em;
}
input:focus, textarea:focus {
	background: #eee;
	border: solid 1px #306397;
}
input, textarea {
	padding:5px;
}
input {
	width: 99%;
}
p.captcha label {
	float:left;
}
input.captcha {
	width: 4em;
	margin-left:1em;
}
textarea {
	width: 70%;
	height: 100px;
}
textarea.lgTxtArea {
	width: 550px;
	height: 200px;
}
input.radio, input.checkbox, input.submit {
	width: auto;
}
input.radio, input.checkbox, input.smText {
	float: left;
	margin-right: .5em;
}
input.smText {
	width: 50px;
}
form h3 {
	clear: both;
	margin: 1em;
}
.required {
	color: #ff0000;
}

/* Textarea Resizer */
div.grippie {
	background:#EEEEEE url(../images/grippie.png) no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt;
}
.resizehandle {
	background:transparent url(../images/resizer.png) no-repeat scroll 10px 50%;
	cursor:s-resize;
	font-size:0.1em;
	height:16px;
	width:100%;
}