.csc-mailform {
	border: none;
	top: 0px;
	left: 0px;
	margin-top: 5px;
	margin-left: 0px;
	padding: 0px;
}

.csc-mailform-field {
	width: 350px;

}

.csc-mailform-field label {

	clear: left;
	width: 110px;
	float: left;
	text-align: left;
	padding-top: 3px;
}

.csc-mailform-label {

	line-height: 1em;
	margin-bottom: 0px;
	vertical-align: text-bottom;
}


input {

	color: #790000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	width: 190px;
	margin-top: 3px;
	background-color: #EDEADB;
	border: solid;
	border-color: #D7D0AC;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	padding-left: 4px;


}

.csc-mailform-check {

	position: relative;
	float: right;
	top: -14px;
	background-color: transparent;
	border: none;
	width: 12px;
	height: 12px;
	margin-right: 20px;
	
}

textarea {

	color: #790000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	width: 300px;
	height: 100px;
	background-color: #EDEADB;
	border: solid;
	border-color: #D7D0AC;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	padding-left: 4px;

}

.csc-mailform-submit {
	background-color: transparent;
	border: none;

	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #790000;
	right: 38px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 80px;
	height: 22px;

	clear: both;
	float: left;

	
}







