body {
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:left;
}
li {
	list-style-position:inside;
	padding-left:10px;
}
	h1, h2, h3, h4, h5, p, ul {
	margin:0;
	padding:0;
}
a {
	color:#000099;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:medium none;
}

.header, .search, .menu {
	display:none;
}
.contentblock {
	clear:both;
	text-align:left;
}
/********************************
 * CONTENT
/*******************************/

.contentblock h1 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 20px;
}
.input {
	border:1px solid #dddddd;
	padding:1px 2px 1px 2px;
	margin-bottom:2px;
	font-size: 11px;
	width:400px;
}
.input.small {
	width:100px;
}
.csc-mailform-field label {
	width:150px;
	display:block;
	float:left;
}

input:focus, textarea:focus, select:focus {
	background-color:#efeff4;
}
div.submit {
	line-height:22px;
	height:22px;
}
div.submit a.submit {
	background:none;
	background-color:transparent;
	border:none;
	padding:0;
	margin:0;
	line-height:22px;
	height:22px;
	background:transparent url(../images/submit-bg.gif) repeat-x;
	width:100px;
}

.csc-mailform {
        border: 0px;
        margin: 0;
        padding: 0;
}

#mailform {
        margin-top: 0px;
        margin-bottom:20px;
}

.csc-mailform-field label {
	width: 11em;
	text-align: left;
	margin-right: 0.0em
	display: block
}

.csc-mailform-submit {
	margin-left: 0;
	margin-top: 2em;
	background-color: #efeff4;
	color: #333;
	font-weight:bold;
	width:auto;
} 

