﻿.aus-roo {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 360px;
    margin-top: -100px;
}

    .aus-roo img {
        width: 100%;
    }

.fourbtn .btn-redadd {
    width: 220px;
    height: 60px;
    margin-top: 10px;
    box-shadow: 0 3px 1px rgba(0,0,0,.1);
    display: table;
    padding-left: 6px;
    background: -webkit-linear-gradient(90deg,#df1e15,#ff4941);
    background: -moz-linear-gradient(90deg,#df1e15,#ff4941);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df1e15',endColorstr='#ff4941',GradientType=0 );
    background: linear-gradient(90deg,#df1e15,#ff4941);
}

.addmo-tit {
    background: #4db636;
    border-bottom: 0px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom: 10px;
    color: #fff;
}

.addmo-cont {
    border: none;
    background: rgba(255,255,255,.9);
}

.addmo-tit .close {
    color: #fff;
    opacity: 0.5;
}
