#dashboard {
	left:						0px;
	top:						0px;
	position:					absolute ;
	z-index:					1050;
	width:						100%;
	height:						100%;
	min-height:					100%;
}
#dashboard_wrap{
	position: 					absolute !important;
	width: 						100%;
	height: 					100%;
	z-index: 					1051;
	opacity: 					0.7;
	filter: 					alpha(opacity=70);
	background-color:			black;
}
.dashboard_content_css{
	position: 					absolute;
	width: 						100%;
	height: 					100%;
	z-index: 					1052;
}
.dashboard_content_save{
	position: 					absolute;
	width: 						100%;
	height: 					100%;
	z-index: 					1052;
	opacity: 					0.7;
	filter: 					alpha(opacity=70);
	background-color:			black;
}
#dashboard_loader{
	position: 					absolute;
	width: 						100%;
	height: 					100%;
	z-index: 					1055;
	opacity: 					0.7;
	filter: 					alpha(opacity=70);
	background-color:			black;
}
.dashboard_top{
  	background-image: url(../assets/bg02.jpg);
  	height: 108px
}
.dashboard_titel{
	color:						black;
	text-align:					left;
	font-size:					15px;
	font-weight:				bolder;
	text-transform:				capitalize;
	font-family:					Arial;
}
.dashboard_tekst{
	color:						black;
	text-align:					left;
	font-size:					12px;
	font-weight:				normal;
	font-family:					Arial;
}
.dashboard_button{
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	font-weight:			normal;
	width:					100;
	border: 				1px solid #000000;
	background-color: 		#e51b24;
	color: 					#FFFFFF;	
}
.dashboard_close_link{
	color:						black;
	text-align:					left;
	font-size:					12px;
	font-weight:				bold;
	font-family:					Arial;
}