#oe{
    background-color:#771A49;
    padding-bottom:20px;
    color:white;
    width:570px;
}
    #oe_explainer{
        font-size:16px;
        margin-bottom:5px;
        margin-top:0px;
        margin:0 60px 10px 60px;
    }
    #oe_submitYourIdea{
        margin-left:60px;
        margin-right:60px;
    }
    #thanks{
        text-align:center;
        margin:20px 60px 0px 60px;
    }
    #oe_textinput_container{
        width:450px;
        margin-left:auto;
        margin-right:auto;
        border-top:1px solid #773e5c;
        border-left:1px solid #773e5c;
        border-right:1px solid #773e5c;
    }
    #oe_textinput{
        height:20px;
        width:442px;
        padding:4px;
        font-size:14px;
        background-color:white;
        color:black;
        border:none;
    }
    #oe_submit_btn{
        color:white;
        height:24px;
        text-align:center;
        width:450px;
        line-height:24px;
        font-size:12px;
        background-color:#501233;
        text-align:center;
        cursor:pointer;
        margin-left:auto;
        margin-right:auto;
        border-left:1px solid #773e5c;
        border-bottom:1px solid #773e5c;
        border-right:1px solid #773e5c;
    }
    #oe_submit_btn:hover{
        color:#DFE5E6;
        background-color:black;
    }