	
    /** **********************************
 	* @author Kai van Rijswijk			**
	* @website www.statistieken.tk		**
 	* @copyright 2010					**
	*************************************/
    
    body {font-size:75%;color:#fff;background:#e9e9e9;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}

    a{
        color: #a2cb47;
    }
    
    #login_wrap {
        background: url('../images/login_screen.jpg') no-repeat;
        width: 495px;
        height: 300px;
        text-align: left;
        position: absolute;
        top: 10%;
        left: 50%;
        margin-left: -248px;
        border: black 1px solid;
    }
    
    #login_form{
        margin: 30px 5px 5px 200px;
        
    }
    
    /* Form */
	form p{
		margin-bottom: 10px;
	}
	form label{
		display: block;
		margin: 5px;
		font-weight: bold;
		margin-left: 0;
		color: #444444;
	}
	
	form small{
		display: block;
		padding: 5px;
		padding-left: 0;
		color: #737373;
	}
	
	.txt-input,
	.select-input,
	.textarea-input{
		font: 11px "Trebuchet MS";
		background: #FFF;
		color: #5e5e5e;
		border: 1px solid #e5e2e2;
		padding: 5px;
		font-size: 11px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-bottom: 5px;
	}
	
	.txt-input.small, .select-input.small, .textarea-input.small{	width: 50%;	}
	.txt-input.medium, .select-input.medium, .textarea-input.medium{	width: 70%;	}
	.txt-input.large, .select-input.large, .textarea-input.large{	width: 90%;	}
	
	.button,
	.reset{
		background: #a2cb47;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px;
		padding-right: 15px;
		padding-left: 15px;
		color: #FFF;
		margin-right: 5px;
	}
	
	.reset{
		background: #a5a5a5;
	}
	
	.remember{
		float: right;
		padding: 5px;
		width: auto;
	}