html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 900px;
}

input.text, select, textarea {
	padding: 2px;
	background-color: #B54A12;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	border: 1px solid #FF8000;
	color: #FFF;
}

body {
	background: url('http://www.coastercash.com/templates/13/bg.jpg') #000;
	background-repeat: repeat-x;
}

#container {
	background: url('landing-bg.png');
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	height: 700px;
	min-width: 700px;
}

ul#tabs {
	margin-right: 50px;
	margin: 0px;
	padding: 0px;
	width: 475px;
	list-style-type: none;
	display: table;
	font-size: 0px;
}

ul#tabs.top {
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -400px;
}

ul#tabs.bottom {
	position: relative;
	width: 200px;
	right: 50px;
	clear: right;
}

ul#tabs.bottom.index {
	width: 200px;
	bottom: -5px;
	margin-left: -100px;
	left: 50%;
}

#tabs li {
	text-align:center;
	margin: 0px;
	padding: 0px;
	display: table-cell;
}

#tabs li a {
	color: #FFF;
	font-family: Tahoma;
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding: 2px 5px;
	font-weight: normal;
}

#tabs li a.redfire {
	color: #555;
}

#tabs li a:hover {
	color: #D00;
	padding: 1px 4px;
	background-color: #111;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #333;
	font-weight: normal;
}

div#steps {
	width: 187px;
	height: 60px;
	position: absolute;
	top: 285px;
	left: 128px;
	font-size: 10pt;
	font-family: Tahoma;
	color: #da947a;
	font-weight: bold;
}

div#refer {
	width: 187px;
	height: 60px;
	position: absolute;
	top: 420px;
	left: 308px;
	font-size: 9pt;
	font-family: Tahoma;
	color: #da947a;
	font-weight: bold;
	text-align: center;
}

div#skeptical {
	width: 187px;
	height: 60px;
	position: absolute;
	top: 550px;
	left: 488px;
	font-size: 9pt;
	font-family: Tahoma;
	color: #da947a;
	font-weight: bold;
	text-align: center;
}

a#join {
	width: 165px;
	height: 170px;
	position: absolute;
	top: 175px;
	left: 400px;
	font-size: 0px;
}

#login {
	position: absolute;
	z-index: 1;
	right: 0px;
}

#loginInner {
	background-color: #C46210;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 5px 20px;
	color: #FFF;
	font-family: Verdana;
	font-size: 10pt;
}

#loginInner h1 {
	color: #FFF;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dotted #FFF;
	margin-bottom: 5px;
	font-size: 12pt;
}

#loginInner label.block {
	clear: both;
	display: block;
	padding: 1px 0px;
}

#loginInner input.text {
	float: right;
	clear: right;
	background-color: #FF7F24;
	font-family: Arial;
	font-size: 10pt;
	border: 1px solid #000;
}

#loginInner input.button {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: Verdana;
	font-size: 10pt;
	border: 1px solid #000;
	background-color: #F0F0F0;
}

#loginInner .rule {
	clear: both;
	display: block;
	font-size: 0px;
}

#login a {
	white-space: nowrap;
	padding: 5px 10px;
	position: absolute;
	z-index: 1;
	right: 20px;
	background-color: #C46210;
	color: #FFF;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

/*
###########################
	Terms
###########################
*/

#termsContainer {
	background: url('http://www.coastercash.com/templates/13/terms.jpg');
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	height: 700px;
	min-width: 700px;
}

#termsContent {
	margin-left: 51px;
	margin-top: 174px;
	height: 350px;
	width: 530px;
	overflow: auto;
	padding: 5px;
	font-size: 13px;
	color: #ffd789;
	font-family: Verdana;
}

#termsContent h1 {
	margin: 5px;
	padding: 0px;
	font-weight: bold;
	font-size: 17px;
}

#termsContent h2 {
	margin: 3px 0px;
	margin-top: 5px;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	padding-left: 10px;
}

#termsContent p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#termsContent a {
	font-size: 12px;
	color: #ffb72c;
	font-family: Verdana;
	text-decoration: none;
}

#termsContent a:hover {
	text-decoration: none;
	color: #500;
}

/*
###########################
	Members
###########################
*/

#membersContainer {
	background: url('http://www.coastercash.com/templates/13/members_new.jpg');
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 700px;
	min-width: 900px;
}

