div#container {
    background:url("../images/bgTemplate4.jpg") top left repeat-y;
 }
 
 div#overflow {
 	overflow:hidden;
 	height:470px;
    background:url("../images/bgOverflowTemplate4.jpg") bottom left no-repeat;
 }
 
 div#login {
 	width:282px;
 	_width:342px;
 	background:#cdc75f;
 	padding:30px;
 	_padding:16px;
 	_padding-top:30px;
 	_padding-bottom:30px;
 	
 	float:left;
 	display:inline;
 	
 	margin-top:70px;
 	margin-left:328px;
 }
 
 h1 {
 	text-align:center;
 	color:white;
 	text-transform:uppercase;
 	font-weight:normal;
    background:url("../images/loginIcon.jpg") 14px 1px no-repeat;
    height:20px;
 }
 
 div#login table {
 	text-transform:uppercase;

 }	
 
 div#login table td {
 	color:white;
 	line-height:50px;
 	padding-right:20px;
 }
 
 div#login input.text {
    background:url("../images/bgTextTemplate4.jpg") top left no-repeat;
    width:190px;
    height:29px;
    
    border:none;
    
    float:left;
    
    padding-top:9px;
    padding-left:7px;
    padding-right:4px;
 }
 
 div#login input.button {
    background:url("../images/btnLoginAanvragen.jpg") top left no-repeat;
    width:68px;
    height:29px;
    float:left;
    border:none;
    margin-right:6px;
 }
 
 div#login input.buttonVergeten {
    background:url("../images/btnLoginVergeten.jpg") top left no-repeat;
    width:128px;
    height:29px;
    float:left;
    border:none;    margin-right:6px;

 }