img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ok_box {
	color: #006600;
	margin: 0px;
	padding: 3px;
	border: 1px solid #006600;
	background-color: #ECFFEC;
}
.error_box {
	color: #660000;
	margin: 0px;
	padding: 3px;
	border: 1px solid #660000;
	background-color: #FFECEC;
}
.warning_box {
	color: #000000;
	margin: 0px;
	padding: 3px;
	border: 1px solid #000000;
	background-color: #FEFFEC;
}
.info_box {
	color: #999999;
	margin: 0px;
	padding: 3px;
	border: 1px solid #999999;
	background-color: #F5F5F5;
}
.error_text {
	color: #990000;
}
.ok_text {
	color: #006600;
}

.status_system{
	color:#000066;
}
.status_enabled{
	color:#009900;
}
.status_disabled{
	color:#999999;
}
.status_install{
	color:#000099;
}
.readonly_text {
	color: #999999;
}
.no_box {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}.pre_box {
	border: 1px solid #CCCCCC;
}
.pre_title {
	background-color: #E6E6E6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.pre_desc {
	margin: 0px;
	padding: 5px;
	border: 1px solid #999999;
}
.pre_key {
	font-weight: bold;
	vertical-align: top;
	width: 100px;
	color: #000000;
}
.pre_val {
}
