/* praxissuche
*/
table.formTable {
	width: 500px;
font-size: 1em;
}
table.formTable2 td {
         width: 50;
	font-size: 0.866em;
}
table.formTable2 td.labelCell {
	font-size: 0.866em;
width: 450;
}
table.formTable td {
         width: 10%;
	font-size: 0.866em;
}
table.formTable td.labelCell {
	font-size: 0.866em;
width: 90%;
}
table.formTable input.inputText {
	width: 250px;
}
table.formTable tr.odd {
	background-color: #FFF;
}
table.praxisinfo {
	/*background: #FFF;*/
}
table.praxisinfo th {
	background: transparent; color: #666; text-transform: none;
	width: 10%;
	vertical-align: top;
}
table.praxisinfo td {
	vertical-align: top;
}
table.praxisinfo th.title {
	background: #999; color: #FFF; text-transform: uppercase;
}
table.praxisinfo th.title2 {
	background: #FFF;
}
table.praxisinfo th,
table.praxisinfo td {
	border: 1px solid #999;
}
table .noBorder,
table .noBorder td {
	border: none;
}