/***********************************************/
/* europop.css                     	   			*/
/* copyright 2006 europop.de				    */
/*											 	*/
/***********************************************/

/*-------------------------*/
/*-- Inputs ---------------*/
/*-------------------------*/
input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #444444;
	text-decoration: none;	
	padding: 0px;
	margin: 0px;
	border: 1px solid #464646;
}
input.noborder {
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;	
	border: 0px solid #CAC8B7;
	color: #444444;
	background-color: transparent;
	font-weight:bold;
	padding: 4px 0px 0px 5px;
	margin /* */ : 2px 0px 0px 3px; /*nur Moz*/
}
label {
	width: 100px;
	float: left;
	font-weight: bold;
	margin: 4px 0px 3px 10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.text {
	font-size: 10px;
	color: #333;
	margin: 3px 0px 0px 0px;
	padding:0px;
	border: 1px solid #6C6862;
	text-align: left;
}
input.bildbt{
	border: 0px solid #CAC8B7;
	margin: 0px 0px 0px 0px;
}

/* ******** NEW **************** */
form {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
form fieldset{		
	/*margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border: 0px solid #333;
	display:inline;*/
}

form fieldset legend{	
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:2px;
	margin:0px 0px 0px 0px;
	/*position:relative;
	top: -12px;*/
}
	 
form fieldset legend img{
	padding:0px 5px 0px 5px;	
}

.checkbox {
	width: 20px;
}

textarea {
	width: 400px;
	border: 1px solid gray;
}

.textArea {
	border: 1px solid gray;
	height: 80px;
	width: 400px;
	overflow: auto;
}


form br {
	clear: both;
}