DIV.PSBusyPrompt {
	width: 64px;
	height: 64px;
	background: url('/img/BS.com/spinner-big.gif');
	position: absolute;
	display: none;
	visibility: hidden;
	z-index: 8000;
}

DIV.PsStarRating {
	width: 90px;
	height: 30px;
	padding: 5px 5px 0 5px;
	background:url('/img/BS.com/StarRating-bg.gif') no-repeat;
}

DIV.PsStarRating.smbg {
	width: 87px;
	height: 18px;
	padding-top: 2px;
	padding-left: 8px;
	background:url('/img/BS.com/StarRating-bg-sm.gif') no-repeat;
}

DIV.PsStarRating IMG.PsStarRatingImg {
	margin: 0 6px 0 7px;
}

DIV.PsStarRating DIV.BsStarRatingTxt {
	text-align: center;
	color: #fff;
}

DIV.PsStarRatingSR {
	display: none;
	margin: -1px 0 0 4px;
}

DIV.PsStarRatingSR.smbg {
        height:14px;
}

DIV.PsPrompt {
	width: 400px;
}

DIV.InvitePrompt {
	width :400px;
}

FIELDSET.PsInviteField {
	margin: 10px 0;
	padding: 8px;
	border: 1px solid #666 !important;
}

FIELDSET.PsInviteField LEGEND {
	font-size: 12px;
	font-weight: bold;
	color: #36c;
}

FIELDSET.PsInviteField LEGEND INPUT {
	margin-bottom: -1px;
}

DIV.ImagePrompt.imgRsrch {
	width: 425px;
}

DIV.ImagePrompt.imgRsrch SELECT {
	width: 300px;
}

DIV.ipIrInfo {
	margin: 3px 0 10px 0;
	padding: 5px;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
}

/* ########## Balloooon  #########*/
/* ###################################################### */
IMG {
	   behavior: url("/img/iepngfix.htc");
}

DIV.PsBalloonDIV {
	position: absolute; 	
	overflow: hidden;/*must have*/ 
	z-index: 6666;
	display: none;
}

DIV.PsBalloonDIV iframe { 	
	display:none;/*sorry for IE5*/ 	
	display/**/:block;/*sorry for IE5*/ 	
	position:absolute;/*must have*/ 	
	top:0;/*must have*/ 	
	left:0;/*must have*/ 	
	z-index:-1;/*must have*/ 	
	filter:mask();/*must have*/ 	
	width:3000px;/*must have for any big value*/ 	
	height:3000px/*must have for any big value*/;
	border: 0px; 
}  

TABLE.PsBalloon {
	border-collapse: collapse;
	/*display: none;*/
	z-index: 6667;
}

TABLE.PsBalloon TD {
	padding: 0;
}

TABLE.PsBalloon TD.PsBalloon_top_mid {
	text-align: left;
	background: url('/img/PS.com/Balloon/mid_top.png') repeat-x;
}

TABLE.PsBalloon TD.PsBalloon_top_mid H3 {
	padding-bottom: 3px;
	color: #007EFF;
	font-size: 12px;
	border-bottom: 1px solid #6a6a6a;
}

TABLE.PsBalloon TD.PsBalloon_left_mid {
	background: url('/img/PS.com/Balloon/left_mid.png') repeat-y scroll right top;
}

TABLE.PsBalloon TD.PsBalloon_right_mid {
	background: url('/img/PS.com/Balloon/right_mid.png') repeat-y scroll left top;
}

TABLE.PsBalloon TD.PsBalloon_bottom_mid {
	text-align: left;
	background: url('/img/PS.com/Balloon/mid_bottom.png') repeat-x;
}

TABLE.PsBalloon TD.PsBalloon_content {
	text-align: left;
	background-color: #FFF;
}
