span, input, textarea, select
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:Black;
}

.ContactFormulier_MainPanel 
{
	position: absolute;
	width:485px; 
	height:545px;
	left: 245px;
	top: 0px;
	background-color : #FDF0DA; 
	padding-top: .5em;
	padding-right: .5em;
	padding-left: .5em;
	padding-bottom: .5em;
}

.LinkbuttonRed 
{
	background-image : url(/images/buttons/but_red_110.gif);
	background-repeat : no-repeat;
	width:110px;
	height:18px;
	text-align:center;
}

.butbeige110
{
	background-image : url(/images/buttons/but_beige_110.gif);
	background-repeat : no-repeat;
	width:110px;
	height:18px;
	text-align:center;
	font-family: verdana;
	color: #000000;
	font-size:13px;
	font-weight:bold;
}


/* form fields */
.contact-type
{
	width: 250px;
}

.initials
{
	width: 55px;
}

.infix
{
	width: 32px;
}

.lastname
{
	width: 168px;
}

.street
{
	width: 200px;
}

.housenumber
{
	width: 45px;
}

.pc-numbers
{
	width: 40px;
}

.pc-letters
{
	width: 25px;
}

.city
{
	width: 164px;
}

.full-width
{
	width: 250px;
}

.description
{
	width: 450px;
	height: 125px;
}

