/********** модальное окно **************/

.bgFader {
	background-color: #cccccc;
	opacity: 0.4;
	z-index: 900;
	filter: alpha(opacity=50);
}

.popupArea {
	position: absolute;
	z-index: 901;
}


/********** всплывающая подсказка **************/



.ptCustomText {
	display: none;
}
.popupTipBlock {
	position: absolute;
	z-index: 9001;
}
.ptContainer {
	 cursor: default;
}
.ptCont {

}
.ptContSmall {
	padding: 5px 5px 5px 5px;
}
/*
.popupTipStruc .ptSideR {
	width: 3px;
	background: url('/i/design3/pt_side_y.png') left top repeat-y !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/i/design3/pt_side_y.png,sizingMethod=scale);
}*/


/************************/

.borderBoxEditor {
	width: 100%;
}
.borderBoxEditor .bbLT {
	width: 5px;
	height: 5px;
	overflow: hidden;
	background: url('/images/editor/border_box_lt.png') right bottom no-repeat;
}
.borderBoxEditor .bbT {
	border-bottom: 2px solid #a4a4a4;
}
.borderBoxEditor .bbRT {
	width: 5px;
	height: 5px;
	overflow: hidden;
	background: url('/images/editor/border_box_rt.png') left bottom no-repeat;
}
.borderBoxEditor .bbL {
	border-right: 2px solid #a4a4a4;
}
.borderBoxEditor .bbC {
	background: url('/images/editor/ico_info.png') #ffffff 10px 10px no-repeat;
	padding: 10px 50px 10px 50px;
}
.borderBoxEditor .bbR {
	background: url('/images/editor/border_box_r.png') left top repeat-y;
}
.borderBoxEditor .bbLB {
	width: 5px;
	height: 16px;
	overflow: hidden;
	background: url('/images/editor/border_box_lb.png') right top no-repeat;
}
.borderBoxEditor .bbB {
	background: url('/images/editor/border_box_b.png') left top no-repeat;
}
.borderBoxEditor .bbRB {
	width: 5px;
	height: 16px;
	overflow: hidden;
	background: url('/images/editor/border_box_rb.png') left top no-repeat;
}
