/* CSS Document */
div#widget{	
	margin:0 auto;
	width:300px;
	height:354px;	
}
#logo{	
	background:url(../images/logo.gif) no-repeat;
	width:288px;
	height:41px;
	padding:12px 0px 0px 12px;
}
#view_link {float:left; height:22px; width:124px;}
#button_container{	
	background:url(../images/button_container.gif) no-repeat;	
	width:300px;
	height:23px;	
}
a.btn_general{background:url(../images/btn_general.gif) no-repeat;	width: 136px;height: 23px;float:left; display:block; cursor:pointer;}
a.btn_general span {display: none;}
a.btn_general:hover {background: url(../images/btn_general_hover.gif) no-repeat;}

a.btn_videos{background:url(../images/btn_videos.gif) no-repeat;	width: 57px;height: 23px;float:left; display:block; cursor:pointer;}
a.btn_videos span {display: none;}
a.btn_videos:hover {background: url(../images/btn_videos_hover.gif) no-repeat;}

a.btn_pictures{background:url(../images/btn_pictures.gif) no-repeat;	width: 72px;height: 23px;float:left; display:block; cursor:pointer;}
a.btn_pictures span {display: none;}
a.btn_pictures:hover {background: url(../images/btn_pictures_hover.gif) no-repeat;}

#content{
	background: url(../images/content.gif) no-repeat;
	width:276px;
	height:222px;
	padding:12px;
	font-family:arial;
	font-size:12px;
}

#member_name{	
	font-size:14pt;
	font-weight:bold;
}
#label{
	float:left;
	width:60px;
	color:#ACACAC;
	font-weight:bold;
	padding:3px 0px 3px 0px;
}
#label_title{
	float:left;
	width:115px;
	padding:3px 0px 3px 0px;
}
#underline{
	border-top:1px #ABABAB solid; 
	width:177px; 
}
#grabit_container{	
	background:url(../images/grabit_container.gif) no-repeat;	
	width:277px;
	height:32px;
	padding-left:12px;
	padding-right:11px;	
}
#grablink{float:left; height:19px; width:211px; text-align:right; border:1px #ACACAC solid; padding:2px;}
#grabit { float:right; height:23px; width:58px;}

