form, fieldset
{
	border: none;
	width: 500px;
}	


label.left
{
    float            : left;
    text-align        : right;

    width            : 7em;
    margin-right    : 1.0em;
    margin-bottom: 1.0em;
}


input[type=text],
select
{
    float            : left;
}

input.right
{
    float:    left;
    width:    auto;
    clear:    both;
    margin-left:    5.3em;
    margin-right:    .3em;
    margin-bottom: 1.0em;
}


input[type=checkbox].right,
input[type=radio].right,
input[type=submit].right
{
    margin-left                :    6.3em;
}


form br
{
    clear                    :    both;
}


label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
    cursor                    :    pointer;
}

form
{
    line-height                :    140%;
}
input
{
	border: 1px solid #999;
	background: #D4E461;
}
.pflichtfelder 
{
	font-size: 9px;
	color: #999;
	padding-left: 90px;
}
