@charset "utf-8";
/* CSS Document */

form.zoeken input {
	border:none;
	color:#4d4d4d;
	width:120px;margin-right:5px;
	float:left;
}
a.loep {
	height:15px;
	padding:1px 0px 0px 20px;
	background:url(/templates/img/loep.gif) left center no-repeat;
        float:left;
        cursor:pointer;
}

.searchERROR{
    width:415px;
    border:1px #0f4284 solid;
    padding:15px 30px 25px 30px;
    margin:15px auto;
    overflow:hidden;
}
.searchERROR h2{
    margin:0px 0px 5px 0px;
}
.searchERROR input{
    border:1px #4d4d4d solid;
    width:350px;
    vertical-align:middle;
    float:left;
}
.searchERROR a.loep {
	height:15px;
	padding:3px 0px 0px 20px;
	margin-left:5px;
	background:url(/templates/img/loep.gif) left center no-repeat;
        vertical-align:middle;
        float:left;
        cursor:pointer;
}

form.frm-login {
	margin-bottom:15px;
}
.login label {
	display:block;
	float:left;
	width:60px;
	color:#ffffff;
	padding:3px 0px 0px 0px;
}
.login input {
	width:115px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	font-size:12px;
	margin:0px 0px 3px 0px;
}
a.login-enter {
	display:block;
	float:right;
	padding-right:10px;
	margin-top:5px;
	background:url(/templates/img/pijl.gif) right 4px no-repeat;
	color:#b2b2b2;
}
a.loginbox {
	padding-left:10px;
	margin-top:5px;
	background:url(/templates/img/pijl.gif) left 4px no-repeat;
	color:#b2b2b2;
}