/* Technical Question Form Stylesheet */
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #306397;
}
legend {
	color: #306397;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 .5em;
}
form h3 {
	clear: both;
	margin: 1em;
}
label {
	display: block;
	padding-bottom: .3em;
}
input:focus, textarea:focus {
	background: #eee;
	border: solid 1px #306397;
}
input {
	width: 100%;
}
input.submit {
	width:auto;
}
textarea {
	width: 100%;
	height: 100px;
}
.captcha input {
	width: 100px;
}
.captcha label {
	float: left;
	margin: 0 auto;
	padding-right: 1em;
}
.required {
	color: #ff0000;
}
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%;
}