
/**********************************

 Styles

***********************************/
form {
	font-size: 1.0em;
	color: #333;
}

form legend {
	color: #0376FF;
	padding-left: 0;
}

form label {
	color: #444444;
}

form fieldset {
	border: 1px solid #999999;
	color:  #0376FF;
	background: url(/css/jqueryUI/images/gif/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #f4f3ee;
	margin: 2px;
}

form fieldset fieldset {
	background: none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-right: 0px none;
}

form fieldset p, form fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(/css/jqueryUI/images/gif/cmxform-divider.gif) left bottom repeat-x;
}

form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	width: 150px;
	font-weight: normal;
	margin-left: 0px;
	float: left;
}
div.error { display: none; }
input.error { border: 1px dotted red;}
form .gray * { color: gray; }

/* Formulare */
input.fieldN {
	width:	300px;
	Height:	17px;
	border: 1px solid #A0A0A0;
	background-color: #F8FCF8;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 11px;
}

input.fieldN.PLZ {
	width:	40px;
}
input.fieldN.Ort {
	width:	240px;
	padding-left:	10px;
}

textarea.fieldN {
	width:	405px;
	Height:	150px;
	border: 1px solid #A0A0A0;
	background-color: #F8FCF8;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 11px;
}

input.fieldN:focus { border: 1px dotted black; }

select.fieldN {
	border: 1px solid #A0A0A0;
	background-color: #F8FCF8;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 11px;
}

input.button {
	Height:	20;
	border: 1px solid #484848;
	background-color: #A0A0A0;
	margin-left: 3px;
	margin-right: 3px;
	color: #F8FCF8;
	font-size: 						11px;
}

input [type=checkbox] { border: 0px none; }


legend {
	padding: 3px 6px;
	border:0px none;
	text-align:right;
	color: #0376FF;
}



Input, select, Textarea {
	padding-left: 3px;
	font-size: 0.8em ;
}
input[type=image] {
	border: 0px none;
}

Input:focus, select:focus, Textarea:focus {
	border: 1px dotted black;
	color: #000000;
}

select.filter, Input.filter  {
	font-family: tahoma,arial,helvetica;
	font-size: 10px;
	margin: 2px;
}

Input.filter {
	width: 75px;
}

label, span.label{
	font-family: tahoma,arial,helvetica;
	font-size: 1em;
	font-weight: normal;
}

table.listing input,table.listing textarea {
	Height: 75px;
}


		