html {
	overflow: auto; /* removes vertical scrollbar */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #f6f6f6 url(../pics/bg_logo.gif) no-repeat top center;
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 140%;
	font-size: 12px;
	text-align: center;
}

#container {
	position: relative;
	width: 508px;
	margin-top: 0px;
	padding: 0px;
}

a.logo img {
	margin-bottom: 16px;
}

#sidebar {
	position: absolute;
	top: 25px;
	right: -230px;
}

#languages {
	line-height: 200%;
	font-size: 10px;
	font-weight: bold;
}

#languages a {
	background: #ccc;
	color: #fff;
	padding: 2px;
}

#languages a.currentlang {
	background: #f00;
	color: #fff;
	padding: 2px;
}

#languages a:hover {
	background: #333;
	color: #fff;
}

#adverts {
	margin-top: 40px;
}

#adverts img {
	border: 4px #000 solid;
}

div #slogan {
	border-bottom: 1px #bbb dotted;
	color: #bbb;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	letter-spacing: 2px;
	padding: 0px;
	padding-top: 2px;
	margin-bottom: 20px;
	font-size: 10px;
}

div #slogan a {
	color: #bbb;
}

div #slogan a:hover {
	color: #000;
}

h1 {
	padding: 0px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h1 a:link, h1 a:visited {
	color: #333;
}

h1 a:hover {
	color: #000;
}

#header {
	border: 4px #000 solid;
}

#intro {
	padding-top: 8px;
	text-align: justify;
}

.floatclear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

div.step {
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 8px;
	border: 4px #ccc solid;
	clear: both;
}

div.upcoming {
	color: #aaa;
}

div.current {
	border: 4px #f00 solid;
}

div.finished {
	border: 4px #6b0 solid;
}

div.sidethumb {
	float: right;
	margin-left: 6px;
}

div.sidethumb img {
	border: 0px;
	width: 150px;
}

div #disclaimer {
	font-size: 10px;
	padding: 0px;
	color: #888;
	margin-bottom: 12px;
	line-height: 110%;
	text-align: justify;
}

div #footer {
	border-top: 1px #ccc solid;
	padding-top: 4px;
	padding-bottom: 40px;
	text-align: center;
}

#step3 input {
	margin-bottom: 8px;
}

input.button {
	background: #333;
	color: #fff;
	padding: 5px !important;
	padding-bottom: 3px !important;
	padding: 0px;
	padding-bottom: 0px;
	margin-top: 6px;
	border: 0px;
}
input.button:hover {
	background: #000;
	cursor: pointer;
}

p.error {
	color: #f00;
	font-weight: bold;
}

h1.subheader {
	border-top: 1px #bbb dotted;
	padding-top: 16px;
}

.highlighted {
	color: #f00;
}

#imgPreviewWithStyles {
    background: #222;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 12px;
    z-index: 999;
    border: none;
}
