@charset "utf-8";

/******************* 
*Loot GLOBAL CSS*
*******************/

/******************
***Common styles***
*******************/
* {
	margin: 0;
	padding:0;
}

body 
{
	/*background: #ededed url(../images/bgTitle.gif) repeat-x;*/
	
	color:#737880;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	margin:0 auto;
	
}

ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

li 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

img 
{
	border: none;
}

a 
{
	text-decoration: none;
	color: #bc04c9;
}
a:hover
{

}
.ClearDivs 
{
	clear: both;
}


#MasterTable 
{
	border-collapse: collapse;
}

#MasterTable div 
{ 
	vertical-align: top;
	border: 0;
	margin-top: 0px;
	border-collapse: collapse;
}

.TableWrapper 
{
	border: 0;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.TableWrapper tr td 
{
	padding: 0;
}

.Wrapper 
{
	width: 987px;
	margin: 0 auto;
	/*border:solid 1px #3300CC;*/
}
/**********************
 ******Loot iFrames****
 **********************/
#top_loot
{
	height:155px;
	float:left;
	font-size:0.7987em;
	-font-size:0.9em;
}
	
	

#left_loot
{
	width:200px;
	float:left;
	padding:0;
	margin:0;
	font-size:0.7987em;
	_font-size:0.9em;
	
}




/*******************
***Top Navigation***
********************/
.HeaderWrapper 
{
	width:987px;
	position:relative;
	
}

/****Top Navigation Tabs******/
.center_wrap
{
	width:775px;
	float:left;
	position:relative;
	
}
.center_wrap .top_nav_wrap
	{
		width:570px;
		float:left;
		border-bottom:solid 3px #41ADF5;
	}


/*************Two Right buttons ***************/	
	.center_wrap .two_btn_wrap
	{
		width:160px;
		float:left;
		margin:10px 0 0 25px;
		
	}
		.center_wrap .two_btn_wrap .tab
	{
		float:left;
		height:20px;
		padding:2px 1px;
		margin-bottom:2px;
	}
		.center_wrap .two_btn_wrap .tab a,
		.center_wrap .two_btn_wrap .tab a:visited
		{
			display:block;
			color:#000;
			font-size:0.65em;
			font-weight:bold;
			text-decoration:none;
			cursor:pointer;
		}			
		
			.center_wrap .two_btn_wrap .tab span.tab_left 
			{
				display:block;
				float:left;
				width:10px;
				height:20px;
				background: url(../images/nav/tabR_left.jpg) 0 0 no-repeat;
			}
			
			.center_wrap .two_btn_wrap .tab span.tab_middle 
			{
				display:block;
				float:left;
				height:17px;
				_height:20px;
				width:134px;
				padding:3px 0 0 0;
				text-align:center;
				background:#41ADF5 url(../images/nav/tabR_middle.jpg) 0 0 repeat-x;
			}
			
			.center_wrap .two_btn_wrap .tab span.tab_right 
			{
				display:block;
				float:left;
				width:10px;
				height:20px;
				background: url(../images/nav/tabR_right.jpg) 0 0 no-repeat;
			}
			
			/** Hover & Active State **/
			
			.center_wrap .two_btn_wrap .tab a:hover,
			.center_wrap .two_btn_wrap .tab a.active
			
			{
				color:#000;
				background:none;
				
			}
			
				.center_wrap .two_btn_wrap .tab a:hover span.tab_left,
				.center_wrap .two_btn_wrap .tab a.active span.tab_left,
				.center_wrap .two_btn_wrap .tab a:hover span.tab_middle,
				.center_wrap .two_btn_wrap .tab a.active span.tab_middle,
				.center_wrap .two_btn_wrap .tab a:hover span.tab_right,
				.center_wrap .two_btn_wrap .tab a.active span.tab_right
				
				{
					background-position:0 -20px;
					text-decoration:underline;
				}
#top_nav
{
	width:470px;
	height:25px;
	float:left;
	margin:10px 0 0 35px;
	
	position:relative;
	
	
	
}
	#top_nav .tab
	{
		float:left;
	}
		#top_nav .tab a,
		#top_nav .tab a:visited
		{
			display:block;
			color:#fff;
			font-size:0.7em;
			font-weight:bold;
			text-decoration:none;
			cursor:pointer;
		}			
		
			#top_nav .tab span.tab_left 
			{
				display:block;
				float:left;
				width:11px;
				height:25px;
				background: url(../images/nav/tab_left.jpg) 0 0 no-repeat;
			}
			
			#top_nav .tab span.tab_middle 
			{
				display:block;
				float:left;
				height:18px;
				_height:25px;
				padding:7px 0 0 0;
				background:#41ADF5 url(../images/nav/tab_middle.jpg) 0 0 repeat-x;
			}
			
			#top_nav .tab span.tab_right 
			{
				display:block;
				float:left;
				width:11px;
				height:25px;
				background: url(../images/nav/tab_right.jpg) 0 0 no-repeat;
			}
			
			/** Hover & Active State **/
			
			#top_nav .tab a:hover,
			#top_nav .tab a.active
			
			{
				color:#41ADF5;
				background:none;
				
			}
			
				#top_nav .tab a:hover span.tab_left,
				#top_nav .tab a.active span.tab_left,
				#top_nav .tab a:hover span.tab_middle,
				#top_nav .tab a.active span.tab_middle,
				#top_nav .tab a:hover span.tab_right,
				#top_nav .tab a.active span.tab_right
				
				{
					background-position:0 -25px;
					color:#41ADF5;
				}
	
/*****Top Nav Search******/

.HeaderSearchWrapper 
{
	width: 214px;
	height: 92px;
	float: left;
	background:url(../images/search.jpg) no-repeat;
}

.HeaderSearchTxt 
{
	width: 71px;
	height: 14px;
	padding-left: 40px;
	font-size: 0.8em;
	font-weight:bold;
	text-align: left;
	float: left;
	color: #4d5785;
	
}
	.HeaderSearchTxt2 
	{
		font-size: 0.7em;
	}
	.HeaderSearchTxt2 a 
	{
		text-align: left;
		float: left;
		color: #4d5785;
		
	}
	
	.HeaderSearchTxt2 a:Hover,
	.HeaderSearchTxt2 a:active 
	{
		color: #bc04c9;
		text-decoration: underline;
	}
	
	.HeaderSearchTxt2 a:Visited 
	{
		color: #4d5785;
	}
	
	.HeaderSearchInput 
	{
		width: 134px;
		text-align: left;
		padding-left: 40px;
		float: left;
	}
	
	.HeaderSearchSpace 
	{
		width: 10px;
		height: 20px;
		font-size: 1px;
		float: left;
		background-color: #99CC33;
	}
	
	.HeaderSearchGo 
	{
		float: right;
		width:25px;
		height:24px;
	}

.HeaderContact 
{
	width: 64px;
	float:right;
}

	.HeaderContact a 
	{
		color: #4d5785;
		font-size:0.7em;
	}

	.HeaderContact a:Hover,
	.HeaderContact a:active 
	{
		color: #bc04c9;
		text-decoration: underline;
	}

	.HeaderContact a:Visited 
	{
		text-decoration: none;
		color: #4d5785;
	}

/**********
* SUBMENU *
***********/



/***************************************************************
*********************** CONTENT ********************************
****************************************************************/
.ContentWrapper 
{
	position:relative;
	width:100%;
}
/*//////////////////////////////////////////////////////// LEFT */

.LeftWrapper 
{
	width: 212px;
	float: left;
	margin-top: 10px;
	
}
/**********************************************************************************
****************************** Main Center Content ********************************
***********************************************************************************/
.CenterWrapperClean 
{
	width: 570px;
	float: left;
	position:relative;
	margin-left:10px;
	padding:0;
}


.CenterHeader 
{
	width:260px;
	font-size:0.876em;
	font-weight:bold;
	color:#41ADF5;
	padding:0 0 2px 0;
	margin:0 0 3px 0;
	float:left;
	border-bottom:solid 1px #41ADF5;
	
	
}

.CenterHeaderLogin
{
	width:283px;
	font-size:0.876em;
	font-weight:bold;
	color:#41ADF5;
	padding:25px 0 0 2px;
	margin:10px 0 5px 0;
	float:left;
	border-bottom:solid 1px #41ADF5;
}
.loginNote
{
	font-size:0.8em;
}
.CenterMainHeader 
{
	width: 540px;
	height: 47px;
	float: left;
	
}
.iconHeaderWrap
{
	width:260px;
	position:relative;
	margin:0 0 0 0;

}

	.iconHeaderWrap .icon
	{
		width: 47px;
		height: 47px;
		padding:0;
		float:left;
	}
	.iconHeaderWrap .icon_title
	{
		font-size:0.876em;
		font-weight:bold;
		width:260px;
		color:#41ADF5;
		padding:5px 0 2px 2px;
		float:left;
		border-bottom:solid 1px #41ADF5;
	}
.readers_flash_wrapper
{
	float:left;
}

.CenterColumn 
{
	width: 260px;
	margin:0;
	padding:0;
	float:left;
	margin-bottom:10px;
	
	
	/*border:solid 1px #FF0000;*/

}
.twoColumnWrapper 
{
	
	float:left;
	position: relative;
	width:570px;
	margin:0;
	
}
.content_left_column
{	
	float:left;
	width:260px;
	padding:2px 0 2px 0;
	margin:0;
	
	/*border:solid 1px #33FF33;*/
	
}
	.content_right_column{
		float:left;
		width:260px;
		padding:2px 0 2px 0;
		margin:0 0 0 25px;
		
		/*border:solid 1px #FF0000;*/
	}
	
.CenterTxt 
{
	width: 260px;
	float: left;
	padding:2px 0;
	font-size:0.6875em;
	position:relative;
	
}
	
	.CenterTxt br
	{
		line-height:5px;
	}
	.CenterTxt a:link,
	.CenterTxt a:active,
	.CenterTxt a:visited,
	.CenterTxt a:hover
	{
	padding:2px 0;
	color: #bc04c9;
	text-decoration:underline;
	}
	.CenterLoginTxt 
	{
		width: 280px;
		float: left;
		padding:2px 2px;
		position:relative;
		text-align:left;
	
	}
	.CenterLoginTxt .reg_text
	{
		font-size:0.6875em;
	}
	.reg_text
	{
		font-size:0.6875em;
	}
.CenterPic 
{
	width: 260px;
	padding:2px 3px;
	text-align:center;
}
.CenterLine 
{
	float: left;
}

/**********
** RIGHT **
***********/
.RightWrapper
{
	width: 192px;
	float: right;
	position:relative;
	margin:10px 0;
}
.WeekCelebWrapper
{
	width: 185px;
	
	
}


.RightHeader 
{
	width:191px;
	height:16px;
	background: url(../images/top.jpg) no-repeat;
	font-size: 0.8125em;
	color: #4d5785;
	font-weight: bold;
	text-align:center;
	
}
.bottom
{
	width:193px;
	height:16px;
	background: url(../images/bottom.jpg) no-repeat;
}

.bottom
{
	width:193px;
	height:16px;
	background: url(../images/bottom.jpg) no-repeat;
}


.RightPick 
{
	height: 4px;
	font-size: 1px;
	background: url(../images/rightBluePick.jpg) no-repeat;
	padding:2px 0 2px 10px;
	/*background:#FFFF66;*/
}

.RightWhiteTile 
{
	width: 188px;
	font-size: 1px;
}
.RightSpaceD {
	width: 188px;
	height: 8px;
	float: left;
}

.RightTxt 
{
	width: 176px;
	font-size:0.625em;
	float: left;
	padding:0 0 5px 3px;
	margin:0 0 0 3px;
	
}


/***********
** FOOTER **
************/

.FooterWrapper 
{
	width: 570px;
	padding:0;
	text-align:center;
	
	
}

	.FooterL 
	{
		width: 6px;
		height: 3px;
		float: left;
		background-image: url(../images/footerL.gif);
		background-repeat: no-repeat;
		
		
		
	}
	.FooterLeft1
	{
		float:left;
		color: #4d5785;
		padding:2px 0 2px 20px;
		font-size:0.6em;
		
		
	}
	.FooterLeft
	{
		float:left;
		color: #4d5785;
		padding:2px 2px;
		margin:15px 0 0 200px;
		
		font-size:0.6em;
		
		
		
	}
	.FooterT 
	{
		width: 570px;
		height: 3px;
		float: left;
		background-image: url(../images/footerT.gif);
		background-repeat: repeat-x;
		
		
	}
	
	.FooterR 
	{
		width: 6px;
		height: 3px;
		float: left;
		background-image: url(../images/footerR.gif);
		background-repeat: no-repeat;
		border:solid 1px #000;
	}
	
	.Footer 
	{
		width: 600px;
		height: 12px;
		float: left;
	}
	.FooterLinkWrapper
	{
		margin:0 20px 0 0;
	
	}
	.FooterLink 
	{	float:right;
		color: #4d5785;
		padding: 2px 2px 0 2px;
		font-size:0.6em;
	}
	
		.FooterLink a 
		{
			float: left;
			color: #4d5785;
			text-decoration: none;
		}
		
			.FooterLink a:Hover,
			.footerLink a:active,
			{
				color: #bc04c9;
			}
			
			.FooterLink a:Visited 
			{
				color: #4d5785;
			}
.footer_loot
{
	width:100%;
}
/*//////////////////////////////////////////////////////// SPACES */
.Space4 {
	width: 20px;
	height: 10px;
}
/* pics  */
.garticlePicRight 
{
	float:right;
	padding:2px 2px;
}
.garticlePicLeft 
{

	float:left;
	padding:2px 3px
}

.garticleTxt 
{	
	font-size:0.6875em;
	padding:2px 0 6px 0;
	
}
	.garticleTxt  br
	{
		line-height:5px;

	}
	.garticleTxt a:link,
	.garticleTxt a:active,
	.garticleTxt a:visited,
	.garticleTxt a:hover
	{
	color: #bc04c9;
	text-decoration:underline;
	
	}

.garticleVTxt 
{
	font-size:0.6875em;
	color: #5e5c59;
	padding:2px 0 3px 5px;
}

.centerTitleWrapper
{
	margin:3px auto;
	width:450px;
	text-align:center;
	
}
	.centerTitleWrapper .title
	{
		font-size:1em;
		font-weight:bold;
		color:#41ADF5;
		text-align:center;
		border-bottom:solid 1px #41ADF5;
		
	}
	.centerTitleWrapper .title2
	{
		font-size:0.876em;
		font-weight:bold;
		color:#FF0000;
	}
	.centerTextWrapper
	{
		margin:3px auto;
		width:450px;
		text-align:center;
	}
/*  Changes    */
#right_search,
#specific,
#default,
#anwser1,
#anwser2,
#anwser3,
#answer4,
#answer5,
#anwser6,
#anwser7
{
	display: none;
}

.calendarImage 
{
	margin-left: 4px;
}
.centralBottomW 
{
	width: 280px;
	height:55px;
	position:relative;
	/*background: url(../images/formBg.jpg) no-repeat;*/
	background-position:bottom;
	_text-align:center;
	
}
	
	.centralBottomW .centralButton 
		{
			width: 100px;
			height: 31px;
			margin:5px auto 0 auto;
			padding:0 0 0 0;
			
		}
	.centralBottomW .centralButtonBottom
		{	
			height:48px;
			float:left;
			
		}
		.CenterTxtR
		{
			width: 269px;
			float: left;
			padding:4px 0 20px 4px;
			font-size:0.6875em ;
			position:relative;
		}
		
.centralBottomWL 
{
	width: 280px;
	height:48px;
	position:relative;
	/*background: url(../images/formBg.jpg) no-repeat;*/
	background-position:bottom;
	_text-align:center;
}
	
	.centralBottomWL .centralButton 
		{
			width: 90px;
			height: 31px;
			margin:0 auto;
			padding:0 0 0 0;
			
		}
	.centralBottomWL .centralButtonBottom
		{	
			height:48px;
			float:left;
			
		}
.centralFormTxt 
{
	width: 115px;
	font-size:0.687em;
	padding:2px 0;
	font-weight: bold;
	float: left;
	color: #76767e;
	
}
.centerFormError 
{
	float: left;
	
}

.centralBgError 
{
	background-color: #FFFFCC;
}

.centralError 
{
	width: 260px;
	padding:3px 0;
	color: red;
	float: left;
	font-size:0.687em;
	
}

.centralField 
{
	width: 150px;
	height: 20px;
	float: left;
}
	.centralField label input
{
	float: left;
	width: 150px;
	height: 18px;
	color: #76767e;
}
.centralInput 
{
	width: 150px;
	height: 13px;
	font-size: 0.6875em;
	color: #76767e;
	float: left;
}

.centralOneColumn 
{
	width: 500px;
	color: #737880;
	float: left;
}
	.centralOneColumn h1
	{
		font-size:1.9em;
		font-weight:bold;
		color:#41ADF5;
	}
	
.centralOneColumnDetail 
{
	width: 500px;
	font-size: 0.625em;
	float: left;
	margin:0 0 0 10px;
}

.spaceMinimal 
{
	height: 2px;
	width: 600px;
}

.bannerBg 
{
	width: 933px;
	height:95px;
	margin-left:3px;
	
	background: url(../images/bannerTile.jpg) repeat-x;
}
.banner 
{
	width: 728px;
	height:90px;
	margin:3px 85px;
	text-align:center;
	
}

.formClass
{
	margin:0;
	padding:0;
}
<!--HI, H2 H3 STYLES-->

.daily
{
    font-size:1.8em;
	font-weight:bold;
	line-height:1.8em;
	color:#41ADF5;
	margin-top:3px;
}
	.weekly
	{
	font-size:1em;
	font-weight:bold;
	color:#41ADF5;
	}
	.news{
    font-size:1.4em;
	font-weight:bold;
	color:#41ADF5;
	}
.Celeb_Profile
{
	width:290px;
	float:left;
}
.Celeb_Profile .Celeb_Header_and_pic_wrap
	{
		width:130px;
		float:left;
		
	}
	.Celeb_Profile .Celeb_Header_and_pic_wrap .Celebrity_Header
	{
		font-size:0.6765em;
		font-weight:bold;
		color:#41ADF5;
		padding:4px 2px;
		
	}
.Celeb_Profile .Celeb_Header_and_pic_wrap .Celeb_Pic
	{
		float:left;
	}


	.Celeb_Profile .CelebTxtLeft
	{
		font-size:0.75em;
		padding:2px 2px;
	}
.CelebTxtRight
{
	width:280px;
	font-size:0.75em;
	float:left;
	padding:2px 2px;
	
}
.CelebTxtBack
{
	width:560px;
	font-size:0.75em;
}
	.celeb_ivr_btn
	{
		width:570px;
		padding:2px 0 15px 2px;
	
	}
	
.sms_wrap
{
	width:267px;
	_width:270px;
	height:139px;
	background:url(../images/sms_bg.jpg) repeat-x;
	position:relative;
	margin:0;
	border:solid thin #95bce5;

}
   .sms_img
   {
	width:87px;
	height:137px;
	background:url(../images/t_m_phone.gif) no-repeat;
	float:right;
	clear:left;
	}
	.sms_text
	{
		width:178px;
		float:left;
		
	}
		.sms_text .title
		{
			_font-size: 18px;
			font-size:1.2em;
			font-weight:bold;
			padding:0 0 0 0;
			white-space:nowrap;
			float:left;
			widows:100px;
			
		}
		.sms_text .t1
		{
			font-size:0.7765em;
			line-height:0.9765em;
			padding:0 0 0 2px;
			
		
		}
		.sms_text .number
		{
			font-size:2em;
			font-weight:bold;	
			text-align:center;
			padding:2px 0;
			margin:0;
			
		}
		.sms_text .t2
		{
			font:0.7em Arial,Helvetica,sans-serif;
			line-height:0.8765em;
			padding:5px 0 2px 2px;
			
		
		}
.love_box_wrap
{
	position:relative;
	margin:4px 0 0 0;

}
	.love_box_wrap .top
	{
		width:260px;
		height:14px;
		float:left;
		background:url(../images/bg/loveT.gif) no-repeat;
		background-position:bottom;
	}
	
	.love_box_wrap .middle
	{
		float:left;
	}
	.love_box_wrap .middle .box_text
	{
		width:260px;
		/*height:146px;*/
		float:left;
		background:url(../images/bg/loveM.gif) repeat-y;
	}
		.love_box_wrap .middle .box_text .title
		{
			font-size:1em;
			font-weight:bold;
			color: #6699FF;
			text-align:center;
			padding:3px 0 2px 0;
		}
		.love_box_wrap .middle .box_text .text
		{
			font-size:0.7em;
			/*padding:2px 0 10px 4px;*/
			margin:0 8px 0 0;
			
		}
		.love_box_wrap .middle .box_text .pic
		{
			float: right;
			padding:2px 2px;
			width:60px;
		}
	
		.love_box_wrap .bottom
		{
			width:260px;
			height:26px;
			float:left;
			background:url(../images/bg/loveB.gif) no-repeat;
		}
.health_box_wrap
{
	position:relative;
	margin:4px 0 0 0;

}
	.health_box_wrap .top
	{
		width:260px;
		height:14px;
		float:left;
		background:url(../images/bg/loveT.gif) no-repeat;
		background-position:bottom;
	}
	
	.health_box_wrap .middle
	{
		float:left;
	}
	.health_box_wrap .middle .box_text
	{
		width:260px;
		/*height:146px;*/
		float:left;
		background:url(../images/bg/loveM.gif) repeat-y;
	}
		.health_box_wrap .middle .box_text .title
		{
			font-size:1em;
			font-weight:bold;
			color: #6699FF;
			text-align:center;
			padding:3px 0 2px 0;
			

		}
		.health_box_wrap .middle .box_text .text
		{
			font-size:0.7em;
			width:240px;
			/*padding:2px 0 10px 4px;*/
			padding:0 5px;
			
			
			
		}
		.health_box_wrap .middle .box_text .pic
		{
			float: right;
			padding:1px 1px;
			width:108px;
		}
	
		.health_box_wrap .bottom
		{
			width:260px;
			height:26px;
			float:left;
			background:url(../images/bg/loveB.gif) no-repeat;
		}
		
		
		
.money_box_wrap
{
	position:relative;
	margin:4px 0 0 0;

}
	.money_box_wrap .top
	{
		width:260px;
		height:14px;
		float:left;
		background:url(../images/bg/loveT.gif) no-repeat;
		background-position:bottom;
	}
	
	.money_box_wrap .middle
	{
		float:left;
	}
	.money_box_wrap .middle .box_text
	{
		width:260px;
		/*height:146px;*/
		float:left;
		background:url(../images/bg/loveM.gif) repeat-y;
	}
		.money_box_wrap .middle .box_text .title
		{
			font-size:1em;
			font-weight:bold;
			color: #6699FF;
			text-align:center;
			padding:3px 0 2px 0;
			

		}
		.money_box_wrap .middle .box_text .text
		{
			font-size:0.7em;
			width:240px;
			/*padding:2px 0 10px 4px;*/
			margin:0 0 0 8px;
			
			
			
		}
		.money_box_wrap .middle .box_text .pic
		{
			float: right;
			width:112px;
		}
	
		.money_box_wrap .bottom
		{
			width:260px;
			height:26px;
			float:left;
			background:url(../images/bg/loveB.gif) no-repeat;
		}


.green_box_wrap
{
	position:relative;
	margin:4px 0 0 0;

}
	.green_box_wrap .top
	{
		width:260px;
		height:14px;
		float:left;
		background:url(../images/bg/loveT.gif) no-repeat;
		background-position:bottom;
	}
	
	.green_box_wrap .middle
	{
		float:left;
	}
	.green_box_wrap .middle .box_text
	{
		width:260px;
		/*height:146px;*/
		float:left;
		background:url(../images/bg/loveM.gif) repeat-y;
	}
		.green_box_wrap .middle .box_text .title
		{
			font-size:1em;
			font-weight:bold;
			color: #6699FF;
			text-align:center;
			padding:3px 0 2px 0;
			

		}
		.green_box_wrap .middle .box_text .text
		{
			font-size:0.7em;
			width:245px;
			/*padding:2px 0 10px 4px;*/
			margin:0 0 0 8px;
			
			
		}
		.green_box_wrap .middle .box_text .pic
		{
			float: right;
			width:112px;
		}
	
		.green_box_wrap .bottom
		{
			width:260px;
			height:26px;
			float:left;
			background:url(../images/bg/loveB.gif) no-repeat;
		}



.soul_box_wrap
{
	position:relative;
	margin:4px 0 0 0;

}
	.soul_box_wrap .top
	{
		width:260px;
		height:14px;
		float:left;
		background:url(../images/bg/loveT.gif) no-repeat;
		background-position:bottom;
	}
	
	.soul_box_wrap .middle
	{
		float:left;
	}
	.soul_box_wrap .middle .box_text
	{
		width:260px;
		/*height:146px;*/
		float:left;
		background:url(../images/bg/loveM.gif) repeat-y;
	}
		.soul_box_wrap .middle .box_text .title
		{
			font-size:1em;
			font-weight:bold;
			color: #6699FF;
			text-align:center;
			padding:3px 0 2px 0;
			

		}
		.soul_box_wrap .middle .box_text .text
		{
			font-size:0.7em;
			width:240px;
			/*padding:2px 0 10px 4px;*/
			padding:0 5px;
			
			
		}
		.soul_box_wrap .middle .box_text .pic
		{
			float: right;
			width:112px;
		}
	
		.soul_box_wrap .bottom
		{
			width:260px;
			height:26px;
			float:left;
			background:url(../images/bg/loveB.gif) no-repeat;
		}

#fcookies
{
	margin:0 0 0 25px;
	width:230px;
	height:133px;
	
}