br.clear {
	clear:both;
}

div.inputTrenner {
	width: 410px;
	height: 11px;
	padding:0px 0px 0px 0px;
	margin:5px 0px 10px 0px;
	background-image:  url(../../resources/img/trenner.gif);
	border: 0px solid #8bb110;
}

label.input {
	float:left;
	display:block;
	margin:0px 1px 2px 0px;
	padding:4px 5px 4px 5px;
	width:150px;
	font-size:11px;
	font-weight:bold;
	color:#2E505D;
	border-right:0px solid silver;
	border-bottom:0px solid silver;
	border-top:0px solid #F1EEEE;
	border-left:0px solid #F1EEEE;
}

input.input {
	 float:left;
	 margin:0px 0px 0px 2px;
	 padding:3px 0px 2px 0px;
	 font-size:11px;
	 font-family:verdana;
	 border:1px solid silver;
	 height:16px;
	 width:170px;
}
 
input.input:focus {
	border:1px solid #2E505D;
	background-color:#FAFAFA;
}

input:focus {
	border:1px solid #2E505D;
	background-color:#FAFAFA;
}

input.px5 {
	 width:5px;
}
input.px10 {
	 width:10px;
}
input.px20 {
	 width:20px;
}
input.px30 {
	 width:30px;
}
input.px40 {
	 width:40px;
}
input.px50 {
	 width:50px;
}
input.px60 {
	 width:60px;
}
input.px70 {
	 width:70px;
}
input.px80 {
	 width:80px;
}
input.px90 {
	 width:90px;
}
input.px100 {
	 width:100px;
}
input.px110 {
	 width:110px;
}
input.px120 {
	 width:120px;
}
input.px130 {
	 width:130px;
}
input.px140 {
	 width:140px;
}
input.px150 {
	 width:150px;
}
input.px155 {
	 width:153px;
}
input.px160 {
	 width:160px;
}
input.px165 {
	 width:165px;
}
input.px170 {
	 width:170px;
}
input.px200 {
	 width:200px;
}
input.px230 {
	 width:230px;
}
input.px230 {
	 width:230px;
}
input.px250 {
	 width:250px;
}
input.px240 {
	 width:240px;
}
input.px245 {
	 width:245px;
}
input.px270 {
	 width:270px;
}
 
input.px500 {
	 width:500px;
}
 
textarea.input.px500 {
	 width:500px;
}
 
textarea.input.px700 {
	 width:700px;
}
 
.height50px {
	 height:50px;
}
 
.height150px {
	 height:150px;
}
 
.height70px {
	 height:77px;
}
 
.height80px {
	 height:84px;
}
 
textarea.input {
	 float:left;
	 font-size:11px;
	 font-family:verdana;
	 margin:1px 0px 0px 2px;
	 padding:2px 0px 0px 0px;
	 border:1px solid silver;
}
 
textarea.input:focus {
	border:1px solid #2E505D;
	background-color:#FAFAFA;
}

select.input, select.input {
	 float:left;
	 font-size:11px;
	 font-family:verdana;
	 margin-left:2px;
	 padding:3px 0px 3px 0px;
	 border:1px solid silver;
	 height:23px;
}
 
input.inputRadio {
	float:left;
	margin-left:0.1em;
	margin:0px;
	border:0px;
}

input.inputCheckbox {
	margin-top:4px;
	float:left;
}

div.buttonRight {
	 float:right;
	 padding:0em 0em 0em .5em;
}

div.buttonLeft {
	 float:left;
	 padding:0em .5em 0em 0em;
}

div#error {
	margin:0px 0px 20px 0px;
	background-color:#FDE9E4;
	padding:6px 6px 6px 6px;
	width:398px;
	border:1px solid #FD967C;
	font-size:11px;
	float:left;
}

div#ok {
	margin:0px 0px 20px 0px;
	background-color:#F4FCD6;
	padding:6px 6px 6px 6px;
	width:398px;
	border:1px solid #C8DB7E;
	font-size:11px;
	float:left;
}
