/*************************************************************/
/*   Design:   Alles Messe                                   */
/*   File:     Kontaktformular                               */
/*-----------------------------------------------------------*/
/*   Author:   Steffen Naake                                 */
/*   Date:     March 15, 2008                                */
/*   Homepage: wwww.naake-satz.de                            */
/*-----------------------------------------------------------*/

.csc-mailform {
	width:420px;
	margin:2.0em 0 2em 0;
	padding:10px 10px 10px 10px;
	border:solid 1px rgb(200,200,200);
	background-color:rgb(240,240,240);
  font-size:100%;
	}
.csc-mailform fieldset {
	padding:50px 0 0 0 !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	margin:30px 0 30px 0;
	border:solid 1px rgb(220,220,220);
	font-family:"trebuchet ms",arial,sans-serif;
  }
.csc-mailform fieldset legend {
	margin:0 0 0 5px !important /*Non-IE*/;
	margin:0 0 20px 5px /*IE6*/;
	padding:0 2px 0 2px;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:100%;
	}
.csc-mailform-field {
	margin:0 0 5px 0px;
	}
.csc-mailform-field label {
	float:left;
	width:75px;
	margin-right:10px;
	padding:2px;
  text-align:right;
	font-family:"trebuchet ms",arial,sans-serif;
  font-size:100%;
	}
.csc-mailform select.combo {
	width:175px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-size:100%;
	}
.csc-mailform-field input {
	padding:2px;
	font-family:"trebuchet ms",arial,sans-serif;
  font-size:100%;
	}
.csc-mailform-field textarea {
	padding:2px;
	font-family:"trebuchet ms",arial,sans-serif;
  font-size:100%;
	}
.csc-mailform-field input.csc-mailform-submit {
	float:right;
	width:9.0em;
	margin:10px 10px 10px 0;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	color:rgb(150,150,150);
	font-weight:bold;
  font-size:120%;
	}
.csc-mailform-field input.csc-mailform-submit:hover {
	cursor: pointer;
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
	}
