form fieldset div.field-box {
   /* padding:0 0 0 10em;*/
    margin:0 0 .5em 0;
    /*font-size:.75em;*/
}


form p,form legend, form label, form select {
   /* font-size:.75em;*/
}

form legend {
    font-weight:bold;
    padding:1em 0 .5em 0;
	_margin-left: -5px;
}

form label {
    position:relative;
    display:block;
    float:left;
	width:16em;
	padding-left:3px;
}

form select, form input, form textarea{
	width:170px;
}


form div.field {
    width:100%;
    float:right;
}
textarea{
	font-family:Arial,Helvetica,sans-serif;
	font-size:.9em;
}

#Weitermepfehlen form select, #Weitermepfehlen  form input, #Weitermepfehlen  form textarea{
	width:200px;
}
/*
textarea[name="mailtext"]{
color:red!important;
}
*/
/*
#Main form input,
#Main form textarea,
#Main form select {
    font-size:.75em;
    width:98%;
}
*/
.formBtn {
    text-align:right;
    border-top:1px solid #172063;
    padding:.5em .3em 0 0;
}

#Main form button {
    overflow:visible;
    border:1px solid #6F1B74;
    background:#6F1B74;
    color:#fff;
    padding:.2em .6em;
    font-size:.75em;
    cursor:pointer;
    font-weight:bold;
    margin:0 0 0 .3em;
}


