div.shadow
{
	background:  #ddd url(../img/box_shadow_lt.gif) left top no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1500;
}

div.shadow div#rt
{
	background: url(../img/box_shadow_rt.gif) right top no-repeat;
}

div.shadow div#rb
{
	background: url(../img/box_shadow_rb.gif) right bottom no-repeat;
}

div.shadow div#lb
{
	background: url(../img/box_shadow_lb.gif) left bottom no-repeat;
	width: 100px;
	height: 100px;
}

div.box_new_popup,
#j_popup
{
	width: 418px;
}

div.box_new_popup div.top,
#j_popup_top,
#j_popup_bottom 
{
	margin-left: 2px;
}

div.box_new_popup div.bottom
{
	margin-left: 2px;
}

div.box_new_popup div.sub_top, 
div.box_new_popup div.sub_bottom
{
	margin-left: 2px;
	position: relative; 
}

div.box_new_popup table td.shadow,
#j_popup_body_shadow_right,
#j_popup_body_shadow_left
{
	width: 5px;
	background-color: #ddd;
}

#j_popup_bottom_middle,
#j_popup_top_middle
{
	position: relative;
	left: 3px;
	border-right: 1px solid #A6D2EA;
	border-left: 1px solid #A6D2EA;
}

div.box_new_popup div.sub_top div.center_image,
div.box_new_popup div.sub_bottom div.center_image
{
	position: relative;
	left: 3px;
	border-right: 1px solid #A6D2EA;
}

#j_popup_bottom,
#j_popup_top
{
	position: relative; 
}

#j_popup_bottom_left,
#j_popup_top_left,
#j_popup_top_right
{
	position: absolute; 
	filter: none;
	opacity: 1;
	height: 19px;
	width: 400px;
	top: -12px !important;
}

#j_popup_top_right
{
	background: transparent url(../img/box_shadow_top_new_2.gif) no-repeat scroll right top !important;
}

#j_popup_bottom_right
{
	background: transparent url(../img/box_shadow_bottom_new_2.gif) no-repeat scroll right top !important;
	position: absolute; 
	filter: none;
	opacity: 1;
	height: 19px;
	width: 400px;
	top: 0 !important;
}

div.box_new_popup div.sub_top div.left_shadow,
div.box_new_popup div.sub_top div.right_shadow,
div.box_new_popup div.sub_bottom div.left_shadow,
div.box_new_popup div.sub_bottom div.right_shadow
{
	position: absolute;
	filter: none;
	opacity: 1;
}

div.box_new_popup div.sub_top div.left_shadow,
#j_popup_top_left
{	
	background: url(../img/box_shadow_top_new_2.gif) left top no-repeat !important;
	height: 19px !important;
	width: 418px;
	top: -12px !important;
	left: -2px !important;
}

div.box_new_popup div.sub_top div.right_shadow
{
	background: none;	
}

div.box_new_popup div.sub_bottom div.left_shadow,
#j_popup_bottom_left
{
	background: url(../img/box_shadow_bottom_new_2.gif) left top no-repeat !important;
	height: 19px !important;
	width: 418px !important;
	top: 0 !important;
	left: -2px !important;
}

div.box_new_popup div.sub_bottom div.right_shadow
{
	background: none;
}
