#search input {
	border: none;
	height:16px;
	margin: 0 0 0 5px;
	padding:0px 0px 0px 0px;
	font-size: 11px;
}
		
input, textarea, select {
	background: #FFFFFF;
	//font-size: 11px;
	color: #000000;
}

fieldset{
	border:0;
}
.csc-mailform input {
    float: left;
    left:250px;
    width: 160px;
    margin-top: 3px;
}
input.csc-mailform-check {
    float: left;
    left: 0px;
    width: 20px;
    border: 0px;
    background: transparent;
}
input.csc-mailform-radio {
    clear: both;
    width: 30px;
    float: left;
    background: transparent;
    border: 0px;
}
.csc-mailform-radio fieldset {
  float: left;
  clear: none;
  margin-left: 155px;
  width: 250px;
  display: inline;
}
.csc-mailform-radio fieldset label {
   text-align: left;
   clear: none;
}
.csc-mailform label {
    padding-top: 3px;
    display: block;
}
.csc-mailform textarea {
    left:250px;
    height:140px;
    width: 160px;
    margin-top: 3px;
}
input.csc-mailform-submit {
   height:20px;
   width:50px;
   margin-top:20px;
}
fieldset.csc-mailform {
   border:0;
}
.csc-mailform label {
   clear: both;
   float: left;
   margin: 3px 9px 0pt 0pt;
   text-align: right;
   width: 144px;
}
.csc-mailform-field select {
   min-width: 150px;
}
.csc-mailform-field {
   clear: both;
}
span.csc-form-radio {
   clear: none;
}
