body {
	font-family: Arial, Sans-Serif;
	background: #d7d7d7 url(/core/layout/login/bg.png) repeat-x;
	color: #000;
	font-size: 12pt;
}

* {
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

h1 {
	color: #000;
	font-size:16px;
	font-weight: bold;
	padding-top: 12px;
	margin-left: 50px;
}

p {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
}


#container {
	background: #d7d7d7;
	margin: 0px auto;
	margin-top: 40px;
	width: 296px;
}

#header {
	width: auto;
	height: 77px;
}

#logga {
	float: left;
	padding: 10px 10px 0;
	text-align: center;
	width: 260px;
}

button#choose_language {
	background:transparent url(/core/admin/layout/language_button.png) no-repeat scroll right center;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	padding-right:13px;
}

#header_right {
	float:right;
	margin-right:20px;
	padding-top:25px;
	width:auto;
}

#top {
	height: 43px;
	width: 294px;
	border: 1px solid #848484;
	background: url(/core/layout/login/login_header.jpg) no-repeat;
}

#top img {
	float: left;
	margin-left: 15px;
	position: relative;
	top: 6px;
	width: 22px;
	height: 31px;
}

#bottom {
	width: 250px;
	padding: 22px;
	border: 1px solid #848484;
	border-top: none;
	background-color: #fefefe;
} 

img {
	padding: 0px;
	border: none;
	behavior: url(/core/admin/layout/iepngfix.htc);
}

input {
	border: 1px solid #979797;
	width: 244px;
	height: 25px;
	padding-left: 5px;
	padding-top: 4px;
	margin-bottom: 15px;
	font-size: 16px;
	background: url(/core/layout/login/login_input.jpg) no-repeat;
}

button.login {
	width: 65px;
	padding-right: 7px;
	height: 31px;
	background: #f6f4f1 url(/core/layout/login/login_button.jpg) no-repeat center;
	border: 1px solid #979797;
	cursor: pointer;
	float: right;
	font-weight: bold;
	font-size: 12px;
}

form {
	width: auto;
}