.PinkBoxTop {
	height:6px;
}

.PinkBoxTopLeft, .PinkBoxTopLeft2 {
	float:left;
	background-image:url('/images/pinkbox/topleft.png');
	background-repeat:no-repeat;
	width:6px;
	height:6px;
}

.PinkBoxTopLeft2 {
	float:left;
	background-image:none;
	border-top:solid 1px #fbadd4;
	border-left:solid 1px #fbadd4;
	background-color:#fff;
	width:6px;
	height:6px;
}

.PinkBoxTopMiddle {
	background-color:#fff;
	border-top:solid 1px #fbadd4;
	height:6px;
	margin-left:6px;
	margin-right:6px;
}

.PinkBoxTopRight {
	float:right;
	background-image:url('/images/pinkbox/topright.png');
	background-repeat:no-repeat;
	width:6px;
	height:6px;
}

.PinkBoxTopClose {
	float:right;
	margin-right:10px;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;	
}

.PinkBoxContent {
	background-color:#fff;
	border-left:solid 1px #fbadd4;
	border-right:solid 1px #fbadd4;
}

.PinkBoxBottomLeft {
	float:left;
	background-image:url('/images/pinkbox/Bottomleft.png');
	background-repeat:no-repeat;
	width:6px;
	height:6px;
}

.PinkBoxBottomLeftShadow {
	float:left;
	background-image:url('/images/pinkbox/BottomleftShadow.png');
	background-repeat:no-repeat;
	width:6px;
	height:18px;
}

.PinkBoxBottomMiddle {
	background-color:#fff;
	border-bottom:solid 1px #fbadd4;
	height:6px;
	margin-left:6px;
	margin-right:6px;
}

.PinkBoxBottomMiddleShadow {
	border-top:solid 1px #fbadd4;
	height:14px;
	margin-right:6px;
	background-image:url('/images/pinkbox/BottomStraightShadow.png');
}

.PinkBoxBottomMiddleTab {
	float:right;
	background-color:#fff;
	border-bottom:solid 1px #fbadd4;
	height:0px;
	width:4px;
}

.PinkBoxBottomMiddleTabShadow {
	float:right;
	border-top:solid 1px #fbadd4;
	background-image:url('/images/pinkbox/BottomStraightShadow.png');
	height:14px;
	width:4px;
}

.PinkBoxBottomShadow {
	background-image:url('/images/pinkbox/BottomStraightShadowHigh.png');
	height:14px;
	margin-left:6px;
	margin-right:6px;
}

.PinkBoxBottomRight {
	float:right;
	background-image:url('/images/pinkbox/Bottomright.png');
	background-repeat:no-repeat;
	width:6px;
	height:6px;
}

.PinkBoxBottomRightShadow {
	float:right;
	background-image:url('/images/pinkbox/BottomrightShadow.png');
	background-repeat:no-repeat;
	width:6px;
	height:14px;
}

/* with tab */

.PinkBoxBottomWithTab .PinkBoxBottomLeft {
	display:none;
}

.PinkBoxBottomWithTab .PinkBoxBottomMiddle {
	border-bottom:none;
	background-color:Transparent;
	border-top:solid 1px #fbadd4;
	margin-left:0px;
}

.PinkBoxBottomWithTab .PinkBoxBottomRightTabLeft {
	float:right;
	background-image:url('/images/pinkbox/tabright.png');
	background-repeat:no-repeat;
	width:8px;
	height:26px;
}

.PinkBoxBottomWithTab .PinkBoxBottomRightTabLeftShadow {
	float:right;
	background-image:url('/images/pinkbox/tabrightShadow.png');
	background-repeat:no-repeat;
	width:8px;
	height:38px;
}

.PinkBoxBottomWithTab .PinkBoxBottomRightTabContent, 
.PinkBoxBottomWithTab .PinkBoxBottomRightTabContent2 {
	float:right;
	background-color:#fff;	
	height:26px;
	line-height:26px;
	border-bottom:solid 1px #fbadd4;
}

.PinkBoxBottomWithTab .PinkBoxBottomRightTabContentShadow, 
.PinkBoxBottomWithTab .PinkBoxBottomRightTabContent2Shadow
{
	float:right;
	height:38px;
	line-height:26px;
	background-image:url('/images/pinkbox/TabBottomStraightShadow.png');
}

.PinkBoxBottomWithTab .PinkBoxBottomRightTabContent a, 
.PinkBoxBottomWithTab .PinkBoxBottomRightTabContent2 a,
.PinkBoxBottomWithTab .PinkBoxBottomRightTabContent2Shadow a
.PinkBoxBottomWithTab .PinkBoxBottomRightTabContentShadow a
{
	font-family:Georgia;
	color:#f63193;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:26px;
}

.PinkBoxBottomWithTab .PinkBoxBottomRightTabContent2 a {
	color:#319fca;	
}

.PinkBoxBottomWithTab .PinkBoxBottomRightTabRight {
	float:right;
	background-image:url('/images/pinkbox/tableft.png');
	background-repeat:no-repeat;
	width:8px;
	height:26px;
}


.PinkBoxBottomWithTab .PinkBoxBottomRightTabRightShadow {
	float:right;
	background-image:url('/images/pinkbox/tableftShadow.png');
	background-repeat:no-repeat;
	width:8px;
	height:38px;
}


