
/***** Styles for delivery *****/

#delivery .description { width: auto; }
#delivery #company, #delivery #to, #delivery #address, #delivery #comment, #delivery #street, #delivery #city,
#regform .name, #regform .phonenr, #regform .nr, #regform .password, #offerform,
#offerform .name, #offerform .phonenr, #offerform .nr, #offerform .password, #offerform
{ width: 300px; }
#regform #vnaam, #regform #anaam, #offerform #firstname, #offerform #lastname,{ width: 148px; }
#delivery #zip, #regform #postcode, #regform #fpostcode  { width: 50px; }
#regform #plaats, #regform #fplaats { width: 244px; }
#delivery #housenr { width: 40px; }
#delivery #comment { height: 50px; }

#delivery #date { width: 100px; }
#delivery #calendar { margin-left: 150px; margin-top: -16px }
#delivery #addresscontainer label, #regform .suboption label, #offerform .suboption label { display: block; float: left; width: 130px; padding-left: 20px;  }
#delivery #addresscontainer .value label {
	float: none;
	display: inline;
	width: initial;
	padding: 0;
}
#regform .suboption .suboption label { padding-left: 0px; }
#regform .suboption p { padding:0; margin:0; }
#regform .suboption label.value, #offerform .suboption label.value { display: inline; float: none; width:auto; padding-left: 0; vertical-align: middle;}
.orderform FIELDSET INPUT.noborder { border: 0px none transparent }
#delivery #addressnote { padding-left: 25px; }
#regform.orderform button, #offerteForm.orderform button { float: none; }
#regform #buttonwrapper label .text { width: 100px; }

#delivery #timeTip:before {
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 0px;
    width: 0px;
    border: 0px solid red;
    border-top: 16px solid #fff;
    border-right: 16px solid #990;
    overflow: hidden;
    content: " ";
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}
#delivery #timeTip {
    position: absolute;
    background-color: #FFE700;
    margin-left: 718px;
    width: 174px;
    border: 1px solid #990;
    margin-top: -12px;
    padding: 20px 6px 20px 20px;
}
