#contact_form .popup{
    position:absolute;
	float:left;
	clear:both;
    padding: 2px;
    border: solid 1px black; 
    background: white;
	width:250px;
	margin-left:144px;
}
#contact_form .inhoud_contact{
width: 144px;
vertical-align:top;
font-family: verdana;
font-size: 11px;
color: black;
}
#contact_form .line{
border-bottom: 1px solid #dbdbdb;
}
#contact_form .inhoud_contact_long{
width: 230px;
vertical-align:top;
font-family: verdana;
font-size: 11px;
color: black;
}
#contact_form .rwimage{
	width: 16px;
	vertical-align:top;
}
#contact_form .contact_td{
width: 296px;
}
#contact_form .Star_Color{
color: #138ec8;
}
#contact_form .contact_table{
text-align: left;
width:520px;
table-layout:fixed;

}
#contact_form .contacttxt {
width: 240px;
border-style: solid;
border-width: 1px;
border-color: black;
}
#contact_form .contacttxt-short {
width: 150px;
border-style: solid;
border-width: 1px;
border-color: black;
}
#contact_form .contacttxtarea-short {
width: 170px;
height: 33px;
border-style: solid;
border-width: 1px;
border-color: black;
}
#contact_form .contacttxtarea {
width: 240px;
height: 100px;
border-style: solid;
border-width: 1px;
border-color: black;
}

#contact_form .button {
border-style: solid;
border-width: 1px;
border-color: #138ec8;
background: #e2e2e2;
}