/*
	applies to the entire form
*/
form.contact input
{
margin-bottom:5px;
}

form.contact select
{
margin-bottom:5px;
}



/*
	applies to the entire user part of the form
*/
form.contact fieldset.user
{
}
/*
	applies to the user title
*/
form.contact fieldset.user legend
{
	font-weight: normal;
}
/*
	applies to the user input box
*/
form.contact fieldset.user input
{
	width:300px;
	background-color:#FFFFFF;
	border: 1px solid black;
	color:black;
}

/*
	applies to the entire email part of the form
*/
form.contact fieldset.email
{
}
/*
	applies to the email title
*/
form.contact fieldset.email legend
{
	font-weight: normal;
}
/*
	applies to the email input box
*/
form.contact fieldset.email input
{
	width:300px;
	background-color:#FFFFFF;
	border: 1px solid black;
	color:black;
}

/*
	applies to the entire site part of the form
*/
form.contact fieldset.site
{

display:none;

}
/*
	applies to the site title
*/
form.contact fieldset.site legend
{
	font-weight: normal;
}

/*
	applies to the site input box
*/
form.contact fieldset.site input
{
	width:300px;
	background-color:#FFFFFF;
	border: 1px solid black;
	color:black;
}

/*
	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
{
width: 132px;
height: 28px;
text-decoration: none;
background-color:white;
border: 1px solid black;
color: black;
}

/*
	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
{
	font-weight: normal;
}
/*
	applies to the subject selection box
*/
form.contact fieldset.subject select
{
	width:300px;
}

/*
	applies to the entire message part of the form
*/
form.contact fieldset.message
{
}
/*
	applies to the message title
*/
form.contact fieldset.message legend
{
	font-weight: normal;
}
/*
	applies to the message area
*/
form.contact fieldset.message textarea
{
	width:300px;
	height:100px;
	margin-top:5px;
	background-color:#FFFFFF;
	color:black;

}

/*
	applies to the thank you message
*/
p.thanks
{
	text-align:center;
	font-weight:normal;
}

/*
	applies to the confirmation message
*/
p.confirm
{
	text-align:center;
	font-weight:normal;
}