@charset "utf-8";


.csc-mailform {
	border: 0px;
	color: #333;
	width:100%;
	margin-top:14px;
	padding:0;
}

.csc-mailform .csc-mailform-field .csc-mailform-label {
	position:absolute;
	margin:2px 0 0 0;
}

.csc-mailform .csc-mailform-field-checkbox{
	border: 0px;
	min-height:30px;
	clear: both;
}

* html .csc-mailform .csc-mailform-field-checkbox {
	height:30px;
}

.csc-mailform .csc-mailform-field-normal {
	border: 0px;
	/* min-height:20px; */
	padding-bottom:2px;
	/*border-bottom: 1px solid #D6D7D2;*/
	clear: both;
}

* html .csc-mailform .csc-mailform-field-normal {
	height:20px;
}

.csc-mailform .csc-mailform-field-normal .normalLabel {
	width: 125px;
	display: block;	
	float: left;
	padding: 5px 5px 5px 0;
}
.csc-mailform .csc-mailform-field-normal .normalLabel label {
	
}
.csc-mailform .csc-mailform-field-normal .normalInput {
	float:left;
}

.csc-mailform .csc-mailform-field-normal .normalInput input,
.csc-mailform .csc-mailform-field-normal textarea,
.csc-mailform .csc-mailform-field-normal select {
	margin: 5px 0px 5px 5px;
	border: 1px solid #D2D6DA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:auto;
	line-height:15px;
	padding:0 3px;
}
.csc-mailform .csc-mailform-field-normal select {
	width:auto;
	padding:0 0 0 3px;
}
.csc-mailform .csc-mailform-spacer {
	height:20px;
}
.csc-mailform .csc-mailform-field-normal .normalInput input {
	width:300px;
}

.csc-mailform .csc-mailform-field-normal .normalInput textarea {
	width:299px;
	height:100px;
}
.csc-mailform .csc-mailform-field-checkbox .checkboxLabel {
	width: 345px;
	height:20px;
	display: block;	
	float: left;
	padding-top: 2px;
}
.csc-mailform .csc-mailform-field-checkbox .checkboxLabel label {
	width:auto;
}
.csc-mailform .csc-mailform-field-checkbox .checkboxInput {
	width:155px;
	float:left;
	text-align:right;
}

.csc-mailform .csc-mailform-field-checkbox .checkboxInput input {
	margin-right: 5px;
}


.csc-mailform .csc-mailform-field-normal #mailformplz {
	width: 80px;
}
.csc-mailform .csc-mailform-field-normal .normalInput input.csc-mailform-submit {
	width:auto;
	background-color:#fff;
	padding-right:3px;
	padding-left:3px;
	font-weight:normal;
}





