form {
}

form table {
	clear: both;
	width: 100%;
}

label {
	display: inline;
	float: left;
	width: 200px;
}

form table label {
	float: none;
	display: block;
}

input, textarea, select {	
	background: #FFF;
	border: 1px solid #C2C2C2;
	padding: 3px 3px 3px 6px;
	width: auto;
	overflow: visible;
}

fieldset { border:  none; }
textarea { overflow: auto; }
select { width: auto; }

.csc-mailform-field {
	border-top: 4px solid #FFFFFF;
	clear: left;
	margin-top: 4px;
}

.csc-mailform label {
	background: #D3D4E9;
	display: block;
	padding: 3px 3px 3px 9px;
	vertical-align: top;
	width: 130px;
}

.csc-mailform-radio fieldset {
	float: left;
	width: 242px;
}

input.csc-mailform-radio, input.csc-mailform-check {
	background: transparent none repeat scroll 0%;
	margin-left: 0px;
}

input.csc-mailform-radio, input.csc-mailform-check, input.pollanswer {
	background: transparent none repeat scroll 0%;
	border: medium none;
	width: 20px;
}

input.csc-mailform-radio, input.csc-mailform-req {
	clear: left;
	float: left;
}

input.button, input.submit, input.csc-mailform-submit, input.tx-newloginbox-pi1-submit, input.tx-guestbook-submit {
	background: #D3D4E9 none repeat scroll 0%;
	border: medium none;
	cursor: pointer;
	clear: left;
	font-weight: normal;
	padding: 1px;
	text-align: center;
	overflow: hidden;
	width: auto;
}

span.csc-mailform-req {
	color: #990099;
	vertical-align: top;
}

#mailform .warning input {
	border: 1px solid #FF0000;
}

#mailform .warning label {
	color: #FF0000;
}
