/*
======================================================
style.css
======================================================
*/
body{
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color:#33333f;
}

p.bodytext{
	padding:0px;
	margin:2px;
}

#Content a, #Content a:link, #Content a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#33333f;
}

#Content a:hover, #Content a:active, #Content a:focus{
	background:#33333f;
	color:#ffffff;
}

#FooterLine{
	font-size:9px;
}

#FooterLine a, #FooterLine a:link, #FooterLine a:visited{
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
	color:#33333f;
}

#FooterLine a:hover, #FooterLine a:active, #FooterLine a:focus{
	font-size:9px;
	background:#33333f;
	color:#ffffff;
}

/*
=================================================================
Forms
=================================================================
*/


label {
	display:block;
	width:150px;
	text-align:right;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	color:#33333f;
	font-size:11px;
	font-weight: bold;
	}
	
input {
	float:left;
	display:block;
	border: none;
	border-bottom: 1px dotted #33333f;
	width: 220px;
	margin-bottom:10px;
	background: #ffffff;
	color:#33333f;
	font-size:11px;
	}
select {
	float:left;
	display:block;
	border: none;
	border-bottom: 1px dotted #33333f;
	width: 220px;
	margin-bottom:10px;
	background: #ffffff;
	color:#33333f;
	font-size:11px;
	}
	
textarea{
	float:left;
	display:block;
	border: none;
	width: 220px;
	background: #ffffff;
	border: 1px dotted #33333f;
	font-family: arial;
	color:#33333f;
	font-size:11px;
	margin-bottom:10px;
}

.csc-mailform-check{
	width: 100px;
	border: none;
}

.csc-mailform{
	border:none;
	width: 410px;
}
.csc-mailform-submit{
	float:left;
	display:block;
	border:none;
	background:#33333f;
	color: #ffffff;
	width: 132px;
	margin-top: 15px;
}

.csc-textpic-caption{
	font-size: 9px;
}


