.highlight
{
	background-color:	#FFEFEF;
	border:				2px solid #FF7777;
}

.HeadRow
{  
	clear:				both;
	height:				20px;
	font-family:		Verdana, Times, serif;
	font-size:			11px;
	font-weight:		bold;
	color:				white;
	background-color:	#009BCA;
	line-height:		20px;
	padding:			5px;
}

.DivTable
{
	margin:				auto;
}

.DivRow
{
	clear:				both;
	padding:			5px;
	position: 			relative;
}

.DivRow_last
{
	margin:0 0 25px 0;
}

.DivTh
{
	font-family:		Verdana, Times, serif;
	font-size:			11px;
	font-weight:		bold;
	text-align:			center;
	color:				white;
	float:				left;
	height: 			45px;
    line-height: 		60px;
}
	.DivThLogin {
		background:			url("http://www.prijskiezer.nl/images/login_header.png") repeat scroll 0 0 transparent;
	}
	
	.DivThSignUp {
		background:			url("http://www.prijskiezer.nl/images/signup_header.png") repeat scroll 0 0 transparent;
	}

.DivBgTop
{
	position:			absolute;
	background:			url("../images/functie_top_2.png") no-repeat scroll 3px 19px transparent;
	width:				254px;
	height:				122px;
}

.DivBgBot {
	position:			absolute;
	background:			url("../images/functie_bottom_2.png") no-repeat scroll 9px 0px transparent;
	right:				0;
	bottom:				-30px;
	width:				248px;
	height:				170px;
	z-index:	0;
}

.DivTd
{  
	font-family:		Verdana;
	font-size:			11px;
	font-weight:		normal;
	color:				#000000;
	float:				left;
	padding: 7px 0 0 19px;
}
.tdFilter {
	padding: 0 0 0 0px;
}
.DivTh, .DivRow {
	position:relative;
	z-index:1;
}

.FormLabel
{
	width:				31%;
}

.FormInput
{
	width:				53%;
}
	#divPopWinData input[type="text"], #divPopWinData input[type="password"]
	{
		background: 		none repeat scroll 0 0 #F0F0F0;
   		border:				2px solid #DDDDDD;
		color:				#000000;
		font-family:		Arial,sans-serif;
		font-size: 			11px;
		font-style: 		normal;
		font-variant: 		normal;
		font-weight: 		normal;
		height: 			15px;
	}
	#divPopWinData input[type="text"]:focus, #divPopWinData input[type="password"]:focus
	{
		background: 		none repeat scroll 0 0 #ccc;
   		border:				2px solid #222;
	}
	#divPopWinData input[type="submit"], #divPopWinData input[type="button"]
	{
		background: none repeat scroll 0 0 #FFFFFF;
		border: 2px solid #bbb;
		border-radius: 3px 3px 3px 3px;
	}
	#divPopWinData input[type="submit"]:hover, #divPopWinData input[type="button"]:hover
	{
		background: none repeat scroll 0 0 #ccc;
		border: 2px solid #222;
		border-radius: 3px 3px 3px 3px;
	}

.infoMsgInline {
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: normal; 
	color: #FF0000; 
	text-decoration: none;
	background-color: #FFFFD7;
	border: 1px solid #F9CA5D;
	padding: 3px;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
}
#divPopWinTopClose {
	background: url("http://www.prijskiezer.nl/images/fancybox_sprite.png") repeat scroll 0 0 transparent;
    height: 36px;
    position: absolute;
    right: -13px;
    top: -13px;
    width: 36px;
}
