/* CSS Document */
label{
float:left;
}
#form p{
clear:both;
}
#form_right{
float:left;
width:50%;
}
#form_left{
float:left;
width:70%;
}
#form input{
width:120px;
}
#form input.no{
width:300px;
}
#form input.pplz{
float:left;
}
#form input.oort{
width:220px;
}
#form input:focus, #form textarea:focus{
background-color:#FFFFFF;
}
#form input, #form textarea{
background-color:#E6E6E6;
font-family:Arial, Helvetica, sans-serif;
color:#0066CC;
font-size:11px;
}
#errors{
margin-top:40px;
background-color:#E5E5E5;
border:1px solid #8B3038;
padding:8px;
}
#errors p{
padding:0px;
margin:0px;
color:#8B3038;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
   background-color:#987800;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#FFF;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#987800;
    border:1px solid #c2e1ef;
    color:#FFFFFF;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

button.positive, .buttons a.positive{
    color:#FFFFFF;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#FFFFFF;
    border:1px solid #C6D880;
    color:#336699;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}



