/* (C) By Pokerimatkat.com 2012 */

body {
	background: #000000 url(gfx/nordicbet_bg.jpg) center top repeat-x;
	color: #ffffff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

form {
	display: inline;
}

a {
	color :#fff;
}

div.content {
	background: transparent url(gfx/form_bg.png) top left no-repeat;
	margin: 25px auto;
	position: relative;
	width: 995px;
}

div.rules {
	background: #063659;
	border: 7px solid #fff;
	box-shadow: 0 5px 10px #000;
	-webkit-box-shadow: 0 5px 10px #000;
	margin: 50px auto 20px auto;
	padding: 15px;
	width: 800px;
}

div.form {
	height: 225px;
	padding-left: 45px;
	padding-top: 415px;
	width: 810px;
}

div.column {
	float: left;
	width: 220px;
}

div.form label {
	display: block;
}

div.columnwide {
	width: 480px;
}

div.form input.textfield {
	background: #3d7dad;
	border: 1px solid #659bc4;
	border-radius: 4px;
	box-shadow: 0 1px 1px #052843;
	-webkit-box-shadow: 0 1px 1px #052843;
	color: #fff;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 23px;
	line-height: 23px;
	margin-bottom: 10px;
	padding: 0 0.5em;
	width: 195px;
}

div.check {
	margin-bottom: 10px;
}

a.submit {
	background: #0e5990; /* Old browsers */
	background: -moz-linear-gradient(top, #0e5990 14%, #0a2a43 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#0e5990), color-stop(99%,#0a2a43)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0e5990 14%,#0a2a43 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0e5990 14%,#0a2a43 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0e5990 14%,#0a2a43 99%); /* IE10+ */
	background: linear-gradient(top, #0e5990 14%,#0a2a43 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5990', endColorstr='#0a2a43',GradientType=0 ); /* IE6-9 */
	border: 1px solid #659bc4;
	box-shadow: 0 1px 1px #000;
	-webkit-box-shadow: 0 1px 1px #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	font-size: 1.25em;
	height: 36px;
	line-height: 36px;
	left: 480px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px #0a2a43;
	top: 430px;
	width: 150px;
}

a.submit:hover {
	background: #1d669b; /* Old browsers */
	background: -moz-linear-gradient(top, #1d669b 14%, #133753 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#1d669b), color-stop(99%,#133753)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1d669b 14%,#133753 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1d669b 14%,#133753 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1d669b 14%,#133753 99%); /* IE10+ */
	background: linear-gradient(top, #1d669b 14%,#133753 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d669b', endColorstr='#133753',GradientType=0 ); /* IE6-9 */
}

div.footer {
	padding: 0 140px 0 60px;
	text-shadow: 0 1px 1px #0a2a43;
}

div.footer p.separated {
	border-top: 1px dotted #fff;
	padding-top: 1em;
}

