/* Start of CMSMS style sheet 'TSI - Form' */
.contactform legend
{
	display: none;
}
.clear
{
	clear: both;
}
.desc
{
	width: 225px;
}
.q
{
	width: 25px;
}
.info
{
	width: 150px;
}
.zip
{
	width: 45px;
}
.req
{
	color: red;
}
form
{
	margin: 0 0 5em 0;
}
fieldset
{
	border: none;
}
.fieldset
{
	background: #ffffcc;
	border: 3px double #DDD;
	margin-bottom: 10px;
	padding: 2.5em 1em 0.5em 1em;
	position: relative;
}
label
{
	display: block;
}
legend span
{
	color: #000;
	font-weight: bold;
	left: 1em;
	position: absolute;
	top: 0.5em;
}
.two legend span
{
	background: #FFF;
	border: 1px solid #000;
	left: 1em;
	padding: 0 0.2em;
	top: -0.75em;
}
.fieldset.two
{
	margin-bottom: 20px;
	padding-top: 1.5em;
}
textarea:focus, input:focus
{
	border: 2px solid #900;
}
#clear
{
	clear: both;
}
/* End of 'TSI - Form' */

