﻿s#hort_profile{
    color:white;
    font-size:14px;
    font-weight:bold;
    padding:5px 30px;
}
    #short_profile .base_color{
        cursor:pointer;
        font-weight:bold;
    }
    #short_profile .more{
        font-size:14px;
        font-weight:normal;
    }
#register_steps_container{
    
}

    #register_steps_container .step{
        -moz-border-radius:8px;
        -webkit-border-radius:8px;

        background-image:url(../img/register_step_bkg.png);
        background-position:right top;
        background-repeat:no-repeat;
        border:1px solid #CFCFCF;
        float:left;
        height:149px;
        margin:8px 5px;
        padding:2px;
        position:relative;
        text-align:center;
        width:210px;
    }
        #register_steps_container .step img{
            cursor:pointer;
            margin:6px 0 12px;
            opacity:0.8;
        }
        #register_steps_container .step img:hover{
            opacity:1;
        }
    
        #register_steps_container .step h2{
            color:#EA7A16;
            margin:25px auto;
            width:175px;
            text-transform:capitalize;
        }
        #register_steps_container .step h3{
            border-bottom:1px solid #A1A1A1;
            font-size:13px;
            max-width:200px;
            padding-bottom:4px;
            text-transform:capitalize;
        }
        #register_steps_container .step div{
            color:#8F8F8F;
            height:50px;
            padding:10px;
            text-align:left;
        }
        .demo{
            display:none;
            text-align:center;
        }
        .demo h4{
            display:inline-block;
            font-size:15px;
            margin:20px auto 20px 20px;
            max-width:380px;
            text-transform:capitalize;
        }
        .demo img{
            margin:auto;
            display:inline-block;
        }
        
        .banner{
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
            
            border:1px solid #CFCFCF;
            height:253px;
            width:891px;
            position:relative;
        }
        .join_btn{
            bottom:2px;
            display:block;
            height:250px;
            position:absolute;
            right:0;
            width:150px;
        }
        
.learn_more{
    display:none;
}
.learn_more ul{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:square;
}
.report_reg_form{
    margin-top:20px;
}