#sellFormC input, #sellFormC button{
    outline:none;
}

#sellFormC #sellFormType{
    display: none;
}

#sellFormC .follower{
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 22px;
    color: #242424;
    padding-right: 100px;
    border-bottom: 2px solid #d4d4d4;
    clear: both;
    margin-bottom: 30px;
    text-transform: none !important;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    font-weight: normal;
    margin-top: 42px;
    margin-bottom: 40px;
}

#sellFormC h2.follower:after {
    content: '';
    width: 350px;
    height: 2px;
    background: #F36523;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

#sellFormC #TypeSelector{
    margin-bottom: 110px;
    clear: both;
}

    #sellFormC #TypeSelector button{
        width:200px;
        height:60px;
        float:left;
        display: inline-block;
        background: #F36523;
        border:0px;
    }

        #sellFormC #TypeSelector button{
            font-size: 17px;
            color:white;
            border: 1px solid rgba(0, 0, 0, 0.13);
            margin-left: 10px;
            background: #f9f9f9;
        }

        #sellFormC #TypeSelector button:hover{
            background: #f1f1f1;
        }

        #sellFormC #TypeSelector button span{
            color: #242424;
        }

        #sellFormC #TypeSelector button.active{
            background: #F36523;
        }

        #TypeSelector button.active span{
            color:#fff !important;
        }

#sellFormC p{
    position: relative;
}

#sellFormC label{
    position: absolute;
        left:40px;
        top:31px;
    font-weight: normal;
    z-index: 1;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

#sellFormC label.focus{
    top: -5px;
    left:25px;
    font-size: 12px;
    font-weight: bold;
}

#sellFormC .text.field, .text.area{
    width:380px;
    height:51px;
    border:1px solid #e1e1e1;
    border-radius: 6px;
    padding:0px 10px;
    margin:18px 0px 0px 25px;
}

#sellFormC div.uploader span.filename{
    color:white !important;
}



#sellFormC .invalid{
    border: 1px solid #F36523 !important;
}

    #sellFormC .invalidP::after{
        content: '\f00d';
        font-family: fontAwesome;
        position: absolute;
        left: 10px;
        top: 12px;
        font-size: 21px;
    }

    #sellFormC .action{
        display: none !important;
    }

#sellFormC .uploader{
    margin-left: 25px !important;
    margin-top:27px !important;
}

#sellFormC .filename{
    max-width: 380px !important;
    height:51px !important;
    border:1px solid #e1e1e1;
    border-radius: 6px;
}

#sellFormC div.uploader span.filename{
    line-height: 49px !important;
    font-size: 17px;
    color: #333038;
}

#sellFormC label.attachment {
    position: static;
    margin-left: 25px;
    margin-top: 10px;
}

    #sellFormC #attachment{
        margin: 10px 0px 0px 25px;
        font-size: 16px;
        line-height: 0px;
        border: 1px solid #e1e1e1;
        padding: 12px;
        width: 380px;
        cursor: pointer;
    }

    #sellFormC #attachment:hover {
        background: #f5f5f5;
    }

#sellFormC #sellFormNotice {
    margin: 12px 0px 12px 25px;
    border: 1px solid rgba(0,0,0,0.10);
    padding: 10px;
    font-size: 15px;
    position: relative;
    display: none;
}

#sellFormC #sellFormNotice .success{
    color: #047504;
    font-weight: bold;
    padding-left: 29px;
}

    #sellFormC #sellFormNotice .success::before{
        content: '\f00c';
        font-family: fontAwesome;
        position: absolute;
        left: 10px;
        top: 12px;
        font-size: 21px;
    }

#sellFormC #sellFormNotice .error{
    color: rgb(212, 35, 35);
    font-weight: bold;
    padding-left: 29px;
}

    #sellFormC #sellFormNotice .error::before{
        content: '\f00d';
        font-family: fontAwesome;
        position: absolute;
        left: 10px;
        top: 12px;
        font-size: 21px;
    }

#sellFormC .text.area{
    width: 540px;
    min-height: 230px;
    padding:10px;
}

#sellFormC button[type="submit"]{
    border:0px;
    background:#F36523;
    color:white;
    padding: 15px 50px 15px 50px;
    font-size: 19px;
    margin: 13px 0px 100px 25px;
}

#sellFormPage #left_column{
    width:21% !important;
    margin-top: 10px;
}

#sellFormPage #columns_inner .center_column{
    width: 77%;
    margin-left: 1%;
    background: #fff;
    padding-top: 10px;
}

#sellFormC *{
    outline:none;
    box-sizing:border-box;
}

@media screen and (max-width: 640px){
    #sellFormC .text{
        width:90% !important;
    }
}