/*
Site: http://www.germanhealthplans.com
Version: 2007.10
Author: Bastian Eller <be@medianation.de>
Copyright: 2007 German Health Plans Worldwide Inc., New York
*/
   
/* Consulting Form Styling */

#form {
	position: relative;
	z-index: 24;
	font-size: 11px;
	line-height: 11px;
	}
	
#form select, #form input, #form textarea {
	font-size: 14px;
	border: 0;
	border-bottom: 1px solid #666;
	padding: 1px;
	background-color: #ccc;
	}

#form select:focus, #form input:focus, #form textarea:focus, #form select:active, #form input:active, #form textarea:active {
	background-color: #c99;
	}

#form table, #form tr, #form td {
	padding: 0;
	margin: 0;
	} 
#form tr {
	height: 30px;
	margin-bottom: 16px;
	}

#anrede {
	font-size: 12px;
	}

#anrede, #geb-datum, #geb_ehepartner, #geb_kind1, #geb_kind2, #geb_kind3, #geb_kind4, #titel { width: 80px; }
#plz, #plz_business, #state, #state_business { width: 40px; }
#name, #nachname, #beruf, #familienstand { width: 130px; }
#ort, #ort_business { width: 150px; }
#land, #land_business, #telefon, #telefon_privat, #telefon_business, #fax, #fax_business, #mobile, #email_business, #name_business { width: 180px; }
#email, #strasse, #strasse_business, #name_ehepartner, #name_kind1, #name_kind2, #name_kind3, #name_kind4 { width: 230px; }
#notes {width: 480px; height: 66; }

	
.text {
	color: #585858;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding-right: 20px;
	}
	
#buttons {
	display: block;
	width: 480px;
	border-top: 1px solid #666;	
	color: #903;
	margin: 24px 0 32px;
	padding: 2px 32px 2px 0;
	text-align: right;
	vertical-align:bottom;
	}

#buttons input {
	height: 22px;
	border: 1px solid #333;
	border-right-width: 2px;
	border-bottom-width: 2px;
	padding: 0 4px;
	}
	
#buttons input:hover {
	cursor: pointer;
	}	
	
#form #buttons #submit {
	color: #fff;
	font-weight: bold;
	margin-right: 2px;
	background: url(imgs/bg_info_link.png) left no-repeat #903;
	}

#form #buttons #reset {
	color: #777;
	background-color: #eee;
	border: 1px solid #777;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin-left: 12px;
	}
	
span.red {
	color: #903;
	font-weight: bold;
	line-height: 6px;
	font-size: 18px;
	vertical-align: bottom;
	}

div#required {
	position: absolute;
	line-height: 6px;
	display: block;
	width: 140px;
	height: 24px;
	min-height: 24px;
	text-align: right;
	font-size: 11px;
	color: #903;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: normal;
	letter-spacing: normal;
	right: 0;
	top: 6px;
	overflow: visible;
	}
	
	

