﻿body {
	padding:0;
	margin:0;
	min-width:800px;
	background-color:#3d3d3d; /*222*/
	font-size:14px;
	font-family:"Microsoft yahei";
}
body { background-color: #008eda; }
h3 {
	margin-top:5px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:solid 1px #ddd;
}
.btn {
	letter-spacing:8px;
}
.form-group {
	margin-bottom:25px;
}
.highlight {
	padding: 15px 14px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	border-radius: 4px;
	width:500px;
	margin-top:120px;
	margin-left:auto;
	margin-right:auto;
}
.row {
	text-align:center;
	padding-bottom:5px;
}
#code {
	width:150px;
	display:inline;
}
#rnd {
	width:102px;
	height:32px;
	cursor:pointer;
  border:solid 1px #ccc;
  margin-right: 5px;
}
#loading_msg {text-align:center;}