#nieuwsbrief_small{
  	position:relative;
	float:left;
	display:inline;
	width:143px;
	padding:8px;
	font-size:12px;
}

#nieuwsbrief_small h1{
    font-size:16px;
    font-weight:bold;
    color:#3366CC;
    }

#nieuwsbrief_small input{
    position:relative;
    float:left;
    display:inline;
    border:1px solid #ccc;
}

#input_nieuwsbrief{
	position:relative;
	float:left;
	display:inline;
	width:150px;
	height:26px;
	margin-top:10px;
	background-image:url(../images/bg_nieuwsbrief_input.gif);
	background-repeat:no-repeat;
	}

#nieuwsbrief_small img{
    position:relative;
    float:left;
    display:inline;
}

#verzend_nieuwsbrief{
	position:relative;
	float:right;
	display:inline;
	width:70px;
	height:18px;
	right:-5px;
	margin-top:5px;
	background-image:url(../images/aanmelden.gif);
	background-position:top;
	}
	
#verzend_nieuwsbrief:hover{
	background-position:bottom;
	cursor:pointer;
	}
