/* CSS Document */
.costumise-pop-up{
	width:359px;
	margin:0px;
	padding:0px;	
	background-image:url(popup-bg-main.gif);
	background-repeat:repeat-y;	
}
.costumise-topbg{
	width:359px;
	background-image:url(popup-bg-top.gif);
	background-repeat:no-repeat;	
	height:19px;	
}
.costumise-top-part{
	width:339px;	
	padding:0px 10px;
	height:95px;
	background-color:#FFFFFF;
}
.costumise-botbg{
	width:359px;
	background-image:url(popup-bg-bottom.gif);
	background-repeat:repeat;	
	height:19px;	
}
.costmise-bot{
	width:339px;
	padding:0px 10px;
	margin-top:10px;
}
.costmise-grid{
	background-color:#F1F1F1;
	width:100%;
	padding:5px 5px;
	height:13px;
	float:left;
}
.costmise-grid-01{
	width:100%;
	padding:5px 5px;
	height:13px;
	float:left;
}
#mymodal{
		width:359px;
		height: 381px;
		position:absolute;
		background-color: #FFF;
		left:0px;
		top:0px;
		visibility:hidden;
}
.disabledCSS
{
	background-color: #000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity:.85;
	position: absolute;
	left: 0px;
	top:0px;
}

#mymodal-01{
		width:359px;
		height: 138px;
		position:absolute;
		background-color: #FFF;
		left:0px;
		top:0px;
		visibility:hidden;
}

#mymodal-02{
		width:359px;
		height: 381px;
		position:absolute;
		background-color: #FFF;
		left:0px;
		top:0px;
		visibility:hidden;
}
.backgroundStyle
{
	background-color:#F0F0F0;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.5;
}