div.boxx {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
	min-width:260px;
}
div.boxx:after {
	content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;

}
div.boxx a,
div.boxx a:visited {
	color: #333;
	text-decoration: none;
}
div.boxx a:hover {
	color: #39C;
	text-decoration: underline;
}
div.boxx .title {
	font-size: 1.6em;
	text-transform: capitalize;
	margin: 0px;
	text-align: left;
	color: #333;/*
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
*/
	padding: 0.5em 2px;
	text-align: center;

}
div.boxx .content {
}
div.boxx .bottom {
	height: 0px;
}

div.boxx form {
	margin: 0px;
	padding: 0px;
}

div.boxx input[type=button],
div.boxx button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
div.boxx button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
div.boxx button:active {
	position:relative;
	top:1px;
}
div.boxx button:focus {
	outline: none;
}
div.boxx select,
div.boxx input[type=text],
div.boxx input[type=password] {
	width: 70%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size: 1.2em;
	padding: 0.5em;
	border: 1px solid #999;
	color: #666;
	background-color: #FBFBFB;
	text-decoration: none;
	margin-bottom: 0.5em;
}
div.boxx select:focus,
div.boxx input[type=text]:focus,
div.boxx input[type=password]:focus {
	outline: 1px solid #333;
}
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;
}

div.system_login span {
    margin-left: -2em;
    margin-right: 1em;
}

div.boxx .system_login > label {
	display: block;
}