/* FORMULARE */
/* +++++ Kundenverwaltung +++++*/

#frmCustomer {
	margin-top:12px;
	font-size:0.8em;

}
.frmCustomerZeile {
	margin-top:3px;
        width:100%;
}
.frmCustomerZeileText{
	float:left;
	width:100px;
}
.frmCustomerZeileInput{
	float:left;
	width:300px;
}
.frmCustomerZeileInput input{
	width:250px;
}
.frmCustomerZeileInput input.button{
	width:70px;
}
.frmCustomerZeileInput select{
	width:250px;
}

#frmCustomer th {
	text-align:left;
}

table.box {
	border: 1px solid #E6DED0;
}




