#message {
	position:absolute;
	width:734px;
	height:35px;
	left
	z-index:2;
	top: -14px;
	left: 13px;	
}

body {
	color: #828282;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #1e1e1e;
	font-size: 12px;
	font-weight:200;
}

#main {
	background:url(grafikk3/logginn3/main.jpg) no-repeat center top #1e1e1e;
	position: relative:
	marging-left: auto;
	margin-right: auto;
	margin-top: 30px;
	height: 1000px;
	padding: 0px;
}

#content {
	position: absolute;
	top: 443px;
	left: -19px;
	width: 100%;
	height: 500px;
	text-align: center;
}


::-webkit-input-placeholder {
    color:    #333333;
}
:-moz-placeholder {
    color:    #333333;
}
:-ms-input-placeholder {
        color:    #333333;
}

.textField {
	background-image: url('grafikk3/logginn3/field.png'); 
	background-color: transparent; 
	background-repeat: no-repeat; 
	height: 32px; width: 243px; 
	font-weight: bold; 
	font-size: 1em; 
	text-align: center; 
	border: 0px none;
}

#about {
	width:450px; margin:0 auto;
}
#registerform {
	width:230px; margin:0 auto;
}

#registerdata {
	width:230px; left: 260px; top: 0px;
	background-color: #444444;
	position: relative;
}

textarea:focus, input:focus{
    outline: none;
}

a{ color: #828282;}
a:link{  color: #828282;}
a:visited{ color: #828282;}
a:hover{text-decoration:underline; color:darkred;}
a:active{ color: #828282; ;}


input:-webkit-autofill {
    color: transparent !important;
}

input[type="text"], input[type="password"], textarea, select { 
    outline: none;
}

:focus { background-color: transparent; }


input:-moz-placeholder, :-moz-placeholder, 
input:-moz-placeholder, textfield:-moz-placeholder
{ 
text-align:center; 
}

input::-webkit-input-placeholder, ::-webkit-input-placeholder,
textfield::-webkit-input-placeholder
{ 
text-align:center; 
}
