body {
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
}
font, td {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial;
}
.common_big {
	color: #666666;
	font-size: 15px;
	font-family: Verdana, Tahoma, Arial;
	border: #d9d9d9 1px solid;
}
.install_red {
	color: #aa0000;
}
.install_blue {
	color: #2ba8e0;
}
.white {
	color: #ffffff;
}
.rteImage {
	background: #ffffff;
	border: 1px solid #ffffff;
	cursor: pointer;
	cursor: hand;
}
.rteImageRaised, .rteImage:hover {
	background: #ffffff;
	cursor: pointer;
	cursor: hand;
}
.rteImageLowered, .rteImage:active {
	background: #ffffff;
	cursor: pointer;
	cursor: hand;
}
.rteVertSep {
	margin: 0 4px 0 4px;
}
.rteBack {
	background: #ffffff;
	letter-spacing: 0;
	padding: 2px;
}
.rteBack tbody tr td, .rteBack tr td {
	background: #ffffff;
	padding: 0;
}
.rteDiv {
	display: block;
	position: relative;
}
.hide {
	display: none;
}
.show {
	display: block;
}
#tip_box {
	position: absolute;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	z-index: 102;
	visibility: hidden;
}
#tip_arrow {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
