
body {
	font-family: Verdana, Arial, Helvetica;
	color: #ffffff;
	background: url(images/background.jpg) no-repeat #000000;
		}

div.container{
	position: absolute;
	width: 719px; 
	height: 595px;
	left: 50%; 
	margin-left: -359px;
	top:0px;
	font-family:Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	border: 0px solid orange;
		}

form {
	margin: 0px;
}

div.contentStart{
	position:absolute;
	width:719px;
	height:595px;
	border:0px solid lime;
	z-index:2;
	background: url('images/contentStart.jpg') no-repeat;
	}

.loginBox {
	position: relative;
	width: 479px;
	height: 112px;
	background: url(images/login_box.gif) no-repeat #000000;
	}

div.content{
	position:absolute;
	border:0px solid lime;
	}
		
div.form{
	position:absolute;
	left:10px;
	top:20px;
	border:0px solid aqua;
	}

.input {
	font-family:Verdana, Arial, Helvetica;
	font-size: 12px;
	color:#000000;
	background-color: #ffffff;
	border: solid 1px #ffffff;
	height: 16px;
	}
	
.inputNoHeigth {
	font-family:Verdana, Arial, Helvetica;
	font-size: 12px;
	color:#000000;
	background-color: #ffffff;
	border: solid 1px #ffffff;
	}

.inputNoHeigthErr {
	font-family:Verdana, Arial, Helvetica;
	font-size: 12px;
	color:#000000;
	background-color:#FFFF44;
	border: solid 1px #bb0000;
	}

.inputNoBorder {
	font-family:Verdana, Arial, Helvetica;
	font-size: 12px;
	color:#000000;
	background-color:#ffffff;
	border: solid 0px;
	height: 16px;
	}

.inputErr {
	font-family:Verdana, Arial, Helvetica;
	font-size: 12px;
	color:#000000;
	background-color:#FFFF44;
	border: solid 1px #bb0000;
	height: 16px;
	}

.button{
	font-family:Verdana, Arial, Helvetica;
	font-size: 11px;
	color:#000000;
		}
		
div.col1{
	position:relative;
	width:120px;
	height:22px;
	line-height:20px;
	padding-bottom:4px;
	border: 0px solid lime;
	float:left;
		}
		
div.col2{
	position:relative;
	width:300px;
	height:22px;
	line-height:20px;
	padding-bottom:4px;
	border: 0px solid lime;
	float:left;
		}

div.col3{
	position:relative;
	height:22px;
	line-height:20px;
	border: 0px solid lime;
	float:left;
	}

div.col4{
	position:relative;
	border: 0px solid lime;

	}

.formContainer {
	position: relative; 
	width: 440px;
	left: 50%;
	margin-left: -220px;
	border:0px solid lime;
}

div.form1{
	position:relative;
	border: 0px solid yellow;
		}

div.idrott{
	position:relative;
	width:135px;
	line-height:22px;
	padding-bottom:2px;
	border: 0px solid yellow;
	float:left;
		}

div.practise{
	position:relative;
	width:135px;
	line-height:22px;
	padding-bottom:2px;
	border: 0px solid aqua;
	float:left;
		}

div.level{
	position:relative;
	width:135px;
	line-height:22px;
	padding-bottom:2px;
	border: 0px solid aqua;
	float:left;
		}

.boxTop {
	position: relative;
	width: 479px;
	height: 10px;
	background: url('images/box_top.gif') no-repeat;
}

.boxRow {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 479px;
	color: #000000;
	background-color: #fcaf17;
}

.boxBottom {
	position: relative;
	width: 479px;
	height: 10px;
	background: url('images/box_bottom.gif') no-repeat;
	background-position: bottom;
}

.listItem {
	position: relative;
	float: left;
}

/*		.: Boksidan :.		*/

.bookItem {
	position: relative;
	float: left;
	padding-bottom:10px;
	border:0px solid orange;
}

.bookTitle {
	font-size: 16px;
	font-weight: bold;
}

/*
img		{
	vertical-align:middle;
	padding:4px;
	border:0px solid lime;

}
*/

.splashContainer {
	position: absolute;
	top: -130px;
	left: 400px;
	z-index: 2000;
}

.footer {
	position: relative;
	width: 100%;
	text-align: center;
	height: 30px;
}

.errorText {
	color: #ff3333;
}

