#login,#upgrade {
	margin: 100px auto 50px;
	width: 420px;
	border: 1px solid #ddd;
	padding: 36px 56px;
	border-radius: 8px;
	box-shadow: 0 0 9px #ddd;
	background-color: #fff;
}

h2 {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 10px;
}

#verify {
	width: 120px;
	display: inline-block;
}

#verifyCode {
	margin-left: 6px;
	margin-right: 6px;
}

#submit {
	height: 40px;
	margin-top: 10px;
	border: none;
	outline: none;
}

#tip span {
	font-weight: bold;
}

.copyright {
	margin-top: 40px;
	font-size: 12px;
	color: #666;
}

#upgrade {
	padding-top: 48px;
}

#upgrade .warning,
#upgrade .doing,
#upgrade .done {
	width: 96px;
    height: 96px;
    text-align: center;
	line-height: 96px;
	margin: auto;	
    margin-bottom: 20px;
}

#upgrade .warning {
    border-radius: 50%;
    border: 2px solid red;
    font-size: 48px;
    color: red;
}

#upgrade .done {
	border-radius: 50%;
    border: 2px solid green;
}

#upgrade .done span {
    color: green;
    font-size: 48px;
    line-height: 94px;
}

#upgrade #submit {
	width: 200px;
}

#upgrade .submit-btn-box {
	text-align: center;
}


#errtip {
	margin: 100px auto 50px;
	width: 600px;
	border: 1px solid #ddd;
	padding: 36px 56px;
	border-radius: 8px;
	box-shadow: 0 0 9px #ddd;
	background-color: #fff;
	text-align: center;
}
#errtip .warning {
	width: 66px;
	height: 66px;
	text-align: center;
	line-height: 66px;
	margin: auto;
}
#errtip .warning {
	border-radius: 50%;
	border: 2px solid red;
	font-size: 48px;
	color: red;
}