.w {line-height: 24px;}


/* ALERTS */
.alert {padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; text-shadow: 0 1px 0 rgba(255,255,255,.2); box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);}
.alert-success {color: #3c763d; background-color: #dff0d8; background-repeat: repeat-x; border-color: #d6e9c6; border-color: #b2dba1; background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);}
.alert-danger {color: #a94442; background-color: #f2dede; background-repeat: repeat-x; border-color: #dca7a7; background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);}

.sep {
    display: block;
    height: 8px;
    width: 520px;
    background: #ef3f4a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ef3f4a 0%, #5fd2f5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ef3f4a 0%, #5fd2f5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ef3f4a 0%, #5fd2f5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef3f4a', endColorstr='#5fd2f5', GradientType=1);
    /* IE6-9 */
    margin: 50px 0;
}