@import url(../../base/css/common.css);
body {
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
}
.dbBoxContainer {
	margin-bottom: 10px;
	background-color:#FFF;
	position: relative;
	padding: 7px;
}
.login_ajax_wrap .dbBoxContainer {
	background-color:#FFF;
	position: relative;
	padding: 0px;
	margin-bottom: 0px;
}
.dbBoxContainerULC {
	background-image: url(../images/ulc.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	left: 0px;
	top: 0px;
	position: absolute;
}
.dbBoxContainerURC {
	background-image: url(../images/urc.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	top: 0px;
	position: absolute;
	right: 0px;
}
.dbBoxContainerLLC {
	background-image: url(../images/llc.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	left: 0px;
	position: absolute;
	bottom: 0px;
}
.dbBoxContainerLRC {
	background-image: url(../images/lrc.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.dbBoxContainerLeft {
	position: absolute;
	left: 0px;
	top: 5px;
	bottom: 5px;
	background-image: url(../images/left.png);
	background-repeat: repeat-y;
	width: 5px;
}
.dbBoxContainerTop {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 0px;
	background-image: url(../images/top.png);
	background-repeat: repeat-x;
	height: 5px;
}
.dbBoxContainerRight {
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 0px;
	background-image: url(../images/right.png);
	background-repeat: repeat-y;
	width: 5px;
}
.dbBoxContainerBottom {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 0px;
	background-image: url(../images/bottom.png);
	background-repeat: repeat-x;
	height: 5px;
}
.boxFirstHeader {
	color:#000;
	height:31px;
	padding:7px 0 0 10px;
	position:relative;
	background-color: #FFF;
	background-image: url(../images/boxheadbg.png);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.disignBoxFirst {
	background-color:transparent;
	background-image:none;
	position:relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
div.dbTmLeft, div.dbTmRight, div.dbTmCenter {
	height:25px;
	margin-top:3px;
}
.dbTopMenu div.active {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/boxmenuleft.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	height: 25px;
	line-height: 25px;
}
.dbTopMenu .active span {
	background:url("../images/boxmenuright.png") no-repeat scroll right top transparent;
	height: 25px;
}
.dbTopMenu div.active, .dbTopMenu div.notActive {
	height:25px;
	line-height:25px;
}
element.style {
	top:0;
	width:121px;
}
.disignBoxFirst .boxFirstHeader .dbTopMenu, .disignBoxFirst .boxFirstHeader .caption_item {
	position:absolute;
	right:5px;
}
.MsgBox .msgbox_left_side, .MsgBox .msgbox_right_side, .MsgBox .msgbox_top_side, .MsgBox .msgbox_bottom_side {
	background-color: transparent;
	background-image:url("../images/msgbox_bd.gif");
	font-size:0;
}
.MsgBox .msgbox_text {
	color:#8BAF43;
}
.MsgBox .msgbox_content {
	background-color: transparent;
}

