.pictures {
	float: left;
	height: 210px;
	width: 170px;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	margin: 5px;
	position: static;
	background-repeat: no-repeat;
	background-image: url(../images/thmb-back.png);
	background-position: center center;
	background-color: #FFFFFF;
}
.pictitle{
	color: #7070CC;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
.picinfo{
	text-align: center;
	width: 150px;
	color: #7070CC;
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: no-repeat;

}

.selections {
	clear: none;
	float: left;
	margin: 0px;
	height: 125px;
	background-image: url(../../images/background-selection.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	width: 85px;
	color: #FFFFFF;
	font-size: 10px;
	position: relative;
	top: 9px;
	left: 0px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.selections a:link{
	color: #7070CC;
	text-decoration: none;	
}
.selections a:hover{
	color: #FFFFFF;
}
.selections a:active{
	color: #FFFFFF;
}
.selections a:visited{
	text-decoration: none;
}


.voteMenu {
	margin: 0px;
	padding: 0px;
}

.navigation {
	text-align: center;
	float: left;
	font-weight: bold;
	color: #B9B9ED;
	padding: 0px;
	z-index: auto;
	margin: 0px;
	width: 600px;
}
.uploadForm {
	float: left;
	background-color: #CCCCCC;
	width: 700px;
	clear: left;
}
.votecontainer {
	background-color: #eeeeee;
	clear: left;
	float: left;
	width: 800px;
}
.picturecontainer {
	position: static;
	width: 570px;
	float: left;
}

.votepic {
	text-align: center;
	position: absolute;
	height: 100px;
	width: 100px;
	background-color: #003333;
}

.votepic .pic {
	background-image: url(../images/background-votepic.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 480px;
	width: 480px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.votepage .votetitle {
	padding-left: 9px;
	font-size: 14px;
	color: #B9B9ED;
	font-weight: bold;
	margin-top: 20px;
}
.votepage .comment {
	color: #7070CC;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
.picturecontainer .pictures .heart{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.picturecontainer .pictures .pic{
	border: 2px none #B9B9ED;
}
.votefeedback {
	padding: 10px;
	text-align: center;
}
.timeremaining {
	color: #FFFFFF;
}
.comment {
	width: 400px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
