body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #e7e7e7;
	background-image: url("https://www.cloudns.net/images/web/bg.gif");
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align:center;
	margin-bottom:10px;
	clear: both;
}
a {
	color: #001677;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.bold { font-weight: bold; }
.fright { float:right; }
.aright { text-align:right !important; }
.container {
	position:absolute;
	left:50%;
	top:100px;
	margin-left: -360px;
}
.content {
	width: 700px;
	min-height: 200px;;
	padding:10px;
	background-color: #F7F7F7;
	border-left: 1px;
	margin-bottom:10px;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.div-table {
	display: div-table;
	width: 100%;
	clear: both;
}

.div-row {
	display: div-row;
	width: 100%;
}

.div-cell {
	display: div-cell;
	width: 25%;
	float: left;
	margin-top: 10px;
}

.div-cell-right {
	width: 74%;
}
.button, .button-big {
	cursor: pointer;
	height: 25px;
	background-image: url("/templates/1/images/button.gif");
	background-repeat:repeat-x;
	background-size: 100% 100%;
	color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px #000 solid;
	font-weight: bold;
	margin:0;
}
a.button {
	text-decoration:none;
	line-height:25px;
}
.button:hover, .button-big:hover {
	color: #000;
	border-color: #FFF;
	margin:0;
}
.button-big, #button-big { width: 170px; }
.input-text, .input-text-big {
	height: 22px;
	width: 120px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px #000 solid;
	margin: 0;
	padding-top:0;
	padding-bottom:0;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #fff;
	color: #000;
}
.failed {
	color: #8C0000;
	border-radius: 10px;
	padding: 10px 15px;
	border: 1px solid #8C0000;
	margin-bottom: 20px;
	display: inline-block;
	text-align: left;
}
.success {
	color: #468847;
	border-radius: 10px;
	padding: 10px 15px;
	border: 1px solid #d6e9c6;
	margin-bottom: 20px;
	display: inline-block;
}
