body
{
    margin: 0 auto;
    background: url('http://mco.images.lg1.simplecdn.net/baseline/bg.png') repeat-x;
    text-align: center;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 75%;
    line-height:1.6em;
}


a {
    color: #555;
}
#major-container
{
    text-align: left;
    margin: 0 auto;
    width: 850px;
    overflow: hidden;
}

#major-content
{
    width: 840px;
    background: #fff;
    border: 1px solid #dedede;   
    overflow: hidden;
    text-align: left;
    padding: 0 0 20px 0;
}

#logo
{
    height: 105px;
    width: 304px;
    background: url('http://mco.images.lg1.simplecdn.net/mco-logo.jpg') no-repeat;
}

#major-left
{
    display: inline;
    margin: 15px 25px 15px 15px;
    width: 420px;
    float: left;
}

    #major-left h1
    {
        font-size: 1.5em;
        margin: 0 0 10px 0;
    }
    
    #major-left p
    {
        margin: 15px;
    }
    

#major-right
{
    margin: 15px 0;
    width: 330px;
    float: left;
}

    #major-right #content
    {
        margin: 50px 0 0 0;
        background: url('http://mco.images.lg1.simplecdn.net/baseline/pull-top.png') no-repeat;
        padding: 25px;
    }

#content h2
{
    color: rgb(0, 144, 208);
    font-size: 1.7em;
    margin: 0 0 10px 0;
}

#content p
{
    margin: 0 0 10px 10px;
}

#content .bullet
{
    padding: 0 7px 0 0;
    color: rgb(0, 144, 208);
    font-size: 1.2em;
}

#major-left table td
{
    text-align: left;
    padding: 3px 0;
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
}   

#entry-form .col-label
{
    padding: 0 7px 0 0;
    width: 90px;
    text-align: right;
    font-weight: bold;    
}

#entry-form .col-field
{
    width: 210px;
    padding: 5px 10px 5px 0;
}

#entry-form .col-help
{
    text-align: center;
    background: #EFEFEF;
    font-weight: bold;
    color: #4F4F4F;
}


.valid
{
    color: #666 !important;
    text-align: center;
    padding-left: 20px !important;
    font-weight: bold;
    background: #F0FEE9 url("http://mco.images.lg1.simplecdn.net/baseline/accept.png") no-repeat !important;
    background-position: 5px 10px !important; 
}

.fail
{
    color: #801B1B !important;
    text-align: center;
    padding-left: 20px;
    font-weight: bold;
    background: #FFCFCF url("http://mco.images.lg1.simplecdn.net/baseline/delete.png") no-repeat !important ;
    background-position: 5px 10px !important; 
}


#entry-form input
{
    margin: 0 0 0 2px;
    padding: 4px;
    font-size: 16px;
}

#entry-form ul
{
    margin: 10px 0 0 0;
}

#entry-form ul li
{
    padding: 7px;
    line-height: 20px;
    border-bottom: 1px solid #dedede;
    text-align: left;
    font-weight: normal;
}

#submit-btn
{
    color: #fff;
    width: 87px;
    height: 30px;
    background: url("http://mco.images.lg1.simplecdn.net/baseline/search.png") no-repeat;
    border: none;
    font-size: 11px !important;
    font-weight: bold !important;
}


#entry-form ul input
{
    float: left;
    margin: 0 10px 0 0;
}

/* */
#major-footer
{
    text-align: right;
    font-size: 10px;
}