
.hidden {
    display: none !important;
}

.sep-text {
    margin: 3px;
}

.success {
    color: #468847;
}

.failure {
    color: #b94a48;
}

.error {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #fbeed5;
}

/* email verification page */
ul {
    list-style: outside none none;
    padding: 0;
}

.line {
    border-bottom: 1px solid #ccc;
    margin: 1em 0;
}

/* register page */

body {
    font: 13px/162% "Lucida Grande", "Lucida Sans Unicode", "Microsoft YaHei", "Microsoft YaHei UI", Helvetica, Arial, Verdana, sans-serif;
    padding: 0;
    margin: 0;
}

*:focus {
    outline: none;
}

.header {
    margin: 0 auto;
    position: relative;
    height: 76px;
    width: 920px;
}

.register_box,
.reset_box,
.result_box {
    background: none repeat scroll 0 0 rgba(251, 251, 249, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
    margin: 5em auto 2em;
    padding: 20px 20px 30px;
    width: 700px;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.box_header {
    text-align: center;
    font-size: 16px;
}

.box_content {
    overflow: auto;
}

.field {
    /*border: 1px solid #CFCFCF;*/
    border-radius: 4px;
    height: 40px;
    margin: 10px auto;
    overflow: hidden;
	float: left;
    clear: left;
}

.reset_box .field {
    width: 100%;
}

.register_box .field {
    width: 320px;
}

.field.activation {
    background: none repeat scroll 0 0 #D7F1F7;
    border-color: #89D0F3;
}

.msg_region {
	font-size: 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    overflow: hidden;
    margin: 10px auto;
    padding: 5px;
}

.result_title {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.input {
	box-sizing: border-box;

    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #dedede;
	border-radius: 5px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
	padding-left: 10px;
	margin-bottom: 10px;

	/*float: left;*/
    /*border: medium none;*/
}

.input:focus {
    border-color: #11B4E7;
}

.row {
    margin: 20px auto;
    position: relative;
}

.right-btn {
    position: absolute;
    right: 1px;
    top: 5px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border: 0;
    border-left: 1px solid #ddd;
    padding: 0 5px;
    cursor: pointer;
    background: #FFFFFF;
}

.btn {
    background: none repeat scroll 0 0 #11B4E7;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
    border: medium none;
    width: 100%;
    border-radius: 4px;
}

.goto-btn {
	display: block;
    text-align: center;
    text-decoration: none;
}

.btn:hover {
    opacity: 0.65;
}

.btn.loading {
    background: url('icon_loading_bgw.gif') no-repeat scroll 65% center transparent;
    outline: medium none;
}

.captcha_image {
    display: block;
    cursor: pointer;
    height: 40px;
    padding-left: 1em;
    margin-top: 10px;
    float: left;
}

.footer {
    text-align: center;
}

.input-tip {
    color: #999;
    margin: 10px auto;
    width: 320px;
    float: left;
    padding-left: 1em;
}

.copyright {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    margin: 30px
}

/* old impl
body {
    background: #ebeff2;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #797979;
}

.wrapper-page {
    margin: 5% auto;
    position: relative;
    width: 420px;
}

.card-box {
    padding: 20px;
    border: 1px solid rgba(54, 64, 74, 0.05);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.panel-heading {
    border: none !important;
    padding: 10px 20px;
}

.text-center {
    text-align: center;
}

.text-custom {
    color: #5fbeaa;
}

h3 {
    line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
    color: #505458;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 10px 0;
}

.form-control {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #565656;
    display: block;
    width: 100%;
    padding: 7px 12px;
    height: 38px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 300ms linear;
}

.panel-body {
    padding: 15px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.form-group {
    margin-bottom: 15px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}
*/