@charset "utf-8";
/* CSS Document */
label.error{
	display: block;
	color: #C00;
}
.tips-warning {
    color:#C00;
}
section .captchaimg {
    float: left;
    margin: 0 3px 0 0;
}
section .captchareload a {
    float: left;
    width: 46px;
    height: 46px;
    margin: 0 3px;
    color: #333;
    font-size: 1.5em;
    line-height: 48px;
    border: 1px solid #ccc;
    text-align: center;
    display: block;
}
section input.captcha {
    width: 100px;
    text-align: center;
}