div.boxx {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}
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.4em;
	text-transform: capitalize;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	text-align: left;
	background-color: #333;
	color: #FFF;/*
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
*/
	padding: 10px;

}
div.boxx .content {
}
div.boxx .bottom {
	height: 0px;
}

div.boxx form {
	margin: 0px;
	padding: 0px;
}
div.boxx input[type=button],
div.boxx button {
	-webkit-box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.61);
	-moz-box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.61);
	box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.61);
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	margin: 5px;

background-color: rgb(50, 105, 173);
background: rgb(50, 105, 173);
background: -moz-linear-gradient(90deg, rgb(50, 105, 173) 30%, rgb(32, 68, 110) 70%);
background: -webkit-linear-gradient(90deg, rgb(50, 105, 173) 30%, rgb(32, 68, 110) 70%);
background: -o-linear-gradient(90deg, rgb(50, 105, 173) 30%, rgb(32, 68, 110) 70%);
background: -ms-linear-gradient(90deg, rgb(50, 105, 173) 30%, rgb(32, 68, 110) 70%);
background: linear-gradient(180deg, rgb(50, 105, 173) 30%, rgb(32, 68, 110) 70%);

	text-shadow: -1px 1px 0px rgba(55, 55, 55, 0.5);
	font-size: 17px;
	color: #ddd;
	border: 1px solid #999;
	cursor: pointer;
	padding-top: 0.7em;
	padding-right: 1.5em;
	padding-bottom: 0.7em;
	padding-left: 1.5em;
}
div.boxx button:hover {
	box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.61);
	cursor: pointer;
	background-color: #3269AD;
	background: #3269AD;
	color: #fff;
}
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.1em;
	padding: 5px;
	border: 1px solid #999;
	color: #666;
	background-color: #FBFBFB;
	text-decoration: none;
}
div.boxx select:disabled,
div.boxx input[type=text]:disabled,
div.boxx input[type=password]:disabled {
	background-color: #efefef;
	color: #aaa;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;
}
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;
}