/* 
 *  MeridianSpa GmbH - Layout Styles Web
 *  (C)opyright 2008 REDCODE.DE. All Rights reserved.
 *  Visit us at http://www.redcode.de/
 *
 *  22/09:08   1.0     han 
 */

TABLE.formtable {
    margin: 0px;
    padding: 0px;
    border: 1px solid #002E6A;
    background-color: white;
    border-spacing: 0px;
    empty-cells: show;
}

TABLE.formtable TD.frmtopic { font-size: 11px; padding: 11px 2px 2px 35px; }
TABLE.formtable TD.label {
    width: 170px;
    margin: 0px;
    padding: 9px 13px 1px 12px; 
    vertical-align: top;
    text-align: right;
    font-weight: bold;
}
TABLE.formtable TD.form { padding: 10px 24px 1px 0px; } 
TABLE.formtable TD.submit { padding: 4px 26px 1px 0px; }

INPUT.standardinput, SELECT.standardinput, TEXTAREA.standardinput, INPUT.checkboxinput {
  color: #002E6A;
    width: 310px; 
    margin: 0px 0px 2px 0px;
    padding: 2px;
    background-color: white;
    border: 1px solid #002E6A;
    line-height: 14px;
 }

SELECT.standardselect {
  color: #002E6A;
    margin: 0px 0px 2px 0px;
    padding: 0px;
    background-color: white;
    border: 1px solid #002E6A;
}

INPUT.standardbutton {
    width: 83px;
    margin: 5px 0px 2px 0px;
    padding: 1px;
    font-size: 12px;
    font-weight: bold;
    color: white; 
    border: 0px;
    background-color: #002E6A;
    border: 1px solid #002E6A;
    text-align: center;
}

INPUT.checkboxinput { width: 250px; }
SPAN.frmlabel { font-size: 9px; line-height: 11px; text-align: right; }
.bfield { margin: 0px 0px 0px 0px; }

P.hint { font-size: 11px;  margin: -3px 0px 0px 0px; line-height: 15px; }

P.disclaim {
	font-size: 11px;
	margin: 20px 0px 0px 105px;
}

TABLE.maintable TD.maincontext DIV FORM .standardbutton { 
 margin: 9px 0px 0px 0px; background-color: #DA2028; 
 color: white; border: none; font-weight: bold; text-align: center; 
 padding: 2px; font-size: 11px; width: 75px; line-height: 13px; }
 
TR.pommis {  display: none; } /* antiSPAM */ 
 
#RELATED FORM .standardinput { width: 160px;  } /* RELATED-Forms */

/* End of web-contactform.css */
