

p.instructions {
	margin: 2em 30px 0;
	}

	
#finalist-themes {
	padding: 30px 20px;
	}
	
#finalist-themes .theme {
	position: relative;
	float: left;
	width: 50%;
	height: 260px;
	}
	
#finalist-themes .theme-inner {
	position: relative;
	margin: 0 20px;
	padding: 20px;
	}
	
#finalist-themes .theme img {
	position: relative;
	float: left;
	border: 1px solid #ccc;
	padding: 1px;
	margin-right: 20px;
	}
	
#finalist-themes .theme-title,
#finalist-themes .theme-designer {
	padding-right: 5px;
	}
	
#finalist-themes .theme-designer {
	font-size: 12px;
	}
	
#finalist-themes .theme a {
	cursor: pointer;
	}
	
#finalist-themes .theme button {
	cursor: pointer;
	margin: 10px 0 0;
	}
	
#finalist-themes .theme .voted-message {
	display: none;
	color: #1D7E00;
	font-size: 12px;
	margin-top: 12px;
	font-weight: bold;
	}
	
	
#finalist-themes .theme-voted .theme-inner {
	border: 1px solid #27A800;
	background: #B9FFA4;
	}
	
#finalist-themes .theme-voted img {
	border-color: #72D853;
	}
	
#finalist-themes .theme-voted .little-vote-button {
	display: none;
	}
	
#finalist-themes .theme-voted .voted-message {
	display: block;
	}
	
	
	
	
#votebox {
	position: absolute;
	top: 0;
	width: 100%;
	}
	
#votebox-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	opacity: .85;
	filter: alpha(opacity=85);
	}
	
#votebox-main {
	position: relative;
	z-index: 2;
	width: 882px;
	margin: 0 auto;
	}
	
.votebox-controls {
	margin-bottom: 15px;
	text-align: right;
	color: #fff;
	font-weight: bold;
	}
	
.vote-button {
	display: inline-block;
	background: url(/theme_browser/images/vote_button.gif) no-repeat top left;
	padding: 0 0 0 20px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	}
	
.vote-button span {
	display: block;
	_display: inline-block;
	height: 33px;
	line-height: 33px;
	padding: 0 20px 0 0;
	background: url(/theme_browser/images/vote_button.gif) no-repeat top right;
	}
	
.votebox-controls a {
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
	}
	
.votebox-controls .or {
	margin: 0 3px;
	}
	
	
	
.little-vote-button {
	display: inline-block;
	background: url(/theme_browser/images/little_orange_button.png) no-repeat bottom left;
	padding: 0 0 0 8px;
	margin: 10px 0 0 -2px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	}
	
.little-vote-button span {
	display: block;
	_display: inline-block;
	height: 27px;
	line-height: 28px;
	_line-height: 27px;
	background: url(/theme_browser/images/little_orange_button.png) no-repeat top right;
	padding: 0 10px 0 2px;
	}
	
	
.votebox-screenshot img {
	border: 10px solid #000;
	background: #fff;
	padding: 1px;
	}
	
	
