
/* ----------[Formularfelder]---------- */

input[type="text"],input[type="password"]{ /* input[type="text"],input[type="password"]{ */
	background-image: url(http://www.pantau.eu/img/input_bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #C8C8C8;
	height: 15px;
	width: 290px;
	font-size: 12px;
	color: #969696;
}

textarea{
	border: 1px solid #C8C8C8;
	height: 160px;
	width: 290px;
	font-size: 13px;
	color: #969696;
}

textarea:focus{
	border: 1px solid #A0A0A0;
}

input[type="text"]#email{
	/*background-image: url(http://www.pantau.eu/img/login_start_email.gif);*/
	background-repeat: no-repeat;
}

input[type="password"]#passwort{
	background-image: url(http://www.pantau.eu/img/login_start_passwort.gif);
	background-repeat: no-repeat;
}

input#search{
	width: 132px;
	margin-left: 9px;
}

input[type="text"]#search:focus{
	background-image: url(http://www.pantau.eu/img/input_bg.gif);
}

input.submit{
	/*width: 94px;
	height: 28px;*/
	position: relative;
	border: 0px;
	right: 0;
	margin-top: 0px;
	margin-bottom: 30px;
}

input.changeInputBG:hover, input.changeInputBG:active, input.changeInputBG:focus{
	background-image: url(http://www.pantau.eu/img/input_bg.gif);
	background-repeat: no-repeat;
}

input.form_header{
	width: 120px;
}	

input[type="text"]:focus,input[type="password"]:focus{
	border: 1px solid #A0A0A0;
}

select{
	border: 1px solid #C8C8C8;
	background-image: url(http://www.pantau.eu/img/input_bg.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	color: #969696;
}

label{
	cursor: pointer;	
}

.form_td_left{
	width: 200px;
	text-align: left;
	font-size: 13px;
}

.form_text_error{
	color: red;
	font-style: italic;
}

.form_text_header{
	font-size: 14px;
	/*font-style: italic;*/
	font-weight: bold;
}

.form_header{
	vertical-align: middle;	
}

input[type="text"].form_text_small{
	width: 30px;	
}

input[type="text"].form_text_medium{
	width: 60px;	
}

#submit_login{
	width: 34px;
	height: 16px;
}

input.Radio{
	width: 10px;		
}

.requiredNote{
	margin-top:  0;
	font-size: 12px;
}
