body {
	font-size: 12px;
	background-image: none;
}
.dialog_info {
	font-size: 12pt;
	line-height: 140%;
	color: #333333;
}



.tip_info {
	background-image: url(../images/dialog/info.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 42px;
	width: 42px;
}
.tip_error {
	background-image: url(../images/dialog/error.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 42px;
	width: 42px;
}

.dialog_left_up {
	background-image: url(../images/dialog/left_up.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 35px;
}
.dialog_title_bar_intro {
	font-size: 12px;
	color: #666666;
}
.dialog_button_bar {
	background-image: url(../images/dialog/buttonbar_bg.gif);
	background-repeat: repeat-x;
	height: 35px;
	background-position: left center;
	text-align: right;
	padding-top: 2px;
	padding-right: 20px;
	word-spacing: 6pt;
	padding-bottom: 2px;
}


.dialog_right_up {
	background-image: url(../images/dialog/right_up.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 28px;
}
.dialog_right_up_m {
	background-image: url(../images/dialog/right_up_m.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 28px;
}
.dialog_title_bar {
	background-image: url(../images/dialog/titlebar-bg.gif);
	background-repeat: repeat-x;
	height: 42px;
	margin-top: 1px;
	margin-right: 1px;
}
.dialog_title_bar_icon {
	background-image: url(../images/dialog/titlebar_icon.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.dialog_title_bar_title {
	font-size: 13px;
	font-weight: bold;
	color: #0099CC;
}



.dialog_up_bg {
	background-image: url(../images/dialog/up_bg.gif);
	background-repeat: repeat-x;
	height: 36px;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
}
.dialog_left_bg {
	background-image: url(../images/dialog/left_bg.gif);
	background-repeat: repeat-y;
	width: 7px;
	font-size: 1px;
}
.dialog_left_down {
	background-image: url(../images/dialog/left_down.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 35px;
	font-family: 1;
}
.dialog_right_down {
	background-image: url(../images/dialog/right_down.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 28px;
	font-size: 1px;
}
.dialog_down_bg {
	background-image: url(../images/dialog/down_bg.gif);
	background-repeat: repeat-x;
	height: 7px;
	font-size: 1px;
}

.dialog_right_bg {
	background-image: url(../images/dialog/right_bg.gif);
	background-repeat: repeat-y;
	width: 7px;
	background-position: right;
	font-size: 1px;
}
.dialog_button_bar_center {

	background-image: url(../images/dialog/buttonbar_bg.gif);
	background-repeat: repeat-x;
	height: 35px;
	background-position: left center;
	text-align: center;
	padding-top: 6px;
	word-spacing: 6pt;
}