#opEditDiv{
	width:100%;
	height:175px;
	background-color:#BFD7FA;
	/*EDEBDB*/
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background-image:url('img/lijn.png');
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
.opLoginDiv{
	background-color:#8494AD;
	border:1px solid #050505;
	width:260px;
	padding:15px 0;
	color:#050505;
	font-weight:bold;
	}

#opPass{
	border:1px solid #050505;
	padding:2px 2px;
	}
	
.opLoginButton{
	border:1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
.opEditStyle{
	border:2px dashed #3300FF !important;
	}
	
.opEditStyle:hover{
	border:2px solid #3300FF !important;
	cursor:pointer;
	}
	
.opButton{
	border:1px solid #000000;
	width:150px;
	background-color:#8494AD;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:7px;
	}	
	
.opButton:hover{
	border:1px solid #000000;
	width:150px;
	background-color:#BFD7FA;
	color:#000000;
	cursor:pointer;	
	}	
	
	