@charset "utf-8";/* CSS Document */body {
	margin: 0;
	padding: 0;
	top: 0;
	background-color: #fff
}
#loginwrap {
	width: 400px;
	float: none;
	height: 160px;
	margin: 20px auto 0 auto;
	border: 1px solid #88bbc8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	position: relative;
	-moz-box-shadow: 0 0 2px 0 #88bbc8;
	-webkit-box-shadow: 0 0 2px 0 #88bbc8;
	box-shadow: 0 0 2px 0 #88bbc8;    /* Firefox */    /* Safari, Chrome */    /* CSS3 */    background-color: #fff;
	background-image: url(bakgrund.jpg);
	background-repeat: no-repeat;
	background-position: center top
}
#loginwrap h1 {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #2785b3;
	text-decoration: none;
	width: 400px;
	text-align: center;
	left: 0;
	top: 20px;
	padding-bottom: 20px !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e2e33
}
#loginform {
	position: relative;
	width: 340px;
	margin: 0;
	padding: 0;
	left: 30px;
	top: 16px
}
#loginwarning {
	position: relative;
	width: 340px;
	margin: 0;
	padding-top: 0px;
	padding-left: 10px;

	
	left: 30px;
	bottom: -15px;
	font-family: arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #bf0101;
	height: auto !important
}
fieldset {
	position: relative;
	width: 100%;
	padding: 10px 0 10px 0;
	border: 0;
	margin: 0 0 0 0
}
label {
	text-decoration: none;
	width: 100%;
	height: 20px;
	display: block;
	font-family: arial, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #fff;
	padding: 0 0 10px 0
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 12pt;
	color: #000;
	height:27px;
	width:60%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
}
#err-msg{
	padding-top:10px;
}

#cookie-info{
	width:400px;
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	color:#696969;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
}

#cookie-info span{
	display:inline-block;
}

#cookie-info img{
	display:inline-block;
	width:20px;
}

input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	-moz-box-shadow: 0 0 3px #88bbc8;
	-webkit-box-shadow: 0 0 3px #88bbc8;
	box-shadow: 0 0 3px #88bbc8;
	/*padding: 4px 5px 4px 5px;*/
	height:27px;
	width:60%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.fieldset2 {
	position: relative;
	width: 100%;
	padding-top: 40px;
}
.button.big {
	/*padding: 6px 14px*/
}
.button.custom {
	float:right;
	/*position: relative;*/
	height: 30px;
	width: 30%;
	/*margin-left: 6px;*/
	-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #A2D2E8;
	background: -moz-linear-gradient(top, #A2D2E8 0%, #4597C6);
	background: -o-linear-gradient(top, #A2D2E8 0%, #4597C6);
	background: -webkit-linear-gradient(top, #A2D2E8 0%, #4597C6);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A2D2E8 0%), color-stop(1, #4597C6));
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#A2D2E8 0%, EndColorStr=#4597C6)";
	background: linear-gradient(top, #A2D2E8 0%, #4597C6);
	background: -webkit-gradient(linear, left top, left bottom, from(#A2D2E8), to(#4597C6));
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border: 1px solid #4597C6;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-background-clip: padding;
	background-clip: padding;
	color: #FFF
}
.button.custom:hover {
	color: #FFF;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4), 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4), 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4), 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4), 0 0 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4), 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4), 0 0 3px rgba(0, 0, 0, 0.4)
}
.button.custom:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#4597C6), to(#A2D2E8))
}

.moviebox{
	position:relative;
	height:320px;
	
}

.movie{
	
	float:left;
	margin-right:15px;
	margin-top:15px;
}

.text{
	padding-right:15px;
	padding-top:1px;
	//height:252px;
}



.content, .text p {
		color: #212121;
	    font-family: arial,sans-serif;
	    font-size: 14px;
	    line-height: 120%;
}



.myButton {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	padding:9px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
	position:absolute;
	bottom:20px;
	left: 590px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.myButton:active {
	//position:relative;
	//top:1px;
}
