.showformember {
    padding: 40px 20px;
    width: 99%;
    text-align: center;
    margin: 20px auto;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.6);
}

.showformember .buycontentexc {
    padding: 10px 20px;
    padding-bottom: 0px;
    margin: 0px auto;
    line-height: 140%;
}

.showformember .smallexc{
    font-size:0.8em;
    font-style: italic;
}

.showformember .csprice{
    font-size:1.2em;
    font-style: italic;
}

.memregisterbtn, .memregisterbtn:visited, .memregisterbtn:link {
    display: inline-block;
    margin: 5px;
    margin-top: 5px;
    padding: 10px 25px ;
    background: #cc3011 ;
    margin-top: 5px ;
    color:#fff ;
    text-shadow: none ;
    border-radius: 3px ;
    min-width: 170px ;
    border: 1px solid #cc3011 ;
    text-decoration: none ;
    font-family: inherit ;
    font-size: 16px ;
}

.memloginbtn {
    display: inline-block;
    padding: 0px 25px;
    margin: 5px;
    margin-bottom: 5px;
    background: #fff;
    text-shadow: none;
    border: 1px solid #999;
    color: #555;
    border-radius: 3px;
    min-width: 170px;
    text-decoration: none;
    font-family: inherit;
    font-size: 13px;
}

.almemberlabel{
    display:inline-block;
    width:100px;
    text-align:left;
}

.almemberinput {
    padding:3px !important;
    margin:3px !important;
    width:250px !important;
    height:30px !important;
}