@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

body {
	margin:0;
	padding:0;
	background:url('../images/login/bg-bar.png') repeat-x top #fff;
	text-align:center;
}

#container  {
	margin:130px auto; 
	width:489px; 
	height:317px;
	font-family: 'Droid Sans', sans-serif;
	font-weight:normal;
	font-size:11px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align:left;
	background:url('../images/login/login_bg.png') no-repeat bottom;

}

#container dt {
	clear: both;
	display: table;
	float: left;
	width: 150px;
	height: 30px;
	padding: 3px 0;
	line-height: 30px;
	text-align: right;
	margin-left: 0;
	margin-right: 10px;
}
#container dd {
	display: table;
	height: 30px;
	padding: 3px 0;
	text-align: left;
}
#topbar {
	background-image: url('../images/nav/container_header.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 33px;
	text-align:left;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}
#topbar h2 {
	margin: 0px;
	color: #d4d4d4;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	line-height:33px;
	font-weight: bold;
	padding:0 15px;
}

#tekstbar {
	padding:15px;
	font-size:12px;
}

#loginForm input.textinput {
	height:28px;
	width:250px;
	padding:0 10px;
	-webkit-box-shadow: inset 0px 0px 4px 2px #e0e0e0;
	-moz-box-shadow: inset 0px 0px 4px 2px #e0e0e0;
	box-shadow: inset 0px 0px 4px 2px #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #959595;
	color:#303030;
}
#loginForm select {
	height:28px;
	width:250px;
	padding:5px 10px;
	-webkit-box-shadow: inset 0px 0px 4px 2px #e0e0e0;
	-moz-box-shadow: inset 0px 0px 4px 2px #e0e0e0;
	box-shadow: inset 0px 0px 4px 2px #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #959595;
	font-family: 'Droid Sans', sans-serif;
	color:#303030;
	font-size:12px;
	background-image:url('../images/forms/form_select_arrow.png');
	background-position:right center;
	background-repeat:no-repeat;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-appearance: button;
	-webkit-user-select: none;
	-moz-appearance: button;
	-moz-user-select: none;
}
#loginForm input#submit {
	width:106px;
	height:29px;
	color:white;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #000;
	background-image:url('../images/forms/form_but.png');
	background-repeat:repeat-x;	
}
#loginForm input#submit:hover {
	background-image:url('../images/forms/form_but_sel.png');
}