.csc-mailform-field {
  float:left;
  width:100%;
  margin-bottom:3px;
	}
	
	.csc-mailform label {
  float:left;
  width:125px;	
  margin:5px;
  display:block;
  color:#333333;
  font-weight:bold;
	}
	
	.csc-mailform input {
  float:left;
  width:350px !important;
  margin:5px;
  padding:2px;
  background-image:url(/fileadmin/img/form_input_bg.jpg);
  border:1px solid #bcbcbc;
	}

.csc-mailform input.csc-mailform-check  {
  width:auto !important;
  float:left;
  text-align:left;
  border:1px solid #f5f5f5;
}
	
	.csc-mailform textarea {
  float:left;
  margin:5px;
  padding:2px;
  background-image:url(/fileadmin/img/form_input_bg.jpg);
  border:1px solid #bcbcbc;
	}
	
	input.csc-mailform-submit {
  border:0 !important;
  background:none;
  background-image:url(/fileadmin/img/form_input_submit.png) !important;
  background-repeat:no-repeat;
  background-position:right top;
  width:auto !important;
  color:#ff8700 !important;
  font-weight:bold;
  padding:10px;
  padding-left:125px !important;
  padding-bottom:20px !important;
  float:right !important;
  margin-right:135px !important;
  margin-top:30px !important;	
	}
	
	input.csc-mailform-submit:hover {
  cursor:pointer;
	} 
	
	fieldset {
  border:0;
	}

.csc-mailform select {
float:left;
  margin-left:5px;
}

*html .csc-mailform select {
  margin-left:8px;