* {
    margin: 0;
    padding: 0;
}

body {
    color: #6e6e6e;
    font: normal 10px/1.3 Helvetica, Arial, sans-serif;
    background: #d4d4d4 url('../images/background.gif') repeat-y 50% 0;
}

a:link, a:visited {
    color: #3baaee;
    text-decoration: underline;
}
a:hover, a:active {
    color: #e71a7d;
    text-decoration: underline;
}
a img {
    border: none;
}

h1,h2 {
    margin-bottom: 0.5em;
}
h1 {
    color: #e71a7d;
    font-size: 2.2em;
}
h2 {
    color: #3baaee;
    font-size: 1.6em;
}
h3 {
    color: #3baaee;
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
p {
    font-size: 1.2em;
    margin-bottom: 1em;
}
li {
    font-size: 1.2em;
}
li li {
    font-size: 1em;
}
li h4, li p {
    font-size: 1em;
}
li hr {
    margin-bottom: 0.75em;
}
ul {
	margin: 0 0 1.5em 2em;
}

table {
    width: 100%;
    border-collapse: collapse;
}
th,td {
    font-size: 12px;
    padding: 4px 6px;
    border: 2px solid #fff;
}
th {
    color: #fff;
    font-weight: normal;
    background-color: #3baaee;
}
td {
    background-color: #f5f5f5;
}

#bingo_lingo {
    width: 75%;
}
#bingo_lingo th {
    width: 65px;
}

#form1 input, #form1 label {
    margin-right: 0.5em;
}
input,select,textarea {
    color: #191919;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
}
input[type="text"],input[type="password"],textarea {
    border-color: #abadb3 #dbdfe6 #e3e9ef;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
}
button,input[type="button"],input[type="submit"],label,select {
    cursor: pointer;
}
button,input[type="button"],input[type="submit"] {
    padding: 1px 3px;
}
hr {
    height: 0;
    margin-bottom: 1em;
    overflow: auto;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    border-top: 2px solid #ddd;
}

