.inputcontainer
{
 		width:480px;
		margin-bottom:5px;
}

.label
{
    width:150px;
		float:left;
}

.inputfield
{
    width:300px;
		float:left; 
}

input, textarea, select
{
  font-family:Verdana;
  font-size:11px;
  color: #252525;
  width:300px;
  border:1px solid #828282;
  background-color:#f1f0f0;
}

textarea
{
  height:120px;
}

.input1
{
    /*background-color:#F6F8F8;*/
}

.input2
{
    /*background-color:#F0F2F2;*/
}

.links
{
    width:202px;
    //width:206px;
		font-family:Verdana;
		font-size:11px;
}
 
 .rechts
{
    width:302px;
    //width:306px;
}

.radio
{
    background:0;
    border:0;
}

.submit
{
 		width:auto;
		margin:0;
		padding-right:25px;
		//padding-right:15px;
		padding-left:25px;
		//padding-left:15px;		
		background-color:#4194D9;
		font-weight:bold;
		color:white;
		border:1px solid #347CB3;
}

.description
{
    font-size:10px;
    color:#A3A3A3;
    margin-top:3px;
    margin-bottom:8px; 
}

