/* CSS Document */

#logout_corner{
	float:left; 
	margin-right:80px;
}

#logged_in_info_placeholder, #logged_in_info_placeholder *{
	font-weight:bold;
	color:#003366;
}

.spps_available_img_item{
	border:1px dashed #999;
	float:left;
	text-align:center;
	position:relative;
	margin:3px;
	padding:3px;
}

.spps_available_img_item img{
	border:1px solid #000;
	margin:3px;
}

#spps_image_list_ph{
	background-color:#FFF;
}

#spps_image_list_ph_bg{
	position:fixed; 
	width:600px;
	top:100px;
	background-color:transparent; 
	z-index:100000;
}

#spps_image_list_ph_bg .tm{
	background-image:url(fb_like_wnd_tm.png);
	background-repeat:repeat-x;
	background-position:top;
}

#spps_image_list_ph_bg .lm{
	background-image:url(fb_like_wnd_lm.png);
	background-repeat:repeat-y;
	background-position:left;
}

#spps_image_list_ph_bg .rm{
	background-image:url(fb_like_wnd_rm.png);
	background-repeat:repeat-y;
	background-position:left;
}

#spps_image_list_ph_bg .bm{
	background-image:url(fb_like_wnd_bm.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.clear{
	clear:both;
}

.fb_like_form_header{
/*	
	color:#A3DB10;
	font-size:14px;
	font-weight:bold;
	background-color:#8665CF;
	padding:5px;
*/
	background-image:url(fb_like_form_header.png);
	background-repeat:no-repeat;
	background-position:center;
	width:556px;
	height:27px;
	margin-bottom:5px;
}

.fb_like_form_article_description{
	color:#999;
	padding:10px;
	text-align:justify;
}

.fb_like_form_article_description, .fb_like_form_article_description *{
	font-size:10px;
}