#header {
    position: relative;
    height: 150px;
    margin-bottom: 10px;
}
#header #vipbanner {
    display: block;
    position: absolute;
    bottom: 0;
    left: 80px;
}
#login_register ul {
    position: absolute;
    margin: 0;
    top: 4px;
    right: 90px;
}
#login_register ul li {
    display: inline;
    float: left;
}
#login_register ul li a {
    display: block;
    width: 163px;
    height: 69px;
}
#login_register ul li a img {
    display: block;
}
#container {
    /*background: url('../images/container.gif') no-repeat 50% 100%;*/
    background-color: #fff;
    width: 966px;
    margin: 0 auto;
}
#logo {
    background: url('../images/logo-bg.gif') no-repeat 0 0;
    width: 430px;
    height: 117px;
    float: left;
}
#logo a {
    display: block;
    width: 367px;
    height: 81px;
    margin: 0 auto;
    padding-top: 12px;
}
#login_register {
    position: relative;
    background: url('../images/login-register-bg.gif') no-repeat 0 0;
    width: 535px;
    height: 143px;
    float: right;
}
#login_register a#live_help {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
#login_register a#live_help img {
    display: block;
    width: 110px;
    height: 143px;
}
#login_register form {
    position: absolute;
    top: 15px;
    left: 132px;
}
#login_register fieldset {
    border: none;
}
#login_register #username_wrapper,
#login_register #password_wrapper {
    position: relative;
    float: left;
    width: 111px;
    height: 25px;
    margin-right: 3px;
}
#login_register label,
#login_register #username_wrapper input,
#login_register #password_wrapper input {
    position: absolute;
    top: 2px;
    left: 0;
}
#login_register label {
    color: #707070;
    font-size: 11px;
    font-style: italic;
    width: 100px;
    padding: 2px 5px;
    background-color: #fff;
}
#login_register #username_wrapper input,
#login_register #password_wrapper input {
    color: #7f7f7f;
    font-size: 11px;
    background-color: #fff;
    width: 105px;
    margin: 0;
    padding: 2px;
    border: 1px solid #7e7e7e;
}
#login_register input#login_button {
    float: left;
}
#login_register p {
    clear: left;
    font-size: 11px;
}
#login_register p a {
    color: #707070;
    font-style: italic;
    text-decoration: underline;
    margin-left: 116px;
}
#login_register p a:hover {
    color: #e71a7d;
}
#login_register a.register {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
}
#login_register a.register img {
    display: block;
    width: 116px;
    height: 109px;
}
#login_register #newlook {
    position: absolute;
    display: block;
    width: 292px;
    height: 53px;
    bottom: 16px;
    left: 120px;
}
#navigation {
    position: relative;
    height: 64px;
    margin: -19px 0 10px 0;
    z-index: 99;
}
#navigation img {
    position: absolute;
    top: 0;
    left: 7px;
    z-index: 2;
}
#navigation ul {
    position: absolute;
    background: url('../images/nav-bg.gif') no-repeat 0 0;
    width: 100%;
    height: 45px;
    margin: 0;
    padding-left: 10em;
    bottom: 0;
    left: 0;
    z-index: 1;
}
#navigation ul li {
    position: relative;
    line-height: 45px;
    display: inline;
    float: left;
    width: auto;
    height: 100%;
    list-style: none;
}
#navigation ul li a {
    color: #fff;
    font-size: 1.1667em; /*14px*/
    font-weight: normal;
    line-height: 19px;
    text-decoration: none;
    display: block;
    width: auto;
    margin: 13px 0;
    padding: 0 2em;
    border-left: 1px solid #fff;
}
#navigation ul li a:hover {
    text-decoration: underline;
}
#navigation ul li:first-child a {
    border-left: 0;
    padding-left: 0;
}
/* sub-menu shit */
#navigation li ul {
    position: absolute;
    background-color: #e71a7d;
    background-image: none;
    width: 200px;
	height: auto;
	padding: 5px 0 5px 0;
	left: -999em;
	bottom: auto;
	border: 2px solid #cf1771;
	border-top-width: 1px;
	opacity: 0.9;
}
#navigation li ul li {
    display: inline;
    float: none;
    width: 100%;
}
#navigation li ul li a, #navigation li ul li:first-child a {
    display: block;
    width: auto;
    float: none;
    margin: 0;
    padding: 5px 10px;
    border: none;
}
#navigation li ul li a:hover {
    background-color: #cf1771;
    text-decoration: none;
}
#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}
#content {
    overflow: auto;
}
/* sub-menu shit ends */
#content_inner {
    background-color: #fff;
    height: auto;
    min-height: 420px;
    margin: 20px;
    padding: 10px 20px;
}
#promos {
    float: left;
    margin-left: -3px;
}
#join_now {
    float: right;
}
#join_now a {
    display: block;
    width: 308px;
    height: 256px;
}
#homepage #recent_winners {
    background: url('../images/widget-234-inner.gif') repeat-y 0 0;
    float: left;
    width: 234px;
    
}
#homepage #recent_winners h2 {
    text-indent: -999em;
    background: url('../images/monthly-winners-head.gif') repeat-y 0 0;
    height: 93px;
}
#homepage #recent_winners #vcarousel_wrapper {
    margin: 0 30px 0 20px;
}
#recent_winners ul li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    clear: both;
    border-bottom: 1px solid #e5e5e5;
}
#recent_winners ul li span {
    color: #e71a7d;
}
#homepage #recent_winners .bottom {
    background: url('../images/widget-234-bottom.gif') no-repeat 0 100%;
    height: 29px;
}
#home_right {
    width: 724px;
    float: right;
}
#home_right h2 {
    text-indent: -999em;
    background-position: 0 100%;
    background-repeat: no-repeat;
    height: 81px;
}
#home_right .buttons {
    position: absolute;
    left: 0;
    bottom: 23px;
    padding-left: 23px;
    z-index: 2;
}
#home_right #promotions, #home_right #live_bingo {
    height: 243px;
}
#home_right #promotions {
    position: relative;
    background-image: url('../images/group-news-inner.gif');
    float: left;
    width: 285px;
    padding-bottom: 30px;
}
#home_right #promotions h2 {
    background-image: url('../images/group-news-head.gif');
}
#home_right #promotions a {
    text-align: center;
    display: block;
    margin-top: -10px;
}
#home_right #promotions a img {
    display: block;
    margin: 0 auto;
}
#home_right #promotions .bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 32px;
    background: url('../images/jackpots-bottom.gif') no-repeat 0 100%;
}
#home_right #live_bingo, #home_right #comments {
    position: relative;
    background: url('../images/widget-219-inner.gif') repeat-y 0 0;
    float: left;
    width: 173px;
    padding: 0 23px 30px;
}
#home_right #live_bingo h2, #home_right #comments h2 {
    margin: 0 -23px;
}
#home_right #live_bingo .bottom, #home_right #comments .bottom {
    position: absolute;
    background: url('../images/widget-219-bottom.gif') no-repeat 0 100%;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
    z-index: 1; 
}
#home_right #live_bingo h2 {
    background-image: url('../images/live-bingo-head.gif');
}
#home_right #live_bingo #player {
    display: block;
    padding-top: 12px;
}
#home_right #comments {
    height: 254px;
    margin-top: -12px;
}
#home_right #comments h2 {
    background-image: url('../images/comments-head.gif');
    height: 92px;
}
#home_right #comments cite {
    color: #e71a7d;
    font-size: 1.4em;
    font-style: normal;
    font-weight: bold;
    display: block;
    margin-bottom: 0.25em;
    padding: 0 7px;
}
#home_right #comments blockquote {
    font-size: 1.4em;
    display: block;
    margin-bottom: 1em;
    padding: 0 7px;
}
#home_right #comments blockquote p {
    font-size: 1em;
}
#home_right #comments blockquote p strong {
    display: block;
}
#play_games {
    position: relative;
    padding-top: 15px;
}
#play_games #free_play_bubble {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
#play_games ul#carousel_nav {
    background: url('../images/play-games-bg.gif') no-repeat 0 0;
    margin: 0 0 0 -3px;
    padding-left: 170px;
    overflow: auto;
}
#play_games #carousel_nav li {
    display: inline;
    float: left;
}
#play_games #carousel_nav li a {
    color: #6a6a6a;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 0 10px;
    height: 44px;
}
/* multi-line slot names; remember to set an unique width in a second rule! */
#play_games #carousel_nav li#cnScratchCards a {
    width: 90px;
}
#play_games #carousel_nav li#cnProgressiveSlots a,
#play_games #carousel_nav li#cnMultiplayerSlots a,
#play_games #carousel_nav li#cnMultiplayerSlots a,
#play_games #carousel_nav li#cnProgressiveScratchCards a,
#play_games #carousel_nav li#cnCasinoAndMiniGames a {
    line-height: 14px;
    height: 37px;
    padding-top: 7px;
}
#play_games #carousel_nav li#cnProgressiveSlots        a { width: 70px; }
#play_games #carousel_nav li#cnMultiplayerSlots        a { width: 70px; }
#play_games #carousel_nav li#cnMultiplayerSlots        a { width: 70px; }
#play_games #carousel_nav li#cnProgressiveScratchCards a { width: 90px; }
#play_games #carousel_nav li#cnCasinoAndMiniGames      a { width: 70px; }
/* end */
#play_games #carousel_nav li:first-child a {
    padding-left: 0;
    border-left: none;
}
#play_games #carousel_nav li.ui-tabs-selected a, #play_games #carousel_nav li a:hover {
    color: #e71a7d;
    text-decoration: none;
}
#play_games .carousel {
    margin-left: 4px;
}
/*
 * Inner pages layout
 */
