body {
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Container	{
	margin: 0em auto;
	width: 753px;
	text-align: left;
	}
.ClearBoth {
	clear: both;
	height: 0px;
	overflow:hidden;
}

/*** Header styles *****************/

.Header {
	padding: 0;
	margin: 0 0 13px;
	height: 153px;
	background-image: url(../images//header-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.Logo {
	float: left;
	margin-top: 66px;
}
.LogoLarge {
	float: left;
	margin-top: 45px;
}
.headerBanner {
	float: left;
}
.HeaderMemberBox {
	float: right;
	width: 255px;
	padding-top: 47px;
	padding-left: 10px;
	padding-right: 10px;
}
.HeaderMemberBox th {
	font-size: 80%;
	text-align: left;
	color: #921F5B;
	padding-left: 0px;
	padding-top: 1px;
	font-weight: normal;
	font-family: Tahoma, Geneva, Arial, sans-serif;
}
.HeaderMemberBox td {
	padding-left: 0px;
	padding-bottom: 5px;
	font-size: 90%;
	padding-top: 3px;
}
.HeaderMemberBox p {
	font-size: 70%;
	padding-top: 10px;
}

/*** General Tags *****************/

a:link {
	color: #004876;
	text-decoration: none;
}

a:visited {
	color: #004876;
	text-decoration: none;
}

a:hover, a:active	{
	color: #D92281;
	text-decoration: underline;
	}

p	{
	font-size: 90%;
	line-height: 130%;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #333333;
	padding: 0px;
	}
h1	{
	color: #92235C;
	font-size: 150%;
	line-height: 100%;
	font-weight: normal;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	letter-spacing: 0em;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	}

h2	{
	color: #C5086A;
	margin: 0px 0 10px 0;
	font-size: 120%;
	text-align: left;
	line-height: 105%;
	font-weight: normal;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	}


h3	{
	color: #C50769;
	margin: 0px 0 5px 0;
	font-size: 110%;
	text-align: left;
	line-height: 100%;
	font-weight: bold;
	}

ul {
	line-height: 110%;
	list-style-image:  url("/skin/images/bullet.gif");
	text-align: left;
	margin: 8px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	}

li {
	padding-bottom: 8px;
	}
img {
	border: 0;	
	}
.ImageFloatRight {
	float: right;
	padding-left: 15px;
}

.ImageFloatLeft {
	float: Left;
	padding-right: 15px;
}
.FloatDir {
	float: left;
}
.FloatOppDir {
	float: right;
}

/************ footer styles **************/
.Footer {
	clear: both;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 60px;
	}

.Footer	p{
	line-height: 120%;
	text-align: center;
	color: #A1A19E;
	font-size: 70%;
	}

.Footer a:link	{
	color: #77785A;
	text-decoration: underline;
	}
.Footer a:visited	{
	color: #77785A;
	text-decoration: underline;
	}
.Footer a:hover, .Footer a:active	{
	color: #D92281;
	text-decoration: underline;
	}

.FooterLinks {
	font-size: 70%;
	text-align: center;
}
.FooterLinks a:link	{
	color: #D92281;
	text-decoration: none;
	}
.FooterLinks a:visited	{
	color: #D92281;
	text-decoration: none;
	}
.FooterLinks a:hover, .FooterLinks a:active	{
	color: #D92281;
	text-decoration: underline;
	}

.FooterLinks p {
	font-size: 90%;
	color: #D92281;
}
.FooterLogos {
	text-align: center;
	color: #FFFFFF;
	font-size: 70%;
	padding-bottom:5px;
}


.Left {
	float: left;
	width: 335px;
	padding-right: 15px;
}
.Right {
	float: right;
	width: 335px;
}
.Banner {
	width: 753px;
}
.MainContant {
	width: 753px;
	background-image: url(../images/main-container-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.Content {
	padding: 0px 35px 15px 35px;
}
.MainContentTop {
	background-image: url(../images//main-container-top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
}
.MainContentBottom {
	background-image: url(../images/main-container-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
}
.Box {
	background-image: url(../images/box-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 216px;
	float: left;
	margin-bottom: 17px;
}
.BoxTop {
	background-image: url(../images/box-top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 13px;
	background-color: #FFF;
}
.BoxContent {
	padding: 0px 11px;
}
.BoxBottom {
	background-image: url(../images/box-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	background-color: #FFF;
}
.BoxContent h2 {
	font-size: 85%;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0px 6px;
}
.BoxContent p {
	font-size: 75%;
	color: #000;
	line-height: 110%;
	padding: 0px  6px;
	margin-bottom: 5px;
}
.BoxContent p.Center {
	text-align: center;
	margin-bottom: 0px;
}
.Spacer {
	float: left;
	width: 17px;
	height: 10px;
}
.BottomItem {
	padding: 0px 8px 10px 20px;
	background-image: url(../images/bottom-item-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.BottomItemLink {
	font-size: 75%;
	text-align: center;
	line-height: 160%;
}
.BoxText {
	height: 44px;
}
#XFactor .MainBg {
	background-image: url(../images/x-main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#XFactor .Content {
	padding: 0px 30px 15px 30px;
}
#XFactor p {
	color: #000;
	font-size: 90%;
}
#XFactor .Pink {
	color: #E3007B;
}
#XFactor a:link {
	color: #E3007B;
	text-decoration: none;
}

#XFactor a:visited {
	color: #004876;
	text-decoration: none;
}

#XFactor a:hover, #XFactor a:active	{
	color: #D92281;
	text-decoration: underline;
	}
#XFactor h1 {
	color: #E3007B;
	font-size: 195%;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 20px;
}
#XFactor .Center {
	text-align: center;
}
#XFactor  .ItemText {
	margin-top: 20px;
}
#XFactor .Footer p {
	line-height: 120%;
	text-align: center;
	color: #A1A19E;
	font-size: 70%;
}
#Xmas  h2 {
	color: #E93B91;
	text-align: center;
	font-weight: bold;
	font-size: 115%;
	margin: 3px 0 20px 0;
}
#Xmas .Center p {
	text-align: center;
}
#Xmas .Center {
	text-align: center;
}
#Xmas .Content {
	padding: 0px 35px 15px 40px;
}
#Xmas  p {
	color: #070506;
	line-height: 110%;
}
#Xmas .Pink {
	color: #E93B91;
}
/*ExpandableDiv*/

