fieldset
{
	border:0;
}

label
{
	display:block;
	width:170px;
	float:left;
	font-weight:bold;
}

legend
{
	display:none;
}

.csc-mailform-field
{
	min-height:26px;
}

.csc-mailform-field input, textarea
{
	width:220px;
	padding:1px;
	margin:1px;
	background:#f9f9f9;
	border:1px solid silver;
	font:12px "Trebuchet MS",Arial,sans-serif;
}

.csc-mailform-field input:focus, textarea:focus
{
	/*border:1px solid #c40008;*/
	background-color:white;	
}

textarea
{
	height:150px;
}

input.csc-mailform-submit
{
	width:150px;
	border:1px solid silver;
	margin-left:171px;
}

span.csc-mailform-radio fieldset label
{
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:0px;
}

.csc-mailform-check
{
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:0px;
}


input.csc-mailform-radio, input.csc-mailform-check
{
	width:auto;
	background:none;
	border:0;
}