.backend_login {

border-color:#FFFFFF;
}
input{
	border:1px solid #aaa;
	border-radius:3px;
	margin-top:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	transition:border linear .2s,box-shadow linear .2s;
	-moz-transition:border linear .2s,-moz-box-shadow linear .2s;
	-webkit-transition:border linear .2s,-webkit-box-shadow linear .2s;
}
div input, div textarea {
	margin:1px;
	background: #F6E3CE;
	-moz-border-radius: 5px;
	color: black;
	padding: 2px;
	
}

.back_toolbar {
width:100%;
margin-top:30px;
text-align:center;
margin-left:20px;
}
.bar_link {
	float:left;
	width:40px;
	color: #414548;
	padding-bottom: 10px;
}
#menu {
	padding: 10px 0 10px 0;
	margin: 15px 0 15px 0; 
	list-style:none;
	height:25px;
	/*width:640px;*/
}
.menu_button {
	background: none repeat scroll 0 0 #E7EEF6;
    border: 2px solid #DDDDDD;
    border-radius: 15px 15px 15px 15px;
	margin-top: 10px;
	padding:10px 0 10px 0;
	width: 923px;
	text-align:center;
}
#menu ul {
	padding:0;
	margin:0;
}
.create_account{
	width:100px;
}
#menu li
{
   /*display: inline-block;*/
	display:inline;
}
.bar_name{
	color:#F98D17;
	font-size:27px;
    font-style:italic;
	line-height:30px;
	width:550px;
	float:left;
}
a.ovalbutton{
	background: transparent url('../images/buttons/oval-blue-left.gif') no-repeat top left;
	display: block;
	float: left;
	margin-left:10px;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}
a.ovalbutton:link, a.ovalbutton:visited, a.ovalbutton:active{
	color: #494949; /*button text color*/
}
a.ovalbutton span{
	background: transparent url('../images/buttons/oval-blue-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}
a.ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
.logout_button{
	background: url('../images/buttons/uitloggen.png') no-repeat;
	width:30px;
	height:30px;
	display:block;
	margin-left:50px;
}
* html #container {	/* Hack for IE, Reset to 100% height */
	height: 100%;
}									  /* End IE Hack */
#footer{
	font-family: Tahoma;
	font-size:13px;
	border-bottom: 1px solid #aaa;
	background-color: #fff;
	text-align:center;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0;
	width: 100%;
}
#container{
	background-color: #eaf0f6;
    position: relative;
	padding: 10px;
	margin-left:1px;
	min-height: 100%;
	height: auto;
	border:1px solid #b3c6d5;
	clear:both;
}
#admin_login{
	width:30em;
	height:2em;
	font-family:Segoe UI;
	font-size:10.5px;
	font-weight:bold;
	color:red;
	margin-left:3px;
}
.inbox  {
	background-color: #B1D0E5;
    border: 1px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font-family: Segoe UI;
    font-size: 10px;
    font-weight: bold;
    margin-left: 30px;
    padding: 2px 0 2px 5px;
    text-align: center;
}
a.inboxlink:link, a.inboxlink:visited, a.inboxlink:active{
	color:#1E5173;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
}
.backend_link {
    background-color: #FF6600;
    border: 1px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    height: 20px;
    text-align: center;
    width: 190px;
	margin-top:35px;
}
a.overganglink:link, a.overganglink:visited, a.overganglink:active{
	color:#FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}