#supportform {
	padding: 4px 8px 12px;
	margin-right: 2em;
	margin-left: 1.5em;
	border: 1px solid #666666;
}

#supportform legend {
	font-size: 80%;
	font-weight: bold;
	color: #007062;
	background: #e7fffc;
}

#supportform p {
	clear: left;
	margin: 0;
	padding-top: 5px;
}
#supportform p label {
	float: left;
	width: 30%;
	text-align: right;
}

#supportform input {
	width: 21em;
	margin-left: .5em;
	border: 1px solid #999999;
	height: 1.25em;
}

#supportform textarea {
	width: 21em;
	height: 5em;
	margin-left: 6px;
	overflow: hidden;
	border: 1px solid #999999;
}

#supportform .radios input {
	margin-left: 31%;
	margin-right:1em;
	border-style: none;
	width: 1em;
}
#supportform .radios p {
	font-size: 100%;
}
#supportform .radios label {
	font-size: 100%;
}

#supportform #submit {
	text-align: center;
	margin-top: 0.5em;
	width: 16em;
	color: #333333;
	height: 1.5em;
	background: #CCCCCC;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
	margin-left: -10%;
}
#supportform #buttons {
	text-align: center;
}

#supportform #req {
	font-size: 70%;
	color: #2012ab;
	text-align: right;
	font-weight: bold;
}

.smalltxt {
	font-size: 70%;
}
