﻿.register-btn {
    width: 92px;
    height: 33px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
   
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #e05f00;
    cursor: pointer;
}
.bg{
	background:#ff5e5e url(../images/whitejiao.png) 72px 15px no-repeat !important;
	color:white !important;
	}
.register-ul{
	width:100%;
	height:auto;
	border:1px solid #d6d6d6;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	}
.register-ul li{
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color:#da1212;
	width:100%;
	text-align:center;
	height:33px;
	line-height:33px;
	border-bottom:1px solid #d6d6d6;
	}