@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../gfx/topback.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
	color: white;
	outline: none;
}

#wrapper {
	text-align: center;
}

#logo {
	height: 450px;
	background: url(../gfx/logo_noflash.jpg) no-repeat;
}

#logo div.swiff {

}

#logo div.swiff.hidden {
	display: none;
}

#outerContent {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#contentBack {
	background-image: url(../gfx/bottomback.jpg);
	width: 990px;
	margin-left: 10px;
	height: 787px;
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
}

#news {
	position: absolute;
	left: 65px;
	top: 12px;
	width: 516px;
}

#news p {
	margin-top: 0px;
}

#pullNumberInfo {
	position: absolute;
	left: 775px;
	top: 33px;
	width: 155px;
	font-size: 10px;
}

#pullNumberControls {
	position: absolute;
	left: 775px;
	top: 125px;
	width: 155px;
	font-size: 10px;
}

#pullNumberControls div {
	margin-top: 6px;
}

#pullNumberControls .button {
	display: block;
	width: 153px;
	height: 27px;
	line-height: 24px;
	text-align: center;
	color: #00413c;
	background-image: url(../gfx/btnback.png);
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.input {
	display: block;
	width: 133px;
	height: 21px;
	text-align: center;
	color: black;
	background-image: url(../gfx/inputback.png);
	font-size: 18px;
	font-weight: bold;
	border: 0px;
	padding: 6px 10px 0px 10px;
}

.myNumberContainer {
	position: relative;
}

#myNumber {
	font-family: "Courier New", Courier, monospace;
}

#myNumberFadeIn {
	font-size: 36px;
	text-align: center;
	position: absolute;
	display: none;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

#giftsTop {
	position: absolute;
	width: 580px;
	height: 271px;
	left: 26px;
	top: 153px;
	/*background-image: url(../gfx/gifts_top.jpg);*/
}

#giftsBottom, #giftsBottomTxt {
	position: absolute;
	width: 580px;
	height: 29px;
	left: 26px;
	top: 424px;
}

#giftsBottom {
	background-image: url(../gfx/gifts_bottom.gif);
	z-index: 1;
}

#giftsBottomTxt {
	z-index: 3;
}

#giftsTxt {
	background-image: url(../gfx/gifts_txt_complete.jpg);
	height: 271px;
}

#giftsBottomTxt #leftTxt {
	position: absolute;
	width: 264px;
	left: 23px;
}

#giftsBottomTxt #rightTxt {
	position: absolute;
	width: 264px;
	left: 312px;
}

#giftsBottomTxt #leftTxt, #giftsBottomTxt #rightTxt {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

.termsNotice {
	text-align: center;
	font-style: italic;
}

.terms p {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
}

.termsNotice p {
	margin: 0px;
}

#termsLeft {
	position: absolute;
	height: 246px;
	width: 262px;
	top: 424px;
	left: 50px;
	background-image: url(../gfx/terms_dropout.png);
	background-position: bottom;
	overflow: hidden;
	display: none;
}

#termsRight {
	position: absolute;
	height: 246px;
	width: 262px;
	top: 424px;
	left: 339px;
	background-image: url(../gfx/terms_dropout.png);
	background-position: bottom;
	overflow: hidden;
	display: none;
}

.terms {
	position: absolute;
	bottom: 0px;
	height: 246px;
	font-size: 11px;
}

.terms div.heading {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	padding-top: 30px;
}

.terms ul {
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 18px;
	margin-right: 5px;
	margin-bottom: 0px;
	list-style: disc url(../gfx/list_arrowright.gif) outside;
}

.ajaxLoader {
	display: inline;
	height: 16px;
	line-height: 16px;
	background-image: url(../gfx/ajax-loader.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.formLeft {
	width: 20%;
	float: left;
	clear: left;
	text-align: left;
}

.formRight {
	width: 75%;
	margin-left: 5%;
	float: left;
	clear: right;
	text-align: left;
}

.formRight input {
	width: 100%;
}

#customBox .button {
	text-decoration: underline;
	color: black;
	cursor: pointer;
	font-weight: bold;
}

#customBox .detailsLeft {
	float: left;
	width: 40%;
	padding-left: 10%;
}

#customBox .detailsRight {
	float: right;
	width: 40%;
	padding-right: 10%;
}

#customBox .detailsLeft input, #customBox .detailsRight input {
	width: 90%;
}

#customBox .enterDetails {

}

#customBox .enterDetails p {
	 margin-bottom: 0;
	 padding-bottom: 0;
}

#customBox .enterDetails input {
	margin-bottom: 10px;
}

#customBox .enterDetails.hidden {
	display: none;
}

#customBox .emphasize {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

#customBox .detailsLeft, #customBox .detailsRight {
	margin-top: 0px;
	padding-top: 0px;
}