@charset "utf-8";
/* CSS Document */

input.zoek {
    width:110px;
    float:left;
    margin:0px 5px 0px 0px;
    *margin-left:-20px;
    _margin-left:-5px;
    border:1px solid #687c61;
    color:#71614D;
    padding:2px;
    float:left;
}
form.bestellen input {
    color:#4d4d4d;
}
form.bestellen textarea {
    width:250px;
    height:50px;
    border:1px solid #B2B2B2;
    color:#4d4d4d;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}
select.aantal {
    font-size:11px;
    color:#4d4d4d;
    width:172px;
    _width:168px;
    border:1px #B2B2B2 solid;
}
.blok-aantal-cont select {
    font-size:11px;
    color:#4d4d4d;
    width:110px;
    _width:106px;
}
select.long {
    font-size:11px;
    color:#4d4d4d;
    width:254px;
    margin:0px 0px 5px 0px;
    border:1px #B2B2B2 solid;
}
#bezorgadres_items, #tekstkaartje,#Plaats{
    display:none;
    clear:both;
    overflow:hidden;
}
#bezorgadres span{
    display:block;
}
label.label-left {
    display:block;
    float:left;
    width:82px;
    padding:2px 0px 0px 0px;
}
input.aantal {
    width:30px;
    border:1px solid #B2B2B2;
    margin:0px 0px 5px 0px;
}
input.text {
    width:168px;
    _width:164px;
    border:1px solid #B2B2B2;
    margin:0px 0px 5px 0px;
}
.clear{
    margin:0px 0px 5px 0px;
}
input.prijs {
    border:1px solid #B2B2B2;
    width:110px;
}
.totaal {
    padding:0px 0px 5px 0px;
    margin:0px 0px 5px 0px;
    border-bottom:1px solid #b2b2b2;
}
.totaal label.label-left {
    padding:0px;
}

.comment{
    font-size:9px;
    text-align:center;
    display:block;
    margin:4px 0px 15px 0px;
}

tr.ovwheader td{
    font-weight:bold;
    border-bottom:1px #666666 solid;
}


.ok{
    background:#cfcfce;
    color:#776e63;
    border:1px #776e63 dashed;
    padding:10px;
    margin:0px 0px 15px 0px;
}
.error{
    background:#ffbac2;
    color:#b30115;
    border:1px #b30115 dashed;
    padding:10px;
}
.contact{
    margin:0px;
}
.contact div{
    margin:0px 0px 5px 0px;
    clear:both;
}
.contact input.tekstveld, .contact textarea{ /*.contact input, */
    font-family:Arial;
    font-size:12px;
    width:200px;
    border:1px #776e63 solid;
    padding:1px;
}
.contact textarea{
    height:200px;
}
.contact label{
	display:block;
	float:left;
	width:150px;
}
.contact input.radio{
    width:25px;
    padding:0px;
    border:0px;
}