/* ---------------------------------------------------------------------

                      Mailform plus Contact form
                    
--------------------------------------------------------------------- */
body {
vertical-align:left;
text-align: left;
  margin: auto;
  padding: 0;
  width: 700px;
  height: 500px;

}

* {
  font-family: Arial, Verdana, sans-serif;
  
}

/* CONTENT
--------------------------------------------------------------------- */
#content_area{
width: 700px;
 }

p {
    
    font-size: 0.8em;
    line-height: 18px;
}

h1 {
	color: #a70039;
	font-size: 1.4em;
	line-height: 1.255;
	margin: 1.5em 4em .5em 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .03em;
}

h2 {
	color: #a70039;
	font-size: 1em;
	line-height: 1.255;
	margin: 1.5em 4em .5em 0;
	text-transform: uppercase;
	font-weight: bold;
	
}

.csc-firstHeader{
color: #a70039;
	font-size: 1.2em;
	line-height: 1.255;
	margin: 1.5em 4em .5em 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .03em;
}



h3 {
	color: #a70039;
	font-size: 1.4em;
	line-height: 1.255;
	margin: 1.5em 4em .5em 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .03em;
}

#contact_form {
  margin: 0 0 0 0;
  padding: 0;
}

.jsvalidation {
  background: #f5f5f5 url(attention_sign_small.gif) 5px 3px no-repeat;
  color: red;
  padding: 5px 5px 5px 27px;
  width: 400px;
  margin: 5px 5px 5px 0;
}

#contact_form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

#contact_form legend {
  text-indent: -999em;
  font-size: 0;
  margin: 0;
  padding: 0;  
}

#contact_form p {
  line-height: 1.3em;
}

p.required input {
  background: #f9f9f9;
}

#contact_form p label {
  display: block;
  float: left;
  width: 120px;
  color: #333;
  cursor: pointer;  
  font-size: 1em;
  margin-top: 3px;
}

#contact_form p label.radio_caption {
  display: inline;
  float: none;
  margin: 0;
  width: auto;
}

#contact_form #company_name, #contact_form #name, #contact_form #subject, #contact_form #email, #contact_form #customer_number, #contact_form #phone, #contact_form #text, #contact_form #amount, #contact_form #address, #contact_form #city, #contact_form #citycode {
  border: 1px solid #949494;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  
  padding: .3em 0 .3em .4em;
  width: 300px;
}

#contact_form #amount {
  width: 40px;
}

#contact_form #text {
  width: 440px;
  height: 200px;
  font-size: 1em;
}

#cf_submit input {
  background: #efefef;
  color: #666;
  text-align: center;
  font-weight: bold;
}

#cf_submit input:hover {
  background: #f5f5f5;
  color: #333;
  text-align: center;
  font-weight: bold;
}

#cf_error_box {
  border: 1px solid #ccc;
  background: #efefef;
  padding: 10px;
}

#cf_error_box p {
  margin: 0;
}

#cf_error_box #error_custom {
  margin-left: 25px;
  color: red;
}

#cf_error_box #error_custom strong {
  color: red;
}

#contact_form .cf_error_msg, .cf_error_msg strong {
  color: red !important;
  margin-top: -10px;
}

#attention_sign {
  border: 0 !important;
  margin-bottom: -4px;
}
