form
{
	margin-bottom:12px;
}

form p
{
    width:auto;
    clear:both;
}

form p label
{
    float: left;
}

form p input, form p textarea, form p select
{
    float: right;
    margin:2px 0px 0px 0px;
}

li>p
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

textarea, input, select
{
    width:60%;
    border:1px solid rgb(196,190,82);
    font-family:Verdana, Arial, Helvetica, Sans-serif;
    font-size:1.1em;
    /* font-size-adjust: 0.48; */
    color:#000;
    background-color: rgb(230,230,230);
}

input.box
{
    width:auto;
    float:left;
}

input.button
{
  background-color: rgb(81,79,28);
  color:rgb(240,240,240);
  border-right:2px solid rgb(0,0,0);
  border-bottom:2px solid rgb(0,0,0);
  border-left:2px solid rgb(119,117,54);
  border-top:2px solid rgb(119,117,54);
  margin-bottom:12px;
  float:right;

}

textarea.standard, input.standard, select.standard
{
  width:auto;
}

textarea.weiss, input.weiss, select.weiss
{
  /*background-color:rgb(196,190,82);*/
  background-color:rgb(255,255,255);
}

.cont
{
    float:right;
    width:60%;
    text-align:left;
}





