form.contact fieldset.survey div.question {
text-align : left;
}form.contact fieldset.survey div.question br {
display : none;
}
form.contact fieldset.survey div.question div.answers {
background : #fff;	
border : 1px solid #666;
}
form.contact fieldset.survey div.question div.answers label {
display : block;
margin : 0 0 0 20px;
padding : 0;
}


/*
	applies to the entire form
*/
form.contact
{
}

/*
	applies to the entire user part of the form
*/
form.contact fieldset.user
{
}
/*
	applies to the user title
*/
form.contact fieldset.user legend
{
}
/*
	applies to the user input box
*/
form.contact fieldset.user input
{
}

/*
	applies to the entire email part of the form
*/
form.contact fieldset.email
{
}
/*
	applies to the email title
*/
form.contact fieldset.email legend
{
}
/*
	applies to the email input box
*/
form.contact fieldset.email input
{
}

/*
	applies to the entire site part of the form
*/
form.contact fieldset.site
{
}
/*
	applies to the site title
*/
form.contact fieldset.site legend
{
}

/*
	applies to the site input box
*/
form.contact fieldset.site input
{
}

/*
	applies to the entire copy part of the form
*/
form.contact fieldset.copy
{
}
/*
	applies to the copy checkbox
*/
form.contact fieldset.copy input
{
}


/*
	applies to the entire submit part of the form
*/
form.contact fieldset.submit
{
}
/*
	applies to the submit button
*/
form.contact fieldset.submit input
{
}

/*
	applies to the entire human response check part of the form
*/
form.contact fieldset.captcha
{
}

/*
	applies to the entire subject part of the form
*/
form.contact fieldset.subject
{
}
/*
	applies to the subject title
*/
form.contact fieldset.subject legend
{
}
/*
	applies to the subject selection box
*/
form.contact fieldset.subject select
{
}

/*
	applies to the entire message part of the form
*/
form.contact fieldset.message
{
}
/*
	applies to the message title
*/
form.contact fieldset.message legend
{
}
/*
	applies to the message area
*/
form.contact fieldset.message textarea
{
}

/*
	applies to the thank you message
*/
p.thanks
{
}

/*
	applies to the confirmation message
*/
p.confirm
{
}