/*
© INT2 B.V.
Created on 11-dec-2013


*/
/* 
    Created on : 11-dec-2013, 11:16:13
    Author     : S. Gerritse
*/

body{
margin: 0px;
padding: 0px;
text-align: center;
background-image:  url('/images/background.gif');
}

input{
font-size: 12px;
font-family: Verdana;
}

/* center */
.d_70000{
text-align: center;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
}

/* canvas */
.d_70001{
position: absolute;
display: block;
top: -125px;
left: 50%;
margin-left: -250px;
padding: 0;
width: 500px;
height: 250px;
text-align: left;
}

/* row */
.d_70002{
margin: 10px auto;
width: 94%;
min-height: 30px;
line-height: 29px;
font-size: 12px;
font-family: Verdana;
}

/* label */
.d_70003{
display: inline-block;
margin-right: 8px;
width: 30%;
text-align: right;
color: #000;
}

/* logo */
.d_70004{
display: block;
position: absolute;
top: 0px;
left: 0px;
}

/* form */
.d_70005{
margin-top: 50px; 
}

/* input inlog */
.d_70006{
width: 150px; 
}

/* button inlog */
.d_70007{
margin: 0px;
padding: 0px;
width: 150px;
display: inline-block;
height: 30px;
line-height: 29px;
font-size: 12px;
font-family: Verdana;
font-weight: 300;
text-align: center;
text-indent: 0;
border: 1px solid #CCC;
background-color: #09C;
color: #EEE;
cursor: pointer;
}