#content #main_column {
    position: relative;
    background: url('../images/main-column.gif') repeat-y 0 0;
    float: left;
    width: 674px;
    padding: 0 20px 30px 20px;
}
#content #main_column h1 {
    margin: 0 -20px 15px -20px;
}
#content #main_column h1 img {
    display: block;
    width: 714px;
    height: 50px;
}
#content #main_column #gettingstarted h2 {
    clear: both;
}
#content #main_column .bottom {
    position: absolute;
    background: url('../images/main-column-bottom.gif') no-repeat 0 100%;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
}
#content #right_column {
    float: right;
    width: 252px;
}
#content #right_column h2 {
    text-indent: -999em;
}
#content #right_column .bottom {
    background: url('../images/right-column-bottom.gif') no-repeat 0 0;
    height: 25px;
}
/* recent winners */
#content #right_column #recent_winners,
#content #right_column #promotions,
#content #right_column #community {
    background: url('../images/right-column-inner.gif') repeat-y 0 0;
    margin-bottom: 10px;
}
#content #right_column #recent_winners h2 {
    background: url('../images/recent-winners-right-head.gif') no-repeat 0 0;
    height: 50px;
}
#content #right_column #recent_winners #vcarousel_wrapper {
    padding: 0 20px;    
}
#content #right_column #recent_winners ul {
    margin: 0;
}
#content #right_column #recent_winners ul li {
    font-size: 11px;
}
/* promotions */
#content #right_column #promotions h2 {
    background: url('../images/promotions-right-head.gif') no-repeat 0 0;
    height: 50px;
}
#content #right_column #promotions a {
    display: block;
}
#content #right_column #promotions a img {
    display: block;
    margin: 0 auto;
}
/* community */
#content #right_column #community h2 {
    background: url('../images/community-right-head.gif') no-repeat 0 0;
    height: 50px;
}
#content #right_column #community a {
    display: block;
}
#content #right_column #community a img {
    display: block;
    margin: 0 auto;
}
/*
 * Footer
 */
