/*!diaolog_st default style =============================================================================*/
#dialog_st_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: none;
	background: #fff;
	opacity: 0 !important;
	display: none;
}
#dialog_st_cont_wrap {
	position: absolute;
	z-index: 11000;
	display: none;
	
		padding: 30px 47px;
		background: url(../img/b1.gif);
		border: 1px solid #a1a1a1;
		box-shadow: 0 0 5px #000;
		width: 354px !important;
		top: 52px !important;
		margin-top: 0 !important;
		margin-left: -245px !important;
}
.dialog_st_arw {
	position: absolute;
	right: -1px;
	top: -17px;
	width: 39px;
	height: 17px;
	background: url(../img/popup-arw.png) no-repeat;
}
.show-fix-left #dialog_st_cont_wrap {
		margin-left: 0 !important;
}
#dialog_st_cont {
	position: relative;
	z-index: 0;
	padding-right: 15px;
	
		padding-right: 0;
		height: auto;
}
.dialog_st_close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 12px;
	z-index: 1;
	line-height: 10px;
	font-weight: 700;
	font-size: 14px;
	color: #000;
		display: none;
}
.dialog_st_close:hover {
	opacity: 0.5;
}
#dialog_st_header {
	/*
	background: #E85800;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	padding: 9px 10px 7px;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	border-radius: 10px 10px 0 0;
	*/
	width: 30px;
	height: 15px;
	/*background: url(../img/dialog-arw.png) no-repeat;*/
	position: absolute;
	top: -15px;
	left: 30px;
	display: block !important;
}
.dialog_st_has_header #dialog_st_cont {
	margin-top: 15px;
}
.dialog_st_has_header .dialog_st_close {
	color: #fff;
}
.dialog_st_has_header #dialog_st_header {
	display: block;
}
/*!e ======================================================================================================*/