.div_boxx_frame {
	border: 1px solid #999;
}
/* Corner radius */
.div_boxx_frame-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.div_boxx_frame-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.div_boxx_frame-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.div_boxx_frame-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }

div.boxx {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div.boxx a,
div.boxx a:visited {
	color: #390;
	text-decoration: none;
}
div.boxx a:hover {
	color: #3C3;
	text-decoration: underline;
}
div.boxx .title {
	font-size: 16px;
	text-transform: capitalize;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: left;
}
div.boxx .content {
	font-size: 14px;
}
div.boxx .bottom {
}
div.boxx form {
	margin: 0px;
	padding: 0px;
}
div.boxx .list table {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
div.boxx .list tr {
	margin: 0px;
	padding: 0px;
}
div.boxx .list th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	color: #FFFFFF;
	background-color: #999999;
	font-size: 9px;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	padding: 2px;
}
div.boxx .list td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	padding: 2px;
	background-color: #CCCCCC;
	color: #000000;
}
div.box_system_language_side {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	clear: both;
	position: relative;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
div.box_system_login_side {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	width: 100%;
}
div.box_system_login_side input {
	font-size: 14px;
	margin: 3px;
	padding: 3px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}