 CSS Document
/*.csc-mailform, .csc-mailform fieldset{ border: none;}
.csc-mailform-field{ white-space: nowrap; text-align: left; vertical-align: top;}

.csc-mailform label{
	font-size: 14px;
	color: #005AB6;
}

.csc-mailform-field, csc-mailform-radio, #mailform{
	border: none;
	} */


SELECT, TEXTAREA, BUTTON, INPUT{
	font-family: Arial, Helvetica, sans-serif;
	color: #005AB6;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: bold;}
TEXTAREA{ display: block; margin-left: 40px;}

#DivMainContainer{
	overtflow-x: none;
	scrollbar-face-color:#005AB6;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	
	}

.csc-mailform label { margin-right: 10px;}
.csc-mailform-radio { margin-right: 5px;}
.csc-mailform-submit {}
.csc-mailform, .csc-mailform fieldset{ border: none; }
.csc-mailform {
 	
  	padding: 36px;
	padding-top: 10px;
	margin: 0px;

	border: 1px solid #CCCCCC;
}

.csc-mailform-field {
	position: relative;
	margin-top: 5px;
  	margin-bottom: 6px;
  	line-height: 18px;
	
	color: #005AB6;
	font-weight: bold;
	
		
}

