/* CSS Document */
*{
	font-family:Verdana;
	font-size:12px; 
}
 
#logout_corner{
	float:left; 
	margin-right:80px;
}

#logged_in_info_placeholder, #logged_in_info_placeholder *{
	font-weight:bold;
	color:#003366;
}

.fbsc_available_img_item{
	border:1px dashed #999;
	float:left;
	text-align:center;
	position:relative;
	margin:3px;
	padding:3px;
}

.fbsc_available_img_item img{
	border:1px solid #000;
	margin:3px;
}

#fbsc_image_list_ph{
	background-color:#FFF;
}

#fbsc_image_list_ph_bg{
	position:fixed; 
	width:600px;
	top:150px;	
	background-color:transparent; 
	z-index:100000;
}

#fbsc_image_list_ph_bg .tm{
	background-image:url(fb_like_wnd_tm.png);
	background-repeat:repeat-x;
	background-position:top;
}

#fbsc_image_list_ph_bg .lm{
	background-image:url(fb_like_wnd_lm.png);
	background-repeat:repeat-y;
	background-position:left;
}

#fbsc_image_list_ph_bg .rm{
	background-image:url(fb_like_wnd_rm.png);
	background-repeat:repeat-y;
	background-position:left;
}

#fbsc_image_list_ph_bg .bm{
	background-image:url(fb_like_wnd_bm.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.clear{
	clear:both;
}

#RES_ID_fb_pop_dialog_table{
	top:15px !important;
}