.ExpandableDiv {
	text-align: left;
	width: 678px;
	margin: 10px 0;
	font-size: 90%;
	zoom:1.0;
}
.ExpandableDivTop {
	height: 30px;
	overflow: hidden;
}
.ExpandableDivContent {
	padding: 10px 0px;
	overflow: hidden;
}
.ExpandableDivBottom {
	height: 6px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.ExpandableDiv p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 130%;
	font-size: 85%;
	text-align: left;
	color: #333;
}
.ExpandableDiv h1 a {

}

.ExpandableDiv h1 a:link {
	color: #000;
	text-decoration: underline;
}

.ExpandableDiv h1 a:visited {
	color: #333;
	text-decoration: underline;
}

.ExpandableDiv h1 a:hover, .ExpandableDiv h1 a:active	{
	color: #DE4293;
	text-decoration: underline;
	}
.ExpandableDiv h1 {
	font-size: 100%;
	text-align: left;
	padding: 7px 0px 0px 0px;
}
#Xmas .MainContentBottom {
	background-image: url(../images/Xmas-bottom.gif);
	height: 137px;
}
.ExpandableDiv  ol li {
	color: #070506;
	font-size: 85%;
}
#Xmas  #flashcontent {
	margin-top: 15px;
}
#Xmas .Prazes {
	background-image: none;
}
#Xmas  ul {
	list-style-image: url("images/Xmas-prizes-li.gif");
	font-size: 90%;
	margin: 18px 0px 15px 10px;
}
#Xmas li {
	padding-bottom: 3px;
}
#Xmas .BottomButtons {
	width: 560px;
	margin-left: 80px;
}
#W803 .Container {
	width: 803px;
}
.MainBanner {
	background-image: url(../images/LP001/main-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 252px;
	width: 803px;
}
.MainBanner .Button {
	float: right;
	padding: 140px 100px 0 0;
}
.freeb_body{ margin:0;padding:0;background-image: url('../images/freebingo/LP1/bingo_AcquisitionLP_free_t1_gradient.gif');background-repeat:repeat-x;background-color:#cf006b}
.freeb_container{width:812px;margin:auto;}
.freeb_Header{float:left;background-image: url('../images/freebingo/LP1/bingo_AcquisitionLP_free_t1_login.jpg');background-repeat:no-repeat;width:287px;height:161px;}
.freeb_HeaderMemberBox{float:right;padding-left:10px;padding-right:24px;padding-top:62px;width:255px;}
.freeb_HeaderMemberBox th {font-size: 80%;text-align: left;padding-left:15px;color: #921F5B;padding-top: 1px;	font-weight: normal;	font-family: Tahoma, Geneva, Arial, sans-serif;}
.freeb_HeaderMemberBox td {padding-left: 0px;	padding-bottom: 5px;	font-size: 90%;	padding-top: 3px;}
.freeb_HeaderMemberBox p {font-size: 70%;padding-top: 10px;padding-left:15px;}
.freeb_logo{float:left;}
.freeb_frame{float:left;height:592px;margin-bottom:30px}
.freeb_frame_left{float:left;height:592px;width:9px}
.freeb_frame_body{float:left;background-color:#FFFFFF;height:592px;width:776px}
.freeb_frame_right{float:left;height:592px;width:23px}
.freeb_main{margin-left:30px;margin-top:24px}
.freeb_main_top{float:left;width:717px;height:400px}
.freeb_main_left{float:left;}
.freeb_main_btn{float:left;}
.freeb_main_right{float:left;}
.freeb_footer{float:left;height:24px;margin:26px 0 22px 35px;*margin:26px 0 22px 35px;width:562px;}

.ie6_ImageFloatRight {	float: right;	padding-left: 15px;}
.ie6_freeb_body{ margin:0;padding:0;background-image: url('../images/freebingo/LP1/bingo_AcquisitionLP_free_t1_gradient.gif');background-repeat:repeat-x;background-color:#cf006b}
.ie6_freeb_container{width:812px;margin:auto;}
.ie6_freeb_Header{float:left;background-image: url('../images/freebingo/LP1/bingo_AcquisitionLP_free_t1_login.jpg');background-repeat:no-repeat;width:287px;height:161px;}
.ie6_freeb_HeaderMemberBox{float:right;padding-left:10px;padding-right:24px;padding-top:62px;width:255px;}
.ie6_freeb_HeaderMemberBox th {font-size: 80%;text-align: left;padding-left:15px;color: #921F5B;padding-top: 1px;	font-weight: normal;	font-family: Tahoma, Geneva, Arial, sans-serif;}
.ie6_freeb_HeaderMemberBox td {padding-left: 0px;	padding-bottom: 5px;	font-size: 90%;	padding-top: 3px;}
.ie6_freeb_HeaderMemberBox p {font-size: 70%;padding-top: 10px;padding-left:15px;}
.ie6_freeb_logo{float:left;}
.ie6_freeb_frame{float:left;height:592px;margin-bottom:30px}
.ie6_freeb_frame_left{float:left;height:592px;width:9px}
.ie6_freeb_frame_body{float:left;background-color:#FFFFFF;height:592px;width:776px}
.ie6_freeb_frame_right{float:left;height:592px;width:23px}
.ie6_freeb_main{margin-left:30px;margin-top:24px}
.ie6_freeb_main_top{float:left;width:717px;height:400px}
.ie6_freeb_main_left{float:left;}
.ie6_freeb_main_btn{float:left;}
.ie6_freeb_main_right{float:left;}
.ie6_freeb_footer{float:left;height:24px;margin:20px 0 22px 18px;width:562px;}

.freeb2a_body{ margin:0;padding:0;background-image: url('../images/freebingo/LP2a/bingo_AcquisitionLP_free_t2a_gradient.gif');background-repeat:repeat-x;background-color:#5b223e}
.freeb2a_container{width:806px;margin:auto;}
.freeb2a_frame{float:left;height:592px;margin-bottom:30px}
.freeb2a_frame_top{float:left;height:23px;width:796px;}
.freeb2a_frame_body{float:left;background-color:#FFFFFF;width:823px;height:1062px}
.freeb2a_main_bottom{float:left;height:28x;width:796px}
.freeb2a_logo{float:left;margin:22px 166px 0 38px;*margin-left:38px;*margin-right:163px}
.freeb2a_Header{float:left;background-image: url('../images/freebingo/LP2a/bingo_AcquisitionLP_free_t2a_login.gif');background-repeat:no-repeat;width:297px;height:117px;}
.freeb2a_HeaderMemberBox{float:right;padding-left:10px;padding-right:37px;padding-top:36px;width:255px;}
.freeb2a_HeaderMemberBox th {	font-size: 80%;text-align: left;padding-left:15px;color: #921F5B;padding-top: 1px;	font-weight: normal;	font-family: Tahoma, Geneva, Arial, sans-serif;}
.freeb2a_HeaderMemberBox td {	padding-left: 0px;	padding-bottom: 5px;	font-size: 90%;	padding-top: 3px;}
.freeb2a_HeaderMemberBox p {	font-size: 70%;	padding-top: 10px;padding-left:15px;}
.freeb2a_main{}
.freeb2a_right{float:right}
.freeb2a_left{float:left}
.freeb2a_right_table{float:right;}
.freeb2a_left_table{float:left;margin-left:17px;*margin-left:20px;}
.freeb2a_main_top{float:left;width:762px;height:357px}
.freeb2a_main_left{float:left;margin-left:16px;}
.freeb2a_main_btn{float:left;}
.freeb2a_text{float:left;margin-left:38px;}
.freeb2a_table{float:left;width:778px;}
.freeb2a_table_top{width:716px;height:54px;margin-left:38px;*margin-left:20px;}
.freeb2a_table_bottom{width:716px;height:35px;margin-left:38px;*margin-left:20px;}
.freeb2a_table_table{text-align:left;width:777px;}
.freeb2a_table_table table{height:284px;}
.freeb2a_table_table  td{padding-left:21px;padding-top:5px;font-size:14px;font-family:verdana;color:#747474;border:1px solid #cf006b;border-top:none;border-left:none;}
.no-border-bottom{border-bottom:none !important;}
.freeb2a_footer{float:left;height:24px;margin:29px 0 22px 39px;width:562px;*margin-top:0px;}

.ie6_freeb2a_body{ margin:0;padding:0;background-image: url('../images/freebingo/LP2a/bingo_AcquisitionLP_free_t2a_gradient.gif');background-repeat:repeat-x;background-color:#5b223e}
.ie6_freeb2a_container{width:806px;margin:auto;}
.ie6_freeb2a_frame{float:left;height:592px;margin-bottom:30px}
.ie6_freeb2a_frame_top{float:left;height:23px;width:796px;}
.ie6_freeb2a_frame_body{float:left;background-color:#FFFFFF;width:823px;height:1062px}
.ie6_freeb2a_main_bottom{float:left;height:28x;width:796px;position:relative;bottom:12px;margin-left:0px}
.ie6_freeb2a_logo{float:left;margin:22px 159px 0 20px;}
.ie6_freeb2a_Header{float:left;background-image: url('../images/freebingo/LP2a/bingo_AcquisitionLP_free_t2a_login.gif');background-repeat:no-repeat;width:297px;height:117px;}
.ie6_freeb2a_HeaderMemberBox{float:right;padding-left:10px;padding-right:37px;padding-top:36px;width:255px;}
.ie6_freeb2a_HeaderMemberBox th {	font-size: 80%;text-align: left;padding-left:15px;color: #921F5B;padding-top: 1px;	font-weight: normal;	font-family: Tahoma, Geneva, Arial, sans-serif;}
.ie6_freeb2a_HeaderMemberBox td {	padding-left: 0px;	padding-bottom: 5px;	font-size: 90%;	padding-top: 3px;}
.ie6_freeb2a_HeaderMemberBox p {	font-size: 70%;	padding-top: 10px;padding-left:15px;}
.ie6_freeb2a_main{}
.ie6_no-border-bottom{border-bottom:none !important;}
.ie6_freeb2a_right{float:right}
.ie6_freeb2a_left{float:left}
.ie6_freeb2a_right_table{float:right;}
.ie6_freeb2a_left_table{float:left;margin-left:8px;}
.ie6_freeb2a_main_top{float:left;width:762px;height:357px}
.ie6_freeb2a_main_left{float:left;margin-left:8px;}
.ie6_freeb2a_main_btn{float:left;}
.ie6_freeb2a_text{float:left;margin-left:20px;}
.ie6_freeb2a_table{float:left;width:768px;}
.ie6_freeb2a_table_top{width:716px;height:54px;margin-left:22px;}
.ie6_freeb2a_table_bottom{width:716px;height:35px;margin-left:22px;}
.ie6_freeb2a_table_table{text-align:left;width:760px;}
.ie6_freeb2a_table_table table{height:284px;}
.ie6_freeb2a_table_table  td{padding-left:21px;padding-top:5px;font-size:14px;font-family:verdana;color:#747474;border:1px solid #cf006b;border-top:none;border-left:none;}
.ie6_freeb2a_footer{float:left;height:24px;margin:0px 0 22px 19px;width:562px;position:relative;bottom:10px}

.freeb2b_body{ margin:0;padding:0;background-image: url('../images/freebingo/LP2a/bingo_AcquisitionLP_free_t2a_gradient.gif');background-repeat:repeat-x;background-color:#5b223e}
.freeb2b_container{width:806px;margin:auto;}
.freeb2b_frame{float:left;height:592px;margin-bottom:30px}
.freeb2b_frame_top{float:left;height:23px;width:796px;}
.freeb2b_frame_body{float:left;background-color:#FFFFFF;width:823px;height:1062px}
.freeb2b_main_bottom{float:left;height:28x;width:796px}
.freeb2b_logo{float:left;margin:22px 166px 0 38px;*margin-left:38px;*margin-right:163px;}
.freeb2b_Header{float:left;background-image: url('../images/freebingo/LP2a/bingo_AcquisitionLP_free_t2a_login.gif');background-repeat:no-repeat;width:297px;height:117px;}
.freeb2b_HeaderMemberBox{float:right;padding-left:10px;padding-right:37px;padding-top:36px;width:255px;}
.freeb2b_HeaderMemberBox th {	font-size: 80%;text-align: left;padding-left:15px;color: #921F5B;padding-top: 1px;	font-weight: normal;	font-family: Tahoma, Geneva, Arial, sans-serif;}
.freeb2b_HeaderMemberBox td {	padding-left: 0px;	padding-bottom: 5px;	font-size: 90%;	padding-top: 3px;}
.freeb2b_HeaderMemberBox p {	font-size: 70%;	padding-top: 10px;padding-left:15px;}
.freeb2b_main{}
.freeb2b_right{float:right}
.freeb2b_left{float:left}
.freeb2b_right_table{float:right;}
.freeb2b_left_table{float:left;margin-left:17px;*margin-left:20px;}
.freeb2b_main_top{float:left;width:762px;height:357px;margin-left:16px;}
.freeb2b_main_left{float:left;margin-left:16px;}
.freeb2b_main_btn{float:left;}
.freeb2b_text{float:left;margin-left:38px;}
.freeb2b_table{float:left;width:778px;}
.freeb2b_table_top{width:716px;height:54px;margin-left:38px;*margin-left:20px;}
.freeb2b_table_bottom{width:716px;height:35px;margin-left:38px;*margin-left:20px;}
.freeb2b_table_table{text-align:left;width:779px;}
.freeb2b_table_table table{height:284px;}
.freeb2b_table_table  td{padding-left:21px;padding-top:5px;font-size:14px;font-family:verdana;color:#747474;border:1px solid #cf006b;border-top:none;border-left:none;}
.no-border-bottom{border-bottom:none !important;}
.freeb2b_footer{float:left;height:24px;margin:29px 0 22px 39px;width:562px;*margin-top:0px;}

.ie6_freeb2b_body{ margin:0;padding:0;background-image: url('../images/freebingo/LP2a/bingo_AcquisitionLP_free_t2a_gradient.gif');background-repeat:repeat-x;background-color:#5b223e}
.ie6_freeb2b_container{width:806px;margin:auto;}
.ie6_freeb2b_frame{float:left;height:592px;margin-bottom:30px}
.ie6_freeb2b_frame_top{float:left;height:23px;width:796px;}
.ie6_freeb2b_frame_body{float:left;background-color:#FFFFFF;width:823px;height:1062px}
.ie6_freeb2b_main_bottom{float:left;height:28x;width:796px;position:relative;bottom:12px;margin-left:0px}
.ie6_freeb2b_logo{float:left;margin:22px 159px 0 20px;}
.ie6_freeb2b_Header{float:left;background-image: url('../images/freebingo/LP2a/bingo_AcquisitionLP_free_t2a_login.gif');background-repeat:no-repeat;width:297px;height:117px;}
.ie6_freeb2b_HeaderMemberBox{float:right;padding-left:10px;padding-right:37px;padding-top:36px;width:255px;}
.ie6_freeb2b_HeaderMemberBox th {	font-size: 80%;text-align: left;padding-left:15px;color: #921F5B;padding-top: 1px;	font-weight: normal;	font-family: Tahoma, Geneva, Arial, sans-serif;}
.ie6_freeb2b_HeaderMemberBox td {	padding-left: 0px;	padding-bottom: 5px;	font-size: 90%;	padding-top: 3px;}
.ie6_freeb2b_HeaderMemberBox p {	font-size: 70%;	padding-top: 10px;padding-left:15px;}
.ie6_freeb2b_main{}
.ie6_no-border-bottom{border-bottom:none !important;}
.ie6_freeb2b_right{float:right}
.ie6_freeb2b_left{float:left}
.ie6_freeb2b_right_table{float:right;}
.ie6_freeb2b_left_table{float:left;margin-left:8px;}
.ie6_freeb2b_main_top{float:left;width:762px;height:357px;margin-left:8px;}
.ie6_freeb2b_main_left{float:left;margin-left:8px;}
.ie6_freeb2b_main_btn{float:left;}
.ie6_freeb2b_text{float:left;margin-left:20px;}
.ie6_freeb2b_table{float:left;width:768px;}
.ie6_freeb2b_table_top{width:716px;height:54px;margin-left:22px;}
.ie6_freeb2b_table_bottom{width:716px;height:35px;margin-left:22px;}
.ie6_freeb2b_table_table{text-align:left;width:760px;}
.ie6_freeb2b_table_table table{height:284px;}
.ie6_freeb2b_table_table  td{padding-left:21px;padding-top:5px;font-size:14px;font-family:verdana;color:#747474;border:1px solid #cf006b;border-top:none;border-left:none;}
.ie6_freeb2b_footer{float:left;height:24px;margin:0px 0 22px 19px;width:562px;position:relative;bottom:10px}



.freeb3_body{ margin:0;padding:0;background-image: url('../images/freebingo/LP3/bingo_AcquisitionLP_free_t3_gradient.gif');background-repeat:repeat-x;background-color:#5b223e}
.freeb3_container{width:1047px;margin:auto;}
.freeb3_logo{float:left;}
.freeb3_clear{clear:both}
.freeb3_frame{float:left;height:799px;margin-bottom:30px;background-color:#FFFFFF;width:754px}
.freeb3_right{float:right}
.freeb3_main{margin:31px 0 0 38px;*margin-left:39px}
.freeb3_Header{float:left;background-image: url('../images/freebingo/LP3/bingo_AcquisitionLP_free_t3_login.jpg');background-repeat:no-repeat;height:161px;width:437px;}
.freeb3_HeaderMemberBox{float:right;padding-left:10px;padding-right:24px;padding-top:62px;width:255px;}
.freeb3_HeaderMemberBox th {font-size: 80%;text-align: left;padding-left:15px;color: #921F5B;padding-top: 1px;	font-weight: normal;	font-family: Tahoma, Geneva, Arial, sans-serif;}
.freeb3_HeaderMemberBox td {padding-left: 0px;	padding-bottom: 5px;	font-size: 90%;	padding-top: 3px;}
.freeb3_HeaderMemberBox p {font-size: 70%;padding-top: 10px;padding-left:15px;}
.freeb3_frame_body{background-color:#FFFFFF;}
.freeb3_main_left{background-color:#FFFFFF;float:left;margin-left:34px;width:9px;}
.freeb3_btn{float:left;margin-top:19px;margin-left:229px;}
.freeb3_txt{float:left;color:#828282;font-family:verdana;font-size:14px;margin-left:20px;*margin-left:8px;width:500px}
.freeb3_txt2{float:left;color:#828282;font-family:verdana;font-size:14px;font-weight:600;margin-left:10px;*margin-left:5px;width:500px;text-align:left}
.freeb3_banner{float:left;margin-top:10px;margin-left:10px;*margin-left:5px;}
.freeb3_main_bottom{bottom:11px;float:right;height:25px;position:relative;*margin-top:8px;}
.freeb3_footer{float:left;margin-left:40px;}
.freeb3_bottom{position:relative;bottom:45px;left:140px;*left:-38px;height:39px;width:839px;*width:831px;}
.freeb3_text_conatiner{float:left;width:711px}

.ie6_freeb3_body{ margin:0;padding:0;background-image: url('../images/freebingo/LP3/bingo_AcquisitionLP_free_t3_gradient.gif');background-repeat:repeat-x;background-color:#5b223e}
.ie6_freeb3_container{width:1047px;margin:auto;}
.ie6_freeb3_logo{float:left;}
.ie6_freeb3_clear{clear:both}
.ie6_freeb3_frame{float:left;height:799px;margin-bottom:30px;width:644px;background-color:#FFFFFF;}
.ie6_freeb3_right{float:right}
.ie6_freeb3_main{margin:31px 0 0 38px;}
.ie6_freeb3_Header{float:left;background-image: url('../images/freebingo/LP3/bingo_AcquisitionLP_free_t3_login.jpg');background-repeat:no-repeat;height:161px;width:437px;}
.ie6_freeb3_HeaderMemberBox{float:right;padding-left:10px;padding-right:24px;padding-top:62px;width:255px;}
.ie6_freeb3_HeaderMemberBox th {font-size: 80%;text-align: left;padding-left:15px;color: #921F5B;padding-top: 1px;	font-weight: normal;	font-family: Tahoma, Geneva, Arial, sans-serif;}
.ie6_freeb3_HeaderMemberBox td {padding-left: 0px;	padding-bottom: 5px;	font-size: 90%;	padding-top: 3px;}
.ie6_freeb3_HeaderMemberBox p {font-size: 70%;padding-top: 10px;padding-left:15px;}
.ie6_freeb3_frame_body{background-color:#FFFFFF;}
.ie6_freeb3_main_left{background-color:#FFFFFF;float:left;margin-left:17px;width:9px;}
.ie6_freeb3_btn{float:left;margin-top:19px;margin-left:139px;}
.ie6_freeb3_txt{float:left;color:#828282;font-family:verdana;font-size:14px;margin-left:8px;width:500px;}
.ie6_freeb3_txt2{float:left;color:#828282;font-family:verdana;font-size:14px;font-weight:600;margin-left:10px;*margin-left:5px;width:500px;text-align:left}
.ie6_freeb3_banner{float:left;margin-top:10px;margin-left:5px;}
.ie6_freeb3_main_bottom{float:right;height:25px;padding-left:42px;position:relative;bottom:10px}
.ie6_freeb3_footer{float:left;padding-left:32px}
.ie6_freeb3_bottom{position:relative;bottom:45px;left:-34px;height:39px;width:831px;}
.ie6_freeb3_text_conatiner{float:left;width:501px;}
