/* CSS Document */
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #306397;
}
legend {
	color: #306397;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 1em;
}
label {
	display:block;
}
input {
	width: 99%;
}
textarea {
	width: 99%;
	height: 125px;
}
p.captcha label {
	float:left;
}
input.captcha {
	width: 20em;
	margin-left:1em;
}
input.submit {
	width: auto;
}
.required {
	color: #CC0000;
}
.errmsg {
	font-weight: bold;
	color: #CC0000;
	padding: 3px;
	display:block;
}
.error {
	font-weight: bold;
	color: #CC0000;
}
.radio label {
	display:inline;
}
.radio input {
	width:auto;
	margin-right:1em;
}
/* 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;
}