#footer {
    color: #787878;
    background: url('../images/footer-bg.gif') no-repeat 50% 100%;
    margin-bottom: 30px;
    padding: 20px;
    clear: both;
}
#footer_logo {
    float: left;
}
#footer #outro {
    font-size: 1.1em;
    text-align: center;
    width: 314px;
    float: left;
    padding: 1em;
}
#footer #join_in_now {
    float: right;
}
#footer #other_sites {
    clear: both;
    text-align: center;
}
#deposit_options {
    background-color: #fff;
    width: 584px;
    height: 32px;
    margin: 0 auto 2em;
    padding: 8px 0;
    clear: both;
}
#deposit_options li {
    line-height: 32px;
    display: inline;
    float: left;
    list-style: none;
}
#deposit_options li img {
    line-height: 32px;
    margin: 0 10px;
    vertical-align: middle;
}
#copyright {
    font-size: 1.1em;
    text-align: center;
    clear: both;
}
#gambleaware {
    text-align: center;
}
#footer table {
    background-color: #fff;
    width: auto;
    margin: 0 auto;
    border-color: #fff;
    border-style: solid;
    border-width: 10px 5px;
    border-radius: 5px;
}
#footer table td {
    font-size: 11px;
    background-color: #fff;
    padding: 0 10px;
}
#footer table td img {
    display: block;
}
#footer table td#gamcare { width: 29px; }
#footer table td#no_us { width: 75px; }
#footer table td#18_plus { width: 29px; }
#footer table td#no_us { width: 75px; }
#footer table td#problem_gambling { width: 115px; padding: 0 0 0 5px; }
#footer table td#alderney { width: 99px; }

#footer #copyright, #footer table {
    margin-bottom: 2em;
}


.clear {
    clear: both;
    height: 0;
}

.carousel {
    position: relative;
    background: url('../images/carousel-bg.gif  ') no-repeat 0 0;
    height: 128px;
}
.carousel .prev, .carousel .next {
    position: absolute;
    top: 35px;
}
.carousel .prev {
    left: 15px;
}
.carousel .next {
    right: 25px;
}
.carousel .carousel_inner {
    /*position: relative;*/
    width: 570px;
    height: 100px;
    margin: 0 auto;
    padding-top: 10px;
    /*top: 10px;
    left: 100px;*/
}
.carousel .carousel_inner ul {
    height: 100px;
    overflow: hidden;
}
.carousel .carousel_inner ul li {
    display: inline;
    float: left;
    list-style: none;
    padding: 0 20px;
    width: 150px;
    height: 100px;
}
.carousel .carousel_inner ul li a {
    display: block;
    width: 150px;
    height: 100px;
}
.carousel .carousel_inner ul li a img {
    display: block;
    width: 100%;
    height: 100%;
}

/**
 * Hacks and fixes
 **/
.ui-tabs .ui-tabs-hide { position: absolute; left: -10000px; }


