 #contact {
  text-align: left;
  width: 485px;
  line-height: 1.8;
 }
 
 #contact fieldset {
   margin-bottom: 10px;
  border: 0px;
  border-top: 1px solid #C8C8C8;
  background: #F6F6F7;
  
 }
 #contact legend {
 /*  padding: 0 2px;
   font-weight: bold;
 margin-left: 10px;
   _margin: 0 -7px; /* IE Win */*/
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 21px;
    background: url(/home/spielwiese/alicona/images/template/bg_blue.gif);
    color:  #fff;
    padding-left: 5px;
}
 #contact h2{
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 21px;
    background: url(/home/spielwiese/alicona/images/template/bg_blue.gif);
    color:  #fff;
    padding-left: 5px;
padding-bottom:0px;
 }
 #contact label {
  *display: inline-block;
   line-height: 1.8;
   vertical-align: top;
 margin-right: 5px;
 }
#contact[id] label {
 display: block;
 float: left;
 }
 #contact fieldset ol {
   margin: 0;
   padding: 0;
 }
 #contact fieldset li {
   list-style: none;
   padding: 5px;
   margin: 0;
   border-bottom: 1px solid #C8C8C8;
   background: none;
 }
 #contact fieldset fieldset {
   border: none;
   margin: 3px 0 0;
 }
 #contact fieldset fieldset legend {
   padding: 0 0 5px;
   font-weight: normal;
 }
 #contact fieldset fieldset label {
   display: block;
   width: auto;
 }
 #contact em {
   font-weight: bold;
   font-style: normal;
   color: #f00;
 }
 #contact label {
  text-align: right;
   width: 70px; /* Width of labels */
 }
 #contact fieldset fieldset label {
   margin-left: 103px; /* Width plus 3 (html space) */
 }
 #contact input {
  border: 1px solid #C8C8C8;
  width: 350px;
  padding: 2px;
 }
 #contact textarea {
  border: 1px solid #C8C8C8;
  width: 350px;
 }
 #contact .ctrl {
  text-align: right;
 }
 #contact .ctrl li {
  display: inline;
  background: none;
 }
 #contact .ctrl input {
  width: auto;
  border: 0;
  background: url(/home/spielwiese/alicona/images/template/bg_blue.gif);
  color: #fff;
 }
 
 #contact input.error {
  border: 1px solid #C8C8C8;
 }
