* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	font: 12px/1.4 Helvetica, sans-serif;
	background: #332517; /*242c3e*/
	color: #332517;
}

#wrapper {
	position: relative;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

#wrapper:before {
	content: '';
	display: inline-block;
	height: 100%; 
	vertical-align: middle;
	margin-right: -0.25em;
}

#content {
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
	text-align: left;
	position: relative;
	padding: 20px;
	-webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-ms-border-radius: 5px;
	border: 2px solid #182030;
	background-color: #e3e3e3;
	background: -webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#cccccc));
	background: -moz-linear-gradient(top, #eeeeee, #cccccc);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 2, 0, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 2, 0, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(0, 2, 0, 0.75);
}

#content #loadimg {
	float: right;
	position: absolute;
	top: 0;
	right: 183px;
	margin-top: 28px;
}

#content h1 {
	font: bold 32px Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 15px;
	color: #242c3e;
	text-shadow: 1px 1px 1px #ffffff;
	display: inline-block;
}

#content #step {
	float: right;
	color: #ffffff;
	position: absolute;
	top: 20px;
	right: 20px;
	margin-top: 7px;
	border: 1px solid #23588c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-box-shadow: 0px 1px 0px #73b9ff inset, 1px 1px 0px #fff;
	-moz-box-shadow:    0px 1px 0px #73b9ff inset, 1px 1px 0px #fff;
	box-shadow:         0px 1px 0px #73b9ff inset, 1px 1px 0px #fff;
	background: rgb(73,155,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(32,124,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
}

#content #step #stepnum {
	padding: 2px 7px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.1);
}

#content #step #stepname {
	padding: 2px 10px;
	border-left: 1px solid #23588c;
	display: inline-block;
}

#content #main {
	
}

#content #main .warning {
	color: #de0000;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

#content #links {
	text-align: center;
	margin: 20px auto;
}

/*#content #links {
	text-align: center;
	height: 155px;
}

#content #links:before {
	content: '';
	display: inline-block;
	height: 100%; 
	vertical-align: middle;
	margin-right: -0.25em;
}

#content #links #vert {
	vertical-align: middle;
	display: inline-block;
}*/

#content #links .incentive {
	text-align: center;
	line-height: 33px;
}

#content #links .incentive img {
	vertical-align: middle;
}

#content #links ul {
	line-height: 35px;
	list-style: none;
	width: 60%;
	display: inline-block;
}

#content #links ul li {
	display: inline-block;
}

#content #links #input {
	text-align: left;
	width: 175px;
	margin: 0 auto;
}

#content #links #input input {
	padding: 3px 5px;
	text-align: center;
}

#content #foot {
	text-align: center;
}

#content #foot #continue {
	
}

#content #foot #back {
	
}

#rights {
	text-align: center;
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	font-size: 0px;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
	text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

a.button {
	display: inline-block;
	border: 1px solid #0e2332;
	box-shadow: 0px 1px 0px #73b8e5 inset, 1px 1px 0px #fff;
	-webkit-box-shadow: 0px 1px 0px #73b8e5 inset, 1px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #73b8e5 inset, 1px 1px 0px #fff;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
	background-color: #2383cc;
	color: #ffffff;
	line-height: 16px;
	padding: 6px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	margin: 5px 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */
    transition: all 0.3s;
}

a.button:hover {
	background-color: #1c5c8c;
	box-shadow: 0px 1px 0px #629dc4 inset, 1px 1px 0px #fff;
	-webkit-box-shadow: 0px 1px 0px #629dc4 inset, 1px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #629dc4 inset, 1px 1px 0px #fff;
}

a.button.disabled {
	background-color: #a6a6a6;
	box-shadow: 0px 1px 0px #cccccc inset, 1px 1px 0px #fff;
	-webkit-box-shadow: 0px 1px 0px #cccccc inset, 1px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #cccccc inset, 1px 1px 0px #fff;
}

a.button.voted {
	background-color: #82a587;
	box-shadow: 0px 1px 0px #cccccc inset, 1px 1px 0px #fff;
	-webkit-box-shadow: 0px 1px 0px #cccccc inset, 1px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #cccccc inset, 1px 1px 0px #fff;
}

@media all and (max-width: 644px) {
	#wrapper:before {
		height: 0px;
		content:none;
	}
	
	#content {
		width: auto;
		max-width: none;
		height: 285px;
	}
}

@media all and (orientation: portrait) and (max-width: 644px) {
	#content h1 {
		padding-bottom: 0;
	}
	
	#content #loadimg {
		right: 20px;
	}
	
	#content #step {
		float: none;
		margin-bottom: 10px;
		position: static !important;
	}
	
	#content #stepnum {
		float: left !important;
	}
	
	#content #stepname {
		text-align: center;
		display: block !important;
		width: 100%;
		padding: 2px 0 !important;
	}
	
	#content #links ul {
		width: 100%;
	}
}