/*
#latest_winners, #roomie_news {
    position: relative;
    background: url('../images/latest-winners-inner.gif') repeat-y 0 0;
    width: 422px;
    height: 381px;
    float: left;
    margin: 0 0 10px 0;
    padding: 0 30px;
}
#latest_winners h2, #roomie_news h2 {
    text-indent: -999em;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 79px;
    margin: 0 -30px;
}
#latest_winners h2 {
    background-image: url('../images/latest-winners-head.gif');
}
#roomie_news h2 {
    background-image: url('../images/roomie-news-head.gif');
}
#latest_winners .bottom, #roomie_news .bottom {
    position: absolute;
    background: url('../images/latest-winners-bottom.gif') no-repeat 0% 0%;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
}
#latest_winners {
    margin-right: 1px;
}
#team_bingo, #quiz_winners, #tournament_bingo {
    background: url('../images/team-bingo-inner.gif') repeat-y 0% 0%;
    width: 261px;
    float: left;
    height: 236px;
    padding: 0 30px;
    position: relative;
}
#team_bingo, #quiz_winners {
    margin-right: 1px;
}
#team_bingo h2.head, #quiz_winners h2.head, #tournament_bingo h2.head {
    text-indent: -999em;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 46px;
    margin: 0 -30px;
}
#team_bingo .bottom, #quiz_winners .bottom, #tournament_bingo .bottom {
    background: url('../images/team-bingo-bottom.gif') no-repeat 0 0;
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
}
#team_bingo h2.head {
    background-image: url('../images/team-bingo-head.gif');
}
#quiz_winners h2.head {
    background-image: url('../images/quiz-winners-head.gif');
}
#tournament_bingo h2.head {
    background-image: url('../images/tournament-head.gif');
}
*/


#chatmasters {
    /*overflow: auto;*/
}
#chatmasters table {
    width: 85%;
    margin-bottom: 2em;
}
#chatmasters table th {
    text-align: right;
    width: 100px;
}
#chatmasters table th,
#chatmasters table td {
    vertical-align: middle;
}
#chatmasters .chatimage {
    float: right;
    width: 100px;
    clear: both;
}
#chatmasters .chatimage p {
    font-size: 11px;
    text-align: center;
}
#chatmasters .chatimage a {
    display: block;
    margin: 0 0 0.25em 0;
}
#chatmasters .chatimage a img {
    display: block;
    width: 80px;
    height: 100px;
    margin: 0 auto;
}


#community_page h2.head {
    text-indent: -9999em;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 40px;
    margin: 0 -20px 10px -20px;
}
#community_page #community_left {
    float: left;
    width: 393px;
}
#community_page #community_left .bottom {
    background: url('../images/community-page-left-bottom.gif') no-repeat 0 0;
    width: 100%;
    height: 30px;
}
#community_page #community_left #latest_winners,
#community_page #community_left #roomie_news {
    position: relative;
    background: url('../images/community-page-left-inner.gif') repeat-y 0 0;
    padding: 0 20px 30px 20px;
}
#community_page #community_left #latest_winners h2.head {
    background-image: url('../images/latest-winners-head.gif');
}
#community_page #community_left #roomie_news h2.head {
    background-image: url('../images/roomie-news-head.gif');
}
#community_page #community_right {
    float: right;
    width: 273px;
}
#community_page #community_right .bottom {
    background: url('../images/community-page-right-bottom.gif') no-repeat 0 0;
    width: 100%;
    height: 30px;
}
#community_page #community_right #team_bingo,
#community_page #community_right #quiz_winners,
#community_page #community_right #tournament_bingo {
    position: relative;
    background: url('../images/community-page-right-inner.gif') repeat-y 0 0;
    padding: 0 20px 30px 20px;
}
#community_page #community_right #team_bingo h2.head {
    background-image: url('../images/team-bingo-head.gif');
}
#community_page #community_right #quiz_winners h2.head {
    background-image: url('../images/quiz-winners-head.gif');
}
#community_page #community_right #tournament_bingo h2.head {
    background-image: url('../images/tournament-bingo-head.gif');
}


/**
 * Addendium
 *
 * @author Terry Shields <tvshields@yahoo.com>
 * @author Phill Di Georgio <phill@newcastlemarketingservices.co.uk>
 **/
#content #main_column .sidegamebox {
  	margin-left:10px; display:block; height:170px;float:left;
}
#content #main_column .sidegamebox .sidegameHeader{
   font-size:12px;
   text-align:center;
   margin-bottom:2px;   
}

#content #main_column .promo_individual {
   width:100%; display:block; min-height:200px;
}

#content #main_column .promo_individual img{
   padding:0 5px 5px 5px;
}

