/*  
	SURVEY TOOL CSS
	CREATED: 18.04.06
	MODIFIED: 06.02.07
	AUTHOR: ANDY FIELD
*/ 

fieldset.twack
{
	border: none;
}

input.fmchk,
input.fmradio
{
	float: left;
	margin: 0 0.2em 0 0;
}

label.rhs,
#survey table label
{
	float: none;
	width: auto;
	color: #000;
	font-weight: normal;
}

#survey label
{
	color: #000;
	font-weight: normal;
}

#survey .question
{
	margin: 0 0 0.6em 0;
	padding: 0;
}

#survey h2
{
	font-size: 1.3em;
}

#survey h3
{
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#survey .fmtext
{
	width: 240px;
}

/* TABLE STRIPPER */

#survey table
{
	width: auto;
}

#survey table th,
#survey table td
{
	border: none;
	margin: 0;
	padding: 0;
}

#survey table tr:hover
{
	background: none;
}
