/**
 * Polaris World contest
 * Stylesheet
 * Copyright Mediaani, 2007
 */
 
body {
	margin: 0;
	padding: 0;
	background: url(/golf/pics/bg.gif) #101836 repeat-y center top;
}

/* Fonts */
body, p, div, input {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

/* Common */
p {
	margin: 0;
	padding: 0 0 15px 0;
}

td {
	vertical-align: top;
}

h1, h2 {
	margin: 0;
	padding: 0;
}

h1, h2 {
	display: block;
	background-repeat: no-repeat;
}

h1 span,
h2 span {
	display: none;
}

h2 {
	margin: 0 0 10px 0;
	padding: 7px 0 0 0;
}

hr {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 35px;
}

img {
	border: 0;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.align_center {
	text-align: center;
}
.clear {
	clear: both;
}

.spacer {
	height: 10px;
}

.spacer5 {
	height: 5px;
}

/* Links */
a:link { color: #FFFF00; }
a:visited { color: #FFFF00; }
a:hover { color: #FFFF00; }
a:active { color: #FFFF00; }

/* Wrapper */
.wrapper {
	width: 851px;
	margin: 0 auto;
	background: url(/golf/pics/bg_content.jpg) no-repeat;
	position: relative;
}

/* Header */
#header {

}

/* Titles */
h1.main_title { 
	width: 445px;
	height: 128px;
	background: url(/golf/pics/title.gif) no-repeat;
	margin-bottom: 20px;
}

h2.osallistu {
	width: 246px;
	height: 34px;
	background: url(/golf/pics/title_osallistu.gif) no-repeat;
	margin: 20px 0 0 -5px;
}

/* Content */
#content {
	padding: 290px 340px 50px 50px;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

table {
	margin-bottom: 10px;
}

li {
	list-style-position: inside;
}

/* Contest form */
#contest_form {
	padding-bottom: 50px;
}

/* Form */
form {
	padding-top: 10px;
}

form .field {
	margin: 0;
	padding: 0 0 6px 0;
	clear: both;
}

form label {
	display: block;
	float: left;
	width: 100px;
	padding: 3px 10px 0 0;
}

form .value {
}

form input.text {
	width: 236px;
	background: #fff;
	border-top: 0;
	border-left: 0;
	border-right: 2px solid #182556;
	border-bottom: 2px solid #182556;
	padding: 2px 3px;
	color: #000;
}

form input.small { width: 50px; }

form .form_error {
	padding-left: 110px;
	font-weight: bold;
	color: #96ff00;
	margin-top: -3px;
}

form .form_error_no_margin {
	font-weight: bold;
	color: #96ff00;
}

form .title {
	margin-bottom: 10px;
}

form .submit {
	padding-top: 10px;
}

form .submit input {
	border: 1px solid #fff;
	font-size: 14px;
	padding: 3px 5px;
	font-weight: bold;
	background: #5266b0;
	
}

.button {
	border: 1px solid #fff;
	font-size: 14px;
	padding: 3px 5px;
	font-weight: bold;
	background: #5266b0;
	color: #fff !important;
	text-decoration: none;
	
}

/* Hispania */
#hispania {
	position: absolute;
	right: 40px;
	top: 940px;
}

/* PW */
#pw1 {
	float: right;
	margin: 20px 30px 10px 10px;
}

#pw {
	position: absolute;
	right: 30px;
	top: 1040px;
}

/* Box */
#box {
	position: absolute;
	background: #3f5192;
	padding: 15px 20px 5px 20px;
	width: 240px;
	right: 30px;
	top: 970px;
}

#box h3 { margin: 0 0 10px 0; }

