@charset "utf-8";
/* Mailformplus CSS
   Author: Marco Ganka | ocm laboratories
 */

p.formcontent,
div.formcontent {
	margin:0;
	padding:0 5px 0 5px;
}

h2.formheader {
	padding:0 5px 0 5px;
}

textarea {
	height:150px;
}

select {
	*margin-left:3px;
}


p.labelfield {
	width:355px;
	*width:350px;
	margin:0;
}

p.inputfield {
	width:200px;
	*width:195px;
	text-align:left;
	margin:auto auto auto 3px;
	float:right;
	position:relative;
	top:-3px;
}

p.labelfieldcontact {
	width:110px;
	margin:0;
}

p.inputfieldcontact {
	width:425px;
	text-align:left;
	margin:auto auto auto 3px;
	float:right;
	position:relative;
	top:-3px;
}

.clear {
	margin:10px 0 0 0;
	padding:0;
	clear:both;
}

div.topmarg {
	margin:10px 0 15px 0;
}

.darkBgTop {
	background-image:url(img/formBgTop.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:560px;
	height:12px;
	margin:0;
	padding:0;
}

.darkContent {
	background-color:#D4E8EE;
	width:560px;
	margin:0;
}

.darkBgBottom {
	background-image:url(img/formBgBottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:560px;
	height:12px;
	margin:0;
	padding:0;
}

.brightBgTop {
	background-image:url(img/formBrightBgTop.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:560px;
	height:12px;
	margin:0;
	padding:0;
}

.brightContent {
	background-color:#eff7f8;
	width:560px;
	margin:0;
}

.brightBgBottom {
	background-image:url(img/formBrightBgBottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:560px;
	height:12px;
	margin:0;
	padding:0;
}