.call2action{
    border-radius:0px !important;
    margin:10px 0px;
    clear:both;
    display:block;
    background: #f1f1f1;
    padding:20px !important;
}
.call2action .ccontent{
    padding: 10px;
}

.call2action .c2atitle{
    line-height:1.3;margin:0px;
}

.call2action a.btn{
    margin:10px auto;
    text-decoration: none;
    border-radius: 3px;
}

.call2action.alert-primary{
    background: #EFF7FF;
    border:1px solid #C1E0FF;
    color: #0063CC; 
}

.call2action .span12{
    margin:0px !important;
    text-align: center;
}

.call2action.style-center{
    text-align: center;
}

.call2action.style-center .btn-center{
    margin-top: 15px !important;
}

