.maske input
{
	color: #000000;
	background-color: #ebebeb;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}

.maske textarea
{
	color: #000000;
	background-color: #ebebeb;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}

.maske td
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.maske_fehler input
{
	color: #ffffff;
	background-color: #ff9f0f;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}

.maske_fehler textarea
{
	color: #ffffff;
	background-color: #ff9f0f;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}

.maske_fehler td
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.maske_button
{
    padding-left: 8px;
    padding-right: 8px;
    background-color: #192152;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    height: 21px;
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    border-width: 0px
}

