/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
    width="800px";
    height="800px";
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}


a.join_contest {
	display: block;
	width: 480px;
	height: 75px;
	text-decoration: none;
	background: url("images/join_the_contest.gif");
	}

a.join_contest:hover {
	background-position: -480px 0;
	}

a.vote_art {
	display: block;
	width: 300px;
	height: 80px;
	text-decoration: none;
	background: url("images/vote_art.gif");
	}

a.vote_art:hover {
	background-position: -300px 0;
	}	
	
a.vote_design {
	display: block;
	width: 300px;
	height: 80px;
	text-decoration: none;
	background: url("images/vote_design.gif");
	}

a.vote_design:hover {
	background-position: -300px 0;
	}	
	
.displace {
	position: absolute;
	left: -5000px;
	}