﻿

body
{
    font-family: "Tahoma", Arial, sans-serif;
    color: #7d7d7d;
    line-height: 1.35em;
	background:#ffffff !important;
}

.plassering {
	
padding-top:90px;
	
}

#registerBox, #loginBox
{
    width: 650px;
    margin: 0 auto 0 auto;
    text-align: left;
}


#loginMain 
{
    width: 100%;
    background: #fff url("sail_bg.png") no-repeat center top;
    min-height: 320px;
   *margin-top: 50px;
    padding-bottom: 90px;
}



#loginBox
{
    height: 280px;
    
    background: rgb(244,244,244); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(244,244,244,1) 1%, rgba(232,232,232,1) 50%, rgba(232,232,232,1) 52%, rgba(221,221,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(244,244,244,1)), color-stop(50%,rgba(232,232,232,1)), color-stop(52%,rgba(232,232,232,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 1%,rgba(232,232,232,1) 50%,rgba(232,232,232,1) 52%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(244,244,244,1) 1%,rgba(232,232,232,1) 50%,rgba(232,232,232,1) 52%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(244,244,244,1) 1%,rgba(232,232,232,1) 50%,rgba(232,232,232,1) 52%,rgba(221,221,221,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(244,244,244,1) 1%,rgba(232,232,232,1) 50%,rgba(232,232,232,1) 52%,rgba(221,221,221,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    /*margin-top: 90px;*/
	
    box-shadow: 5px 0px 5px 0px rgba(221,221,221,1);
}








#registerBox h3, #loginBox h3 
{
    font-size: 31px;
    font-weight: 300;
    color: #0058A9;
    margin-bottom: 10px;
}

#registerBox label, #loginBox label 
{
    font-weight: normal;    
}



#registerBox input[type=submit], #loginBox input[type=submit]
{
    width: 120px;
    height: 41px;
    background: url("btn_login.png") no-repeat left top;
    margin: 10px 0;
    float: left;
}

#registerBox input[type=submit], #loginBox .forgottenPwd input[type=submit]
{
   
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #2355a5) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #2355a5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#2355a5');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
	border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-left-radius:9px;
	text-indent:0;
	border:2px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:120px;
	text-decoration:none;
	text-align:center;
    margin-top: 0;
}

#loginBox input[type=submit]
{
    background: url("btn_login.png") no-repeat left top;
}

#loginBoxNypin input[type=submit]
{
    background: url("btn_sendinn.png") no-repeat left top;
}

#registerBox select, #loginBox select
{
    width: 290px;
    height: 26px;
    padding-left: 7px;
    border: 1px solid #aaa;
}

#loginBox .errorMsg, #registerBox .errorMsg
{
    display: block;
    float: right;
    width: 160px;
    color: #a90010;
}
#loginBox .errorMsg
{
    margin: 5px 40px 0 0;
}
#registerBox .errorMsg
{
    margin: 19px 40px 0 0;
}

#registerBox > .left, #loginBox > .left
{
    background: url("login_logo.png") no-repeat left top;
    margin-top: 45px;
    margin-left: 40px;
    padding-left: 5px;
}

#registerBox > .left
{
    padding-top: 130px;
    margin-right: 30px;
    width: 220px;
    position: relative;
}

#registerBox > .left > .infobox
{
    position:absolute;
    left: 0px;
}
#InfoExternal
{
    display: none;
}

#loginBox > .left
{
    width: 250px;
    padding-top: 160px;
}



#ForgottenPwdStatus
{
    clear: both;
    display: block;   
}

#registerBox > .right, #loginBox > .right
{
    width: 330px;
    margin: 35px 20px 0 0;
}

.button
{ 
    font-size: 18px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    cursor:pointer;
    color: #fff;
    border: 0 none;
    background: url("button.png") no-repeat scroll 0 0 transparent; 
    height: 52px;
    padding-bottom: 6px;
    line-height: 46px;
    width: 186px;
}

.button:hover
{ 
   background: url("button_transparent.png") no-repeat scroll 0 0 transparent; 
}



.buttonNypin
{ 
    font-size: 18px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    cursor:pointer;
    color: #fff;
    border: 0 none;
    background: url("btn_sendinn.png") no-repeat scroll 0 0 transparent; 
    height: 52px;
    padding-bottom: 6px;
    line-height: 46px;
    width: 186px;
}

.buttonNypin:hover
{ 
   background: url("button_transparent.png") no-repeat scroll 0 0 transparent; 
}


