.clear
{
    clear: both;
}
.system_message
{
    color:#534C42; 
    font-size:14px; 
    margin-bottom: 25px;
    margin-left:  240px;
}
.system_message p 
{
    font-weight: bold;
}
#contact_form
{
    width: 630px;
}
#contact_form p
{
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 14px;
}
#contact_form input,
#contact_form textarea,
#contact_form label
{
    margin-bottom: 5px;
    font-family:Georgia, "Times New Roman", Times, serif; 
    font-size:14px;
    border:1px solid #C7B998;
    color:#888888;
    padding:5px;
}
#contact_form label
{
    margin-right: 10px;
    float: left;
    text-align: right;
    width: 220px;
    border: none;
    color:#534C42;
}

#contact_form input,
#contact_form textarea
{
    width: 350px;
    display: block;
}
#contact_form .checkbox
{
    width: 20px;
    outline: none;
    margin: 0;
}
#contact_form #absatz
{
    display: block;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
#checkboxList
{
    text-align: left;
    clear: both;
    display: block;
    position: relative;
    width: 260px;
    margin-left: 238px;
}
#checkboxList input
{  
    float: left;
}  
#checkboxList label
{   
    float: right;
    text-align: left;
    padding: 5px;
    margin-top: -5px;
}
.captcha
{
    display: block;
}
#contact_form #captcha
{
    display: inline;
    width: 40px;
} 
#contact_form .button 
{
    color: white;
    clear:both;
    display:block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
    left:250px;
    margin:10px 0 0;
    padding:5px 8px;
    position:relative;
    text-transform:uppercase;
    width:350px;
}
