table.profiel {
 width: 480px;
}


/* hack voor IE6 */
 * html table.profiel {
 width: 450px;
}


td.tr_eerste {
 width:190px;
}

/* ===== profiel wijzigen ===== */
/* ============================ */



.profiel_tekstvak {
 width: 216px;
 font-family: "Trebuchet MS", arial, sans-serif;
 font-size: 90%;
 line-height: 1.6em;
 color: #4e4e4e;
}

#profiel_form label {
 width: 200px;
 float: left;
 display: block;
 text-align: left;
 padding-right: 10px;
}

/* hack voor IE6 */
 * html #profiel_form label {
 width: 210px;
}


form div {
 margin: 10px 0;
}

.profielform_select {
 width: 220px;
 margin: 0px 0 00px 0;
 font-family: "Trebuchet MS", arial, sans-serif;
 font-size: 90%;
 line-height: 1.6em;
 color: #4e4e4e;
}

.profielform_submit {
 margin: 20px 10px 30px 320px;
 font-family: "Trebuchet MS", arial, sans-serif;
 height: 22px;
 width: 150px;
 color: #c00;
 border: 1px #fff solid;
 background: transparent;
 font-weight: bold;
 text-align: right;
}

.profielform_submit:hover {
 color: #c00;
 border-bottom: 1px #c00 solid;
 font-weight: bold;
}

.profielform_check {
 margin-left: 0px;
}


