/* A CSS Framework by Mike Stenhouse of Content with Style */

/* FORM ELEMENTS */
form {margin:0; padding:0;}
form div,form p {margin:0 0 1em 0; padding:0;}
label {font-weight:bold; float:left; clear:both; width:150px; margin-right:10px;}
label small {color:#999;}
fieldset { border:1px solid #EEE; padding:5px 10px; margin:0 0 1.5em 0; }
fieldset legend {color:#333; font-size:1.1em; font-weight:bold; margin:0px; padding:20px;}
* html fieldset legend {margin:0 0 10px -10px;}
fieldset ul {list-style:none; margin:0 0 1.5em 0; padding:0;}
fieldset ul li {list-style:none; margin:0 0 0.5em 0; padding:0;}

input,select,textarea {}

input,select {}
textarea {}

input.check
{
    border: none;
    width: auto;
    height: auto;
    margin: 0;
}
input.radio
{
    border: none;
    width: auto;
    height: auto;
    margin: 0;
}
input.file
{
    height: auto;
    width: 250px;
}
input.readonly
{
    background-color: transparent;
    border: none;
}
input.button
{
    width: 10em;
    border: 1px solid black;
    background-color: #ddd;
}
input.image
{
    border: none;
    width: auto;
    height: auto;
}

form div.submit
{
    margin: 1em 0;
}
form div.submit input
{
    height: 2em;
    width: 15em;
}

.table, .table th, .table tr, .table td
{
    border: solid 1px Black;
}

.none
{
    display: none;
}
.hidden
{
    visibility: hidden;
}

.lbl {margin:10px 70px; text-align:right; font-size:1.2em; color:#392E7A;}

.errmsg
{
    margin-left: 5px;
}
/* END FORM ELEMENTS */

.rndimgtop
{
    width: 239px;
    height: 100px;
}
.rndimgbottom
{
    width: 73px;
    height: 73px;
}
.imglogo
{
    width: 280px;
    height: 111px;
}
.imgfoto
{
    width: 285px;
    height: 186px;
}
.prijs { width: 70px; padding-right: 15px; text-align: right; }

.red { color: Red; }
.black { color: Black; }
.emptyFld {background-color:#F99;}

.orderCompleted { font-size: 14px; margin: 10px; font-weight: bold; }

.remark { height: 140px; }

.titel { width: 500px; }
.aantal { font-size: 12px; }