.upanel .headline{
	color:#333;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #E2E2E2;
}
.ucenter .upanel .headline{
	padding-bottom: 15px;
}
.steps-title{
	margin-top:20px;
}
.login_step{
	width:400px;
	margin:50px auto;
}
.login_step p{
	margin:15px 0;
}
.login_step p span{
	width:110px;
	text-align: right;
	display: inline-block;
	color:#333;
}
.login_step_one .one input{
	border: 1px solid #e2e2e2;
    padding: 8px 0;
    border-radius: 2px;
    width: 250px;
    padding-left: 10px;
}

.login_step_one  .two input ,.login_step_one .three input {
	border: 1px solid #e2e2e2;
    padding: 8px 0;
    border-radius: 2px;
    width: 160px;
    padding-left: 10px;
}

.login_step_one .three .sendCode{
    border: 1px solid #e2e2e2;
    color: #333;
    padding: 8px;
}

.login_step .nextStep{
    background: #E5012C;
    color: #fff;
    width: 260px;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    border-radius: 2px;
    margin-top: 15px;
}

.login_step_two p input{
	border: 1px solid #e2e2e2;
    padding: 8px 0;
    border-radius: 2px;
    width: 250px;
    padding-left: 10px;
}
.login_step_three .title{
	color:#333;
	font-size: 16px;
}
.login_step_three img{
	vertical-align: middle;
}
.login_step_three .content_center{
	font-size: 14px;
	color:#777;
}
.login_step_three .goBackBtn{
	    background: #E5012C;
    color: #fff;
    border-radius: 2px;
    width: 300px;
    display: inline-block;
    padding: 12px 0;
}

.step_hidden{
	display: none;
}
#account{
    width: 67px;
    vertical-align: middle;
}
.ticket img{
	cursor: pointer;
}
#popup_alert_headline{
	text-align: center;
	padding:10px 0;
	font-size:16px;
}
.refresh{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}
#in_username{
	text-align: left;
}
