/* foutmelding voor foutjes in formulieren ed */
.fout {
margin		: 0 0 0 50px;
width		: 500px;
font-size		: 14px;
color		: red;
}

/* zoekformulier */

#zoek {
margin		: 40px 0 0 96px;
width		: 500px;
font-size		: 13px;
border		: 0;
}
#zoek label {
float		: left;
margin		: 5px 0 5px 4px;
width		: 120px;
color		: #993300;
}
#zoek input {
margin		: 5px 0 5px 0;
width		: 182px;
}
#zoek .mbs {
margin		: 0 0 4px 20px;
width		: 125px;
}
#zoek select {
margin		: 5px 0 0 0;
width		: 188px;
}
#zoek textarea {
width		: 182px;
height		: 50px;
}

/* formulier info.php voor zo een vraag en voor vraag over een boek en voor aanbieden boeken */

#info {
margin		: 10px 0 0 50px;
width		: 500px;
font-size		: 13px;
}

#boek_info {
margin		: 10px 0 0 50px;
width		: 500px;
font-size		: 13px;
}

#terug {
margin		: 15px 0 0 50px;
width		: 500px;
font-size		: 13px;
}

#tekst {
margin		: 0 0 0 50px;
width		: 500px;
font-size		: 13px;
}
#tekst legend {
padding		: 0 0 5px 0;
}
#tekst label {
float		: left;
margin		: 5px 0 8px 4px;
width		: 125px;
}
#tekst input {
margin		: 5px 0 0 0;
width		: 302px;
}
#tekst select {
margin		: 5px 0 0 0;
width		: 302px;
}
#tekst input.first {
margin		: 5px 0 0 0;
width		: 30px;
}
#tekst input.box {
margin		: 5px 0 0 129px;
width		: 30px;
}
#tekst textarea {
margin		: 5px 0 8px 0;
width		: 302px;
}
#tekst br {
clear		: left;
}
#knop {
margin		: 10px 0 0 50px;
}


/* knoppen (submit) voor formulieren etcetera */
.mbs {
     color: white;
     font-size: 14px;
     background-color: #993300;
     width: 130px;
     height: 25px
    }

