div.csc-mailform {
  margin-top:10px;
  width:520px;
  clear:both;
    font-size: 14px;
  font-weight:normal;
}

div.csc-mailform input{
  background:white;
  border:0;
  border-bottom:1px dotted #262626;
  /*clear:both;*/
    width:370px;
}

li.csc-form-element-select select{
  width:370px;
  border:0;
  border-top:1px dotted #262626;
  border-bottom:1px dotted #262626;
}

li.csc-form-element-textarea textarea{
  border:0;
  width:370px;
  border-top:1px dotted #262626;
  border-bottom:1px dotted #262626;
}

.csc-form-element-textblock{
  background: #ffffff !important;
  width:520px !important;
  height:auto !important;
  white-space:normal !important; 
}

.csc-form-element-submit input{
  background:#ffffff !important;
  width:250px !important;
  padding:5px 0;
  border:1px dotted #262626 !important;
  float:right; margin: 0 20px 0 0;
  /*clear:both;*/
}

.csc-form-element-submit input:hover{
  background:#eeeeee!important;
  curser:pointer !important;
}

div.csc-mailform ol, div.csc-mailform ol li {
    margin: 0;
    padding: 0;
  padding-top: 10px;

}

div.csc-mailform li label {
    float: left;  
    margin-right: 20px;
    vertical-align: baseline;
    width: 125px;
}


div.csc-mailform ol li {
    overflow: visible; /*original: hidden */
}
div.csc-mailform fieldset {
    margin: 0;
    padding: 0;
    position: relative;
}
div.csc-mailform legend {
    color: #000000;
    font-weight: bold;
    margin-left: 1em;
}
div.csc-mailform fieldset ol {
    padding: 1em 1em 0;
}
div.csc-mailform fieldset li {
    list-style: none outside none;
    margin-bottom: 0.5em;
    padding: 0.5em;
}
div.csc-mailform fieldset.submit {
    border-style: none;
}

div.csc-mailform li input + label, div.csc-mailform li textarea + label, div.csc-mailform li select + label {
    float: none;
    margin-left: 1em;
    margin-right: 0;
    width: auto;  
}

div.csc-mailform li textarea + label {
    vertical-align: top; 
}
label em, legend em {
    color: #006600;
    display: block;
    font-size: 85%;
    font-style: normal;
    text-transform: uppercase;
}
legend em {
    position: absolute;
}
label strong, legend strong {
    color: #CC0000;
    display: block;
    font-size: 85%;
    font-weight: normal;
    text-transform: uppercase;
  position:absolute; bottom:100px;left:100px;background: #262626; padding:5px;
}
legend strong {
    position: absolute;
    top: 1.4em;
}
.labels-alignment-right label, .labels-alignment-right .fieldset-subgroup legend, .labels-alignment-right.fieldset-subgroup legend {
    text-align: right;
}
fieldset.fieldset-horizontal {
    border-width: 0;
}
fieldset.fieldset-horizontal ol {
    padding: 0;
}
fieldset.fieldset-horizontal li {
    float: left;
    margin-right: 1em;
    padding: 0;
}
fieldset.fieldset-horizontal.label-below label {
    color: #999999;
    display: block;
    font-size: 90%;
    margin-left: 0;
    margin-top: 0.2em;
    text-align: left;
}
fieldset.fieldset-horizontal label em {
    display: inline;
}
fieldset.fieldset-subgroup {
    border-style: none;
    margin-bottom: -2em;
}
fieldset.fieldset-subgroup legend {
    font-weight: normal;
    margin-left: 0;
    padding: 0;
    width: 13em;
}
fieldset.fieldset-subgroup ol {
    margin: 0 0 0 14em;
    padding: 0;
    position: relative;
    top: -1.4em;
}
fieldset.fieldset-subgroup li {
    padding: 0;
}
fieldset.fieldset-subgroup input + label {
    display: inline;
    float: none;
    margin: 0 0 0 1em;
    width: auto;
}
.labels-block label {
    display: block;
    float: none;
    margin: 0 0 0.5em;
    width: auto;
}
.labels-block input + label, .labels-block textarea + label {
    margin: 0.5em 0 0;
}
.labels-block fieldset.fieldset-subgroup, fieldset.labels-block.fieldset-subgroup {
    margin-bottom: 0;
}
.labels-block .fieldset-subgroup legend, .labels-block.fieldset-subgroup legend {
    width: auto;
}
.labels-block .fieldset-subgroup legend em, .labels-block.fieldset-subgroup legend em {
    position: relative;
}
.labels-block .fieldset-subgroup legend strong, .labels-block.fieldset-subgroup legend strong {
    position: relative;
    top: 0;
}
.labels-block .fieldset-subgroup ol, .labels-block.fieldset-subgroup ol {
    margin: 0;
    padding: 0.5em 0 0;
    top: 0;
}