body {
		background: #001e3a url(../images/CMS_01.jpg) repeat-x top;   
		margin: 0px;
		color: white;
		font-family: Helvetica, Arial;
}

#meni {

	position: absolute;
	top: 10px;
	left: 85%;
	background: #264460;
	font-family: Arial;
	padding: 5px;
	color: white;
}
a {
color: #F0F0F0;
text-decoration: underline;
}
a:hover {
color: #FFF;
background: #00a8f9;
text-decoration: none;
}
img {
border: 0px;
}

td {
vertical-align: top;
padding-right:5px;
}

#login {
	position: absolute;
	top: 0px;
	left: 40%;
	width: 269px;
	height: 100%;
	background: url(../images/CMS_02.jpg) no-repeat;
	color: white;
	font-family: Trebuchet MS;
}

#form {
	position: relative;
	top: 262px;
	left: 0%;
	width: 269px;
	height: auto;
	color: white;
	font-family: Trebuchet MS;
}

label{
	text-decoration:italic;
}

span:login{
	position: relative;
    width: 100%;
	left: 90%;
}

p.new {
border: dotted 1px black;
padding: 3px;
background: black;
}

p.stattype {
border-top: double 2px black;
}