#content #main_column #viproom img{
   padding:2px 5px 5px 5px;
}
#content #main_column #room1 img{
   padding:2px 5px 5px 5px;
}
#content #main_column #room2 img{
   padding:2px 5px 5px 5px;
}
#content #main_column #bingostudioliveroom img{
   padding:2px 5px 5px 5px;
}
#content #main_column #dealornodealbingo img{
   padding:2px 5px 5px 5px;
}
#content #main_column #80ball img{
   padding:2px 5px 5px 5px;
}
#content #main_column #uk75ballbingo img{
   padding:2px 5px 5px 5px;
}
#content #main_column #us75ballbingoroom img{
   padding:2px 5px 5px 5px;
}
#content #main_column #speedbingoroom img{
   padding:2px 5px 5px 5px;
}
#content #main_column #jokerjackpotroom img{
   padding:2px 5px 5px 5px;
}


/**
 *
 **/
#content #main_column #bingo h1 {
    display: none;
}
#content #main_column #bingofriendschat h1 {
    text-indent: -9999em;
    background: url('../images/headings/chat.gif') no-repeat 0 0;
    height: 50px;
}
#content #main_column #bingolingo h1 {
    text-indent: -9999em;
    background: url('../images/headings/bingo-lingo.gif') no-repeat 0 0;
    height: 50px;
}
#content #main_column #bingosupport h1 {
    text-indent: -9999em;
    background: url('../images/headings/support.gif') no-repeat 0 0;
    height: 50px;
}
#content #main_column #chatgames h1 {
    text-indent: -9999em;
    background: url('../images/headings/chat-games.gif') no-repeat 0 0;
    height: 50px;
}
#content #main_column #chatmasters h1 {
    text-indent: -9999em;
    background: url('../images/headings/chat-masters.gif') no-repeat 0 0;
    height: 50px;
}
#content #main_column #chatrules h1 {
    text-indent: -9999em;
    background: url('../images/headings/chat-rules.gif') no-repeat 0 0;
    height: 50px;
}
#content #main_column #lostpassword h1 {
    text-indent: -9999em;
    background: url('../images/headings/forgotpassword.gif') no-repeat 0 0;
    height: 50px;
}
#content #main_column #promotions h1 {
    text-indent: -9999em;
    background: url('../images/headings/promotions.gif') no-repeat 0 0;
    height: 50px;
}
#content #main_column #welcometothenewbingofriends h1 {
    text-indent: -9999em;
    background: url('../images/headings/welcome.gif') no-repeat 0 0;
    height: 50px;
}

#content #main_column #bingo_title,
#content #main_column #viproom h1,
#content #main_column #room1 h1,
#content #main_column #room2 h1,
#content #main_column #bingostudioliveroom h1,
#content #main_column #dealornodealbingo h1,
#content #main_column #uk75ballbingo h1,
#content #main_column #us75ballbingoroom h1,
#content #main_column #speedbingoroom h1,
#content #main_column #alliesroom h1,
#content #main_column #jokerjackpotroom h1 {
    text-indent: -9999em;
    background: url('../images/headings/bingo.gif') no-repeat 0 0;
    height: 50px;
}
#content #main_column #80ball h1 {
    text-indent: -9999em;
    background: url('../images/headings/bingo.gif') no-repeat 0 0;
    height: 50px;
}

.graphic_faq {
    text-indent: -9999em;
    background: url('../images/headings/faqs.gif') no-repeat 0 0;
    height: 50px;
}
.graphic_games {
    text-indent: -9999em;
    background: url('../images/headings/bingo-games.gif') no-repeat 0 0;
    height: 50px;
}
.graphic_roomie {
    text-indent: -9999em;
    background: url('../images/headings/winners.gif') no-repeat 0 0;
    height: 50px;
}
.graphic_terms {
    text-indent: -9999em;
    background: url('../images/headings/terms-and-conditions.gif') no-repeat 0 0;
    height: 50px;
}


#gettingstarted h2 {
    text-indent: -9999em;
    width: 671px;
    height: 102px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#gettingstarted h2.register {
    background-image: url('../images/register-h2.gif');
}
#gettingstarted h2.deposit {
    background-image: url('../images/deposit-h2.gif');
}
#gettingstarted h2.play {
    background-image: url('../images/play-h2.gif');
}

.singlePromo h1 {
    text-indent: -9999em;
    background: url('../images/headings/promotions.gif') no-repeat 0 0;
    height: 50px;
}
.singlePromo img {
    margin: 50px 0 0.5em 1em;
}