#membersContainer_new {
	background: url('http://www.coastercash.com/templates/13/members-middle.png');
	background-repeat: repeat-x;
	position: absolute;
	top: 171px;
	left: 45px;
	right: 145px;
	height: 500px;
	min-width: 850px;
}

#membersContainer2 {
	background: url('http://www.coastercash.com/templates/13/members_2.jpg');
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 700px;
	min-width: 900px;
}

#membersContent {
	top: 50px;
	left: 210px;
	right: 0px;
	position: absolute;
	height: 405px;
	padding: 5px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 13px;
	color: #ffd789;
	font-family: Verdana;
}

#membersContentExpanded {
	top: 50px;
	left: 10px;
	right: 0px;
	position: absolute;
	height: 405px;
	padding: 5px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 13px;
	color: #ffd789;
	font-family: Verdana;
}


#membersContent a {
	font-size: 12px;
	color: #ffb72c;
	font-family: Verdana;
	text-decoration: none;
}

#membersContent a:hover {
	text-decoration: none;
	color: #500;
}

#membersLastCredited a:hover {
	text-decoration: none;
	color: #500;
}

#membersShoutbox {
	background-image: url('http://www.coastercash.com/templates/13/shoutboxBG.png');
	background-repeat: no-repeat;
	width: 197px;
	height: 405px;
	padding: 5px;
	top: 50px;
	left: -4px;
	position: absolute;
	overflow: hidden;
	font-size: 11px;
	color: #ffd789;
	font-family: Verdana;
}

#membersRightColumn {
	background-image: url('http://www.coastercash.com/templates/13/shoutboxBG.png');
	background-repeat: no-repeat;
	width: 197px;
	height: 405px;
	padding: 5px;
	top: 50px;
	right: -4px;
	position: absolute;
	overflow: hidden;
	font-size: 11px;
	color: #ffd789;
	font-family: Verdana;
}

#membersLastCredited {
	background-image: url('http://www.coastercash.com/templates/13/shoutboxBG.png');
	background-repeat: no-repeat;
	width: 197px;
	height: 405px;
	padding: 5px;
	top: 40px;
	position: absolute;
	overflow: auto;
	font-size: 11px;
	color: #ffb72c;
	font-family: Verdana;
}

#membersLastCredited td {
	text-align: center;
}

#membersLastCredited a {
	font-size: 9px;
	color: #ffd789;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

#membersLastCredited a:hover {
	text-decoration: none;
	color: #500;
}

#membersContestContainer {
	background: url('http://www.coastercash.com/templates/13/members-games.png');
	background-repeat: no-repeat;
	position: absolute;
	width: 217px;
	height: 128px;
	z-index: 2;
	margin-left: 30px;
	margin-top: 46px;
}

#membersContestContainer a {
	width: 215px;
	height: 42px;
	display: block;
}

#membersContestContainer a.notReady {
	visibility: hidden;
}

#membersLinks {
	position: absolute;
	border-width: 0px;
	left: -15px;
	right: 0px;
	top: 10px;
	min-width: 687px;
}
	

#membersLinks td {
	text-align: center;
	padding: 10px 0px;
	background: url('http://www.coastercash.com/templates/13/menu-middle.png');
	background-repeat: repeat-x;
	white-space: nowrap;
	word-wrap: normal;
}

#membersLinks a {
	font-size: 10px;
	color: #ffb72c;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	padding-left: 20px;
	white-space: nowrap;
	word-wrap: normal;
}

#membersLinks a:hover {
	text-decoration: none;
	color: #500;
}

