.trans_box2 {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #666666;
  padding:10px;
  width: 700px;
  height: 340px; 
  margin:15px;
  border:solid 1px #c5c5c5;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/white_trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(../images/white_trans1.png);
}


.myTable {
background-image: url(../images/grid.gif);
background-repeat: no-repeat;
}


.footer {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: bolder;
	color: #999999;
}
.titel {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
.beschrijving {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #666666;
}

.contactfield {
	height: 17px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.contactfield2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 180px;


}

.FormButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000033;
	background-color: #66FFFF;
	border-color: #CCFFFF #006666 #006666 #CCFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin
}

.FormElements {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066
}

TEXTAREA {
	border : 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;
}

INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000033;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
}

TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

img
{
	border-style: none;
}
.copyright {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: bolder;
	color: #999999;
	
}
