form {
	display: block;
}

fieldset {
	display: block;
	width: auto;
	border: 1px solid #888;
}
legend {
	padding: 2px 4px;
	margin-left: 10px;
	background: #888;
	color: #fff;
	font-weight: bold;
}

input.text,
input.password {
	height: 17px;
	padding-top: 1px;
	padding-left: 2px;
	margin: 0;
}

input.plz {
	padding-right:0;
	padding-left:0;
}
input.ort {
	padding-right:0;
}

label,
input.text,
input.file,
input.password,
textarea,
select {
	width: 100%;
	display: block;
}


table.form input.amount {
	display:inline; 
	text-align:right; 	
}
table.form input.w50 {
	width:50px; 
}
table.form input.w60 {
	width:60px; 
}
textarea {
	padding: 2px 0 0 2px;
	margin: 0;
}
select {
	height: 22px;
	padding-top: 1px;
}
select.select {
	height: 22px;
	padding: 1px 1px 1px 0;
}
input.radio,
input.checkbox {
	margin-top: 3px;
}

input.file {
	height: 24px;
	padding-top: 2px;
	padding-left: 3px;
}
input.submit {
	display: inline;
	padding: 0 25px;
	height: 28px;
	border: 1px solid #a8a8a8;
	background: #e2e2e2;
}
INPUT.submit_button,
INPUT.submit_button_250 {
	font-weight: bold;
	width: 140px;
	height: 23px;
	line-height: 21px;
	display: inline;
	background: #FFFFFF url(../images/form/button_140.gif) no-repeat left 1px;
	padding: 2px 0 1px 0;
	margin: 0;
	border-width: 0;
	color: #ffffff; 
	text-indent: -18px;
    cursor: pointer;
}
INPUT.submit_button_250 {
	width: 250px;
	background: #FFFFFF url(../images/form/button_250.gif) no-repeat left 1px;
}
INPUT.submit_button_link {
	background: #FFFFFF;
  border-width: 0;
  color: #000;
  display: inline;
  font-weight: normal;
  margin: 0;
	text-decoration:none;  
	cursor:pointer; 
}
INPUT.submit_button_link:hover {
	color:#D68C03;
	text-decoration:underline;  
		
}
input.image {
	height: 28px;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
	background: #f2f2f2;
}

textarea {
	overflow: auto;
}

label {
	height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

legend label {
	height: auto;
	padding: 0;
}

input.invalid {
	height: 18px;
	border: 1px solid #992233;
	padding-top: 2px;
	padding-left: 3px;
}

textarea.invalid {
	border: 1px solid #992233;
	padding-right: 2px !important;
}

label.invalid {
	color: #992233;
}

form div.innerfieldset,
table.login td {
	padding: 10px;
}

form div.submit {
	text-align: right;
}
/********************************* FILTER *********************************/
div.filterBox {
	overflow:hidden;
	padding: 0 0 10px 0;
}
div.filterBox table td, div.filterBox div {
	padding:2px;
}
div.filterBox div.right {
	float:right;
}
div.filterBox div.left {
	float:left;
}
div.filterBox div.colored {
	padding:5px;
	border:1px solid #666;	
	background:#EEEEEE;	
}
div.filterBox div.line {
	padding: 0 0 5px 0;
}
/********************************* TABLE *********************************/
div.tabContainer {
	padding: 5px 0 10px 0;
}
div.tabControls {
	clear: both; 
	padding-bottom: 10px;
	overflow:hidden;
}
div.tabControls div.right {
	float:right;
}
div.tabControls div.left {
	float:left;
}
table.form td.bold {
	font-weight:bold;
}

table.form td.label,
table.form td.value,
table.form td.betrag {
	padding: 3px 3px 3px 3px;
	background-color: #F2FAFD;
}
table.form td.value {
	background-color: #EEEEEE;
}
table.form td.odd {
	background-color: #F2F2F2;
}
table.form td.even {
	background-color: #FFFFFF;
}
table.form td.betrag {
	text-align:right;
}
table.form td.headline {
	padding: 3px 7px 3px 3px;
	background-color: #5F787F;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}

table.form td.text {
	padding-right: 6px;
	padding-top: 0;
	margin-bottom: 0;
}
table.list td.input {
	padding:0 0 0 0;
}
table.form td.select {
	padding: 0;
}
table.form td.radio,
table.form td.checkbox {
	padding-top: 2px;
	padding-bottom: 2px;
}
table.form td.textarea {
	padding: 0 6px 0 0;
}

table.form td.submit {
	padding-top: 20px;
	text-align:right;
}
div.submit {
	padding: 0;
	text-align: right;
	margin: 10px 0 10px 0;
}

table.form td.counter {
	height: 22px;
	text-align:right;
	vertical-align:middle;
	color: #555;
	font-style: italic;
}
table.form tr.counter td.counter {
	vertical-align: top;
	height: auto;
	padding-top: 3px;
	padding-bottom: 8px;
}

table.form tbody.item td.text {
	padding-top: 0;
}

div.form div.message{
	margin: 0 0 10px 0;
}

table.form td.label label {
	padding: 0;
	display: inline;
}

div.form div.message label {
	display: inline;
	padding: 0;
	border-bottom: 1px dotted #fff;
	cursor: help;
}

div.form div.message div.title {
	padding: 3px 10px;
	font-weight: bold;
	color: #fff;
	background: #555;
}

div.form div.message div.success div.title {
	background: #285C23;
	border: 1px solid #285C23;
}
div.form div.message div.success div.items {
	border: 1px solid #285C23;
	border-top: 0;
	background: #D0FBC6;
}

div.form div.message div.warning div.title {
	color: #000;
	background: #d0c16f;
	border: 1px solid #8a780d;
}
div.form div.message div.warning div.items {
	border: 1px solid #8a780d;
	border-top: 0;
	background: #fcf8e3;
}

div.form div.message div.error div.title {
	background: #D92F2C;
	border: 1px solid #992233;
}
div.form div.message div.error div.items {
	border: 1px solid #992233;
	border-top: 0;
	background: #FFE0DD;
}
div.form div.message div.description {
	border: 1px solid #992233;
}

div.form div.message div.items {
	/*border: 1px solid #992233;*/
}

div.form div.message table.items td {
	padding: 2px 0;
}

div.form div.message div.description,
div.form div.message div.items {
	padding: 7px;
	border-top: 0;
}

div.form td.select div.select,
div.form td.text div.text {
	padding: 3px 0 0 5px;
	color: #666;
}