/* Campaign specific styles */

body .nycontest {text-align:left;}
.nycontest {
	background: #491966;	
	float: left;
	
	}
	.nycontest .h1,
	.nycontest .q { 
		color: #FFCB08; 
		font: bold 30px/1.2 "Gill Sans", Tahoma, sans-serif;
		display: block;
		margin: 35px 35px 20px;
		} 
		.nycontest .q { font-size: 20px; margin-top: 20px; }
	.nycontest .desc {
		color: #FFCB08; 
		font: normal 12px/21px "Lucida Sans Unicode","Lucida Grande",Tahoma,Sans-serif;
		display: block;
		margin: 0 35px 20px;
	}
	.nycontest table {
		color: #ffcb08;
		margin: 0 35px; 
	}
	
.nycontest input { padding: 0; }

.nycontest .error {
	display:block; 
	float:right; 
	padding:3px;
	width:250px;

}	
	

.nycontest .SlideTab {
	position: relative;
}
.nycontest .SlideTab ul {
	margin: 20px 0 0 35px;
	position: absolute;
	bottom: 25px;
	left:0;
}
.nycontest textarea {
	margin: 0 0 0 35px;
	font: normal 12px/1.2 "Lucida Sans Unicode","Lucida Grande",Tahoma,Sans-serif;
}
.nycontest .row {
	width:590px; 
	display:block; 
	float:left; 
	padding: 2px 0;	
	margin: 0 35px;
}
.nycontest label,
.nycontest a {
	color: #ffcb08;
	}
	.nycontest a:hover {
		text-decoration: none;
	}
.nycontest .disclaimer {
	font-size: 10px;
	color: #ffcb08;
	margin: 15px 35px;
	display: block;
}
.nycontest label.label {
	display: block;
	float:left;
	width:100px;	
}
.nycontest input.text {
	float:left;
	width:200px;
}
.nycontest table label {
	font-size: 16px;	
}


	

div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	
}
a#closeBut {
	position: absolute;
	display: block;
	top: -15px;
	right: -15px;
	width: 25px;
	height: 25px;
	text-indent: -9999em;
	background: url(../images/nyro-close.png);
	outline: 0;
	}
	a#closeBut:hover {
		background-position: -25px 0;
	}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div.wrapper1 div#nyroModalContent {
	padding: 20px;
	text-align: left;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background: url(../img/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext:hover {
	background: url(../img/next.gif) right 20% no-repeat;
}

