/* FOR WHITE POPUP START */
.popup_white_box_rcorner_tm{
	/*background:transparent url(../images/white_popup_tm.png) repeat-x left top;	*/
	border-top:solid 1px #999;
	height:13px;
	position:relative;
	margin:0 14px;
}


.popup_white_box_rcorner_tl{
	background:transparent url(../images/white_popup_lt.png) no-repeat left top;	
	height:14px;
	width:14px;
	position:absolute;
	left:-14px;
	top:-1px;
}

.popup_white_box_rcorner_tr{
	background:transparent url(../images/white_popup_rt.png) no-repeat left top;	
	height:14px;
	width:14px;
	position:absolute;
	right:-14px;
	top:-1px;
}

.popup_white_box_rcorner_content{
	border-right: solid #999999 1px;
	border-left: solid #999999 1px;
	background-color:#fff;
	padding:0 14px;
	overflow:hidden;
}
.popup_white_box_rcorner_bm{
	background:transparent url(../images/white_popup_bm.png) repeat-x left top;
	height:14px;
	position:relative;
	margin:0 14px;
}

.popup_white_box_rcorner_bl{
	background:transparent url(../images/white_popup_lb.png) no-repeat left top;	
	height:14px;
	width:14px;
	position:absolute;
	left:-14px;
	top:0;
}
.popup_white_box_rcorner_br{
	background: transparent url(../images/white_popup_rb.png) no-repeat left top;	
	height:14px;
	width:14px;
	position:absolute;
	right:-14px;
	top:0;
}

#popup_box_content{
	overflow:hidden;
}
.white_buble_t
{
margin-bottom:-12px; left:50%; position:relative; z-index:100;
background-image:url(../images/white_t.png);
background-repeat:no-repeat;
width:33px;
height:30px;
}

.white_buble_b
{
margin-top:-9px; left:50%; position:relative; z-index:100;
background-image:url(../images/white_b.png);
background-repeat:no-repeat;
width:33px;
height:30px;
}
.white_buble_l
{
position:absolute; z-index:100; margin-left:-20px;top:50%; left:0;
background-image:url(../images/white_t_l.png);
background-repeat:no-repeat;
width:33px;
height:30px;
}
.white_buble_r
{
position:absolute; z-index:100; top:50%;
background-image:url(../images/white_r.png);
background-repeat:no-repeat;
width:33px;
height:30px;
margin-right:-22px;
right:0;
}
/* FOR WHITE POPUP END */
.white_buble_spacer
{
height:20px;
}


/* FOR BLUE POPUP START*/
.popup_blue_box_rcorner_tm{
	background:transparent url(../images/blue_popup_tm.png) repeat-x left top;	
	height:14px;
	position:relative;
	margin:0 14px;
}


.popup_blue_box_rcorner_tl{
	background:transparent url(../images/blue_popup_tl.png) no-repeat left top;	
	height:14px;
	width:14px;
	position:absolute;
	left:-14px;
	top:0;
}

.popup_blue_box_rcorner_tr{
	background:transparent url(../images/blue_popup_tr.png) no-repeat left top;	
	height:14px;
	width:14px;
	position:absolute;
	right:-14px;
	top:0;
}

.popup_blue_box_rcorner_content{
	border-right: solid #0463aa 2px;
	border-left: solid #0463aa 2px;
	background-color:#a6daf4;
	padding:0 14px;
	position:relative;
	overflow:hidden;
}
.popup_blue_box_rcorner_bm{
	background:transparent url(../images/blue_popup_bm.png) repeat-x left top;
	height:14px;
	position:relative;
	margin:0 14px;
}

.popup_blue_box_rcorner_bl{
	background:transparent url(../images/blue_popup_bl.png) no-repeat left top;	
	height:14px;
	width:14px;
	position:absolute;
	left:-14px;
	top:0;
}
.popup_blue_box_rcorner_br{
	background: transparent url(../images/blue_popup_br.png) no-repeat left top;	
	height:14px;
	width:14px;
	position:absolute;
	right:-14px;
	top:0;
}

#popup_box_content{
	overflow:hidden;
}
.blue_buble_lu
{ 
position:absolute; z-index:100; left:0; top:50%; margin-left:2px;
background-image:url(../images/blue_bubble_lu.png);
background-repeat:no-repeat;
width:33px;
height:30px;
}
.blue_buble_ld
{ 
position:absolute; z-index:100; margin-left:-18px;
background-image:url(../images/blue_bubble_ld.png);
background-repeat:no-repeat;
width:21px;
height:35px;
}
/*.popup_blue_box_rcorner
{
position:absolute;
left:19px;
}*/
/* FOR BLUE POPUP END */

.popup_btn_go{
	height:27px;
	width:41px;
	background:transparent url(../images/btn_go.png) no-repeat left top;
	border:none;
	position:relative;
	cursor:pointer;
}
.popup_btn_go:hover{
background-position:left bottom;
}