#contact_form #contact_fs{
	width:300px;
	padding:100px;
	margin-bottom:20px;
	margin-left:70px;
	border:none;
	
}
#contact_form #code{
	float:right;
	margin-right:20px;
}
#contact_form #user{
	float:right;
	margin-right:20px;
}
.inner_page #contact_form .formpass{
	
	padding:5px;
	background:#FF8000;
	margin-bottom:20px;
	text-align:center;
	font-style: italic;

}

.contacterror{	
	
	text-align:center;
	font-style: italic;
	color:#FF0000;
	font-weight:bold;
}

#contact h1 {
	background:url("../images/headings/scratch-head.gif")
	no-repeat scroll 0 0 transparent;
	height:50px;
	text-indent:-9999em;
}

#contact_form {
	background:url("../images/scratch_bg.gif") no-repeat;
	background-position:center top;
	height:233px;
	margin-top:-20px;
}

#contact_fs label {
	color:#E71A7D;
	font-weight:bold;
}

#contact_fs .submit {
	float:right;
	margin-right:20px;
}

#contact_fs #user {
	width:180px;
}

#contact_fs #code {
	width:180px;
}

/* CSS for VIP form below */

#vip-log {
	background-image:url('../images/vip-bg.gif');
	background-repeat:no-repeat;
	background-position:center;
	height:312px;
	border:0;

}

#login-wrap {
	padding-top:85px;
	vertical-align:middle;
	margin-left:215px;
}

#login-wrap #submit {
	margin-top:75px;
	margin-left:47px;
	border:#cccccc 1px solid;
	padding:5px;
	background-color:#ba961c;
	color:#fff;
	font-weight:bold;
}


#login-wrap #login {
	border:#ba961c 1px solid;
	width:140px;
}
 
#login-wrap #postcode {
	border:#ba961c 1px solid;
}
#login-wrap  checkbox {
	border:#ba961c 1px solid;
}

#email-vip{
	padding-right:10px;
	font-weight:bold;
}

#log-vip{
	padding-right:10px;
	font-weight:bold;
}

#vipbonus {
	background-image: url('../images/vip-head.gif');
	height:50px;
	display:block;
	text-indent:-9999px
}


.blogcont{
	font-size:13px;
	padding:0 15px 0 15px;
}
#blockwrap{
	margin-left:20px;
	margin-right:20px;
	padding:5px 10px 5px 10px;
	background:#FDB;
}
#roomieroundup_news i{
	font-size:13px;
}
#roomieroundup_news .winner{
	color:#00ADEE;
}
#roomieroundup_news .winners_name{
	color:#00ADEE;
}
#roomieroundup_news .winners_prize{
	color:#FB007D;

}
#roomieroundup_news hr{
	margin:10px 0 10px; 0;
}
#roomieroundup_news h3{
	margin-left:20px;
}
#roomieroundup #NP_roomie_heading{
	background:transparent url(/assets/images/headings/community.gif) no-repeat scroll center top;
	display:block;
	height:56px;
	margin:0;
	padding:0;
	text-indent:-9000px;
	width:673px;
}

#roomieroundup_news #NP_roomie_r_team{
	color:#FB007D;
	font-size:18px;
	margin-top:20px;
}

#roomieroundup_news #NP_roomie_r_tourn{
	color:#FB007D;
	font-size:18px;
	margin-top:20px;
}

#roomieroundup_news #NP_roomie_r_quiz{
	color:#FB007D;
	font-size:18px;
	margin-top:20px;
}
#roomieroundup_news #NP_roomie_latest_winners{
	color:#FB007D;
	font-size:18px;
	margin-top:20px;
}

#roomie #roomiewinners{
	background:transparent url(/assets/images/headings/winners.gif) no-repeat scroll center top;
	display:block;
	height:56px;
	margin:0;
	margin-top:20px;
	padding:0;
	text-indent:-9000px;
	width:673px;
}
body ul li .winners_name{
	color:#DE1673;
}
body ul li .winner{
	color:#DE1673;
}
body ul li .winners_prize{
	color:#1698DE;
}

.sidejackpot {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#E71A7D;
}


/* dynamic contact form */
#contact_form_netplay fieldset {
	padding:15px 10px 10px 10px;
}
#contact_form_netplay fieldset .formpass{
	
	padding-left:35px;
}
	