#membersLinks td a#home {
	background: url('/templates/13/account_overview.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#membersLinks td a#inbox {
	background: url('/templates/13/inbox.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#membersLinks td a#offers,
#membersLinks td a#subMenu_0 {
	background: url('/templates/13/offers.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#membersLinks td a#click {
	background: url('/templates/13/click.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#membersLinks td a#contests,
#membersLinks td a#subMenu_1 {
	background: url('/templates/13/transaction_history.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#membersLinks td a#support,
#membersLinks td a#subMenu_2 {
	background: url('/templates/13/support.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#membersLinks td a#refer,
#membersLinks td a#subMenu_3 {
	background: url('/templates/13/refer.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#membersLinks td a#account,
#membersLinks td a#subMenu_4 {
	background: url('/templates/13/user_edit.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#membersLinks td a#withdraw {
	background: url('/templates/13/cashout.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#membersLinks td a#logout {
	background: url('/templates/13/logout.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#links td {
	text-align: center;
}

#links a {
	font-size: 14px;
	color: #ffb72c;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

#links a:hover {
	text-decoration: none;
	color: #500;
}

#membersTicketConvertor {
	font-size: 13px;
	color: #FFF;
	font-family: Verdana;
}

a.videoLink {
	font-weight: bold;
	color: #ffb72c;
	text-decoration: none;
	font-size: 10pt;
}

a.videoLink:hover {
	font-weight: bold;
	color: #500;
	text-decoration: none;
	font-size: 10pt;
}

#membersLeft {
	background: url('http://www.coastercash.com/templates/13/members-left.png');
	background-repeat: no-repeat;
	width: 20px;
	top: 171px;
	left: 25px;
	position: absolute;
	height: 472px;
	font-size: 0px;
}

#membersRight {
	background: url('http://www.coastercash.com/templates/13/members-right.png');
	background-repeat: no-repeat;
	width: 20px;
	right: -20px;
	position: absolute;
	height: 472px;
	font-size: 0px;
}

#membersTitle {
	background: url('http://www.coastercash.com/templates/13/members-title.png');
	background-repeat: no-repeat;
	width: 900px;
	height: 700px;
	top: 0px;
	right: 25px;
	position: absolute;
	font-size: 0px;
	min-width: 700px;
}

#membersCopyright {
	position: absolute;
	bottom: 30px;
	right: 50px;
	width: 250px;
	height: 10px;
	font-size: 9px;
	font-family: Verdana;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	z-index: 3;
}

#shoutFullScreen a {
	font-size: 12px;
	color: #ffb72c;
	font-family: Verdana;
	text-decoration: none;
}

#shoutFullScreen a:hover {
	text-decoration: none;
	color: #500;
}

div.subMenu {
	display: none;
	position: absolute;
	z-index: 2;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	border: 2px solid #FF8000;
	border-top-width: 0px;
	font-size: 0px;
	min-width: 100px;
	margin-left: 10px;
	margin-top: 9px;
}

div.subMenu a {
	display: block !important;
	padding: 5px !important;
	background-color: #B54A12;
	font-size: 8pt !important;
	text-decoration: none;
	text-align: left;
	font-family: 'Tahoma' !important;
	padding-right: 50px !important;
	font-weight: normal !important;
}

div.subMenu a:hover {
	display: block;
	background-image: url('/templates/13/head.jpg');
	color: #500 !important;
	cursor: pointer;
}

#membersShoutbox.faq h1 {
	display: block;
	padding: 3px;
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 12pt;
	border-bottom: 2px solid #FF8000;
}

#membersShoutbox.faq ol {
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
}

#membersShoutbox.faq a {
	display: block;
	padding-left: 0px;
	margin: 0px;
	font-family: 8pt;
	color: #FFD789;
	text-decoration: none;
	font-weight: bold;
}

#membersShoutbox.faq a:hover {
	color: #500;
}

#membersContent.faq h1 {
	display: block;
	padding: 3px;
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 12pt;
	border-bottom: 2px solid #FF8000;
}

#membersContent.faq h2 {
	display: block;
	padding: 3px;
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 10pt;
	background-color: #b54a12;
}

#membersContent.faq h2:before {
	content: 'Q: ';
}

#membersContent.faq h2:after,
#membersShoutbox.faq a:after {
	content: '?';
}

#membersContent.faq p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	padding-left: 30px;
	font-style: italic;
}

#membersContent.faq p:before {
	content: 'A: ';
}

#membersContent.about {
	left: -4px;
	top: 10px;
	min-height: 445px;
}

#membersContent.about h2 {
	display: block;
	padding: 10px;
	padding-left: 30px;
	font-size: 12pt;
	background-color: #b54a12;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #FF8000;
}

#membersContent.about p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 40px;
	padding-left: 30px;
}

#newLandingImage {
	background: url('http://www.coastercash.com/templates/13/landing-page.png');
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	height: 700px;
	min-width: 700px;
}
