/* - TABELLEN INLAY STYLES FÜR MODULE + MELDUNGEN - */


table.inlay {

	border: 0px solid #e0e0e0;
	background: #fff;
	overflow: hidden;
	text-align: left;
	color: #595959;
	position: relative;
	margin: 0px 0px 20px 0px;

}

table.inlay tr td {

	padding: 0px 0px 0px 0px;

}

table.inlay tr td p {

	margin: 0px;
	overflow: hidden;
	
}

table.inlay tr td .formular {

	width: 98%;
	height: 18px;
	padding: 4px 0px 5px 5px;
	margin: 2px 0px 2px 0px;
	background: #ececec url(form_back.gif) repeat-y;
	margin-bottom: 5px;
	border: 1px solid #c6c6c6;
	font-size: 11px;
	color: #595959;
	font-family: "Verdana";
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border--radius: 5px;

	-moz-box-shadow: 3px 3px 1px #777;
	-webkit-box-shadow: 3px 3px 1px #777;
	box-shadow: 3px 3px 1px #777;
	
}

table.inlay tr td .textarea {

	width: 98%;
	height: 150px;
	padding: 4px 0px 5px 5px;
	margin: 2px 0px 5px 0px;
	background: #ececec url(form_back.gif) repeat-y;
	border: 1px solid #c6c6c6;
	font-size: 11px;
	color: #595959;
	font-family: "Verdana";

	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border--radius: 5px;

	-moz-box-shadow: 3px 3px 1px #777;
	-webkit-box-shadow: 3px 3px 1px #777;
	box-shadow: 3px 3px 1px #777;
}

table.inlay tr td .button {

	height: 24px;
	overflow: hidden;
	border: 1px solid #909090;
	margin-top:5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	background: #8ac24c;
	font-size: 12px;
	font-family: "Verdana";
	font-weight: bold;
	text-align: right;
	cursor: pointer;


-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border--radius: 5px;

}


