/*注册页*/
#memCash_body .JoinMemForm {
    width: 700px;
    margin: 0px auto;
}

#memCash_body span.join-acc {
    position: relative;
    left: 40px;
    top: 20px;
    font-size: 14px;
    font-family: microsoft yahei;
    padding: 2px 8px;
    color: #FFFECA;
    background-color: #9B836F;
    border-radius: 5px;
}

#memCash_body table {
    padding: 20px 10px;
    margin: 10px;
    border-collapse: separate;
    border: 1px solid #9b836f;
}

#memCash_body tr {
    line-height: 12px;
    height: 20px;
}

#memCash_body table td {
    height: 22px;
    line-height: 20px;
}

#memCash_body label {
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: right;
    width: 135px;
}

#memCash_body label {
    color: #FED778;
}

#memCash_body .star {
    font-family: verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF0000;
    font-weight: bold;
    vertical-align: -2px;
}

#memdata tr td input{
    display: inline-block;
    height: 25px;
    width: 150px;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

#reg_tb input, select {
    display: inline-block;
    height: 25px;
    width: 150px;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

span.join-info {
    position: absolute;
    margin: 20px 0 0 40px;
    font-size: 14px;
    font-family: microsoft yahei;
    padding: 2px 8px;
    color: #FFFECA;
    background-color: #9B836F;
    border-radius: 5px;
}

#memCash-confirm .btn {
	width: 60px;
    height: auto;
    margin-right: 5px;
    line-height: normal;
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#memCash-confirm .btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ab7d23;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cba13e), to(#ab7d23));
    background-image: -webkit-linear-gradient(top, #cba13e, #ab7d23);
    background-image: -o-linear-gradient(top, #cba13e, #ab7d23);
    background-image: linear-gradient(to bottom, #cba13e, #ab7d23);
    background-image: -moz-linear-gradient(top, #cba13e, #ab7d23);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffcba13e', endColorstr='#ffab7d23', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#memCash-remark ul li{
	line-height: 20px;
}
