#contestPop {
	width:230px;
	height:auto;
	background:#000;

	padding:0;
	margin:0;
	
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;

	position:absolute;
	z-index:199;
}

	#contestPop .shadow {
		width:230px;
		height:auto;
		background:url(/images/contest/popBg.png) repeat-y;
		
		box-shadow:-5px 5px 5px rgba(0,0,0,.5);
		-moz-box-shadow:-5px 5px 5px rgba(0,0,0,.5);
		-webkit-box-shadow:-5px 5px 5px rgba(0,0,0,.5);
		
		position:relative;
		z-index:98;

		box-shadow:-5px 5px 5px rgba(0,0,0,.5);
		-moz-box-shadow:-5px 5px 5px rgba(0,0,0,.5);
		-webkit-box-shadow:-5px 5px 5px rgba(0,0,0,.5);
	}

	#contestPop .top {
		width:230px;
		height:210px;
		background:url(/images/contest/popTop.png) no-repeat;
	}
		#contestPop .top a.close {
			width:28px;
			height:28px;
			background:url(/images/contest/popBtnClose.png) no-repeat;
			margin:-10px 0px 0 -12px;
			display:block;
			float:left;
			_behavior: url("/iepngfix.htc");
		}
	
	#contestPop .mid {
		height:auto;
		
		position:relative;
		background:none;
		z-index:99;
	}
		#contestPop .mid div {
			width:200px;
			margin:-10px 0 -70px 10px;
			background:none;
		}
			#contestPop .mid div p {margin-bottom:20px;}
			#contestPop .mid div p a {color:inherit;}
			
	#contestPop .bot {
		width:230px;
		height:181px;
		background:url(/images/contest/popBot.png) no-repeat;
	}
		#contestPop .bot form {
			width:230px;
			text-align:center;
			position:absolute;
			bottom:20px;
		}
			#contestPop .bot form input.text {
				width:75%;
				height:22px;
				background:#fffbe7 url(images/contest/inputText.png);
				
				padding:0 15px;
				margin:0 0 8px;
				
				border:none;
				
				font-family:arial, helvetica, sans-serif;
				font-size:21px;
				color:#6e6e6e;
				
				box-shadow:inset 2px 2px 5px #333; 
				-moz-box-shadow:inset 2px 2px 5px #333;
				-webkit-box-shadow:1px 1px 2px #333;
								
				-moz-border-radius:11px;
				-webkit-border-radius:11px;
			}
		#contestPop .bot a.rules {
			width:230px;
			
			display:block;
			position:absolute;
			bottom:5px;
			left:10px;
			
			font-size:10px;
			color:#3e3e3e;
			text-shadow:1px 1px 0 #EFEFEF;
		}
		#contestPop .bot a.rules:hover {text-decoration:none;}
		
