@charset "UTF-8";
/* CSS Document */


/* ------------------------------------------------------------ */
/* COMPETITION CONTENT */


#body-competition {
	background-image: url(../images/nycompetition/background.jpg);
	background-repeat: repeat-y;
	margin:0;
	text-align:0;
	font-family:Arial, Helvetica, sans-serif;

}


#body-competition-footer {
	background:url(../images/nycompetition/footer.gif) no-repeat 0px 0px;
	height:30px;
	margin:0;
	text-align:0;
	font-style:normal;

}



#body-competition p { font-size:12px; color:#FFFFFF; line-height:1.25em; }

#body-competition h1 { font-size:16px; color:#FFFFFF; line-height:1.25em; }


#body-competition h2 { font-size:16px; color:#fff600; line-height:1.25em;font-weight:bold; }


#body-competition ul { font-size:12px; line-height:1.25em; padding:0 0 10px 0; margin:0 0 0 16px; }
#body-competition li { padding:0 0 5px 0; text-indent: margin:0; font-weight:bold; }


#body-competition td {padding:2px; font-weight:bold;}

#body-competition a .biglink {font-size:19px; color:#fff600}

#body-competition a .terms {color:#fff600; }



/* ------------------------------------------------------------ */
/* WIN PANEL */

#win-panel {
	float:left;
	color:#FFFFFF;
	width:448px;
	margin:0;
	text-align:left;
	display:inline;

}

#win-header {
	background:url(../images/nycompetition/header-win.jpg) no-repeat  0px 0px;
	height:318px;
	background-repeat: none;
	
}


#win-content {
	padding:16px 16px 1px 16px;
	/* width:387px; */
	margin: 0 0 0 29px;
	background-color:#e31b23;
	color:#FFFFFF;
	
}



#win-footer {

	height:17px;
	background:url(../images/nycompetition/win-footer.jpg) no-repeat  0px 0px;
	margin:0 0 0 30px;


}

/* ------------------------------------------------------------ */
/* WIN PANEL - NYFORM */

#nyform td {
	color:#FFFFFF; font-size:12px; font-weight:normal;
}

#nyform td#question {
	padding: 10px 0 5px 0;
}


#nyform td#submit {
	text-align:right; padding: 15px 0 0 0;
}

#nyform .formerror {
  background-color: #ff4a4a;
}




/* ------------------------------------------------------------ */
/* OFFER PANEL */


#offer-panel {
	
	width:280px;
	text-align:left;
	float:right;
	display:inline;
	color:#FFFFFF;
}




#offer-header {
	background:url(../images/nycompetition/header-offer.jpg) no-repeat  0px 0px;
	display:block;
	height:280px;
	color:#00FF33;
}


#offer-content {
	width:auto;
	background:#e31b23;
	padding:5px 20px 20px 20px;
	width:209px;

}



#offer-footer {

	height:17px;
	background:url(../images/nycompetition/offer-footer.jpg) no-repeat  0px 0px;


}

/* ------------------------------------------------------------ */
/* clear floats */

.clear {
clear:both;
}
