body{
    background-color: lightblue;
}

.FBContainer{
    width: 800px;
    height: 200px;
    margin: 0 auto;
}

.FBContainerTop{
    float: left;
    width: 100%;
    height: 460px;
    border: 5px solid #ffffff;
    border-radius: 2px;
    /*box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
}

.FBContainerTopLeft{
    float: left;
    width: 340px;
    height: 460px;
    background-color: lightblue;
    border-right: 5px solid #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.FBContainerTopLeftHeader{
    background: transparent url("../img/icons/fblogo.png") no-repeat center center;
    /*background-color: inherit;*/
    background-size: 100%;
    margin: 0 auto;

    width: 200px;
    height: 80px;
}

.FBContainerTopLeftContainer{
    width: 100%;
    height: 330px;

    padding: 0px 15px;

    /*overflow: scroll;*/
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;

    word-wrap: break-word;


    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.FBContainerTopRight{
    float: left;
    /*width: 60%;*/
    width: 460px;
    height: 460px;
}

.FBContainerTopRight img{
    cursor: pointer;
}

.FBContainerBot{
    float: left;
    width: 810px;
    display: inherit;
}


/**
*** Lottery
**/
#lottery_container {
    width: 100%;
    margin-top: 5px;
    float: left;
}

#lottery_name{
    width: 805px;
}

#lottery_email, #lottery_gsm{
    width: 370px;
    float: left;
}

#lottery_gsm {
    float: right;
    /*width: 30%;*/
}

.inputDivider {
    float: left;
    width: 50px;
    text-align: center;
}


.lottery_row{
    float: left;
    width: 100%;
}

.lottery_row a{
    color: #000000;
    margin-left: 27px;
}


.lottery_row_toggle{
    display: none;
}

/*
** Votebar
*/

#vote_bar {
    width: 810px;
    height: 60px;
    float: left;
    margin-top: 10px;
}

#vote_bar_left, #vote_bar_right {
    width: 350px;
    height: 30px;
    background-color: #00ff00;
    float: left;
}

#vote_bar_left {
    margin-left: 5px;
}

#vote_bar_right {
    background-color: #ff0000;
    margin-right: 5px;
}

#vote_bar_left_percent, #vote_bar_right_percent {
    width: 50px;
    height: 30px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#vote_bar_left_percent{
    direction: rtl;
}

#vote_bar_left_text, #vote_bar_right_text, #vote_bar_mid_text {
    width: 200px;
    height: 30px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 5px;
}

#vote_bar_left_text {
    margin-left: 55px;
}

#vote_bar_mid_text {
    width: 300px;
    text-align: center;
}

#vote_bar_right_text {
    direction: rtl;
}


/*
** Vote Buttons
*/

#vote_buttons {
    width: 100%;
    height: 30px;
    float: left;
    margin-top: 10px;
}

.vote_button {
    width: 160px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    text-transform:uppercase;
    font-weight: bold;
    line-height: 1.7em;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#vote_yes {
    background-color: #00ff00;
    float: left;
    border: 2px solid #00aa00;
    margin-left: 5px;
}

#vote_no {
    background-color: #ff0000;
    float: right;
    border: 2px solid #aa0000;
    margin-right: 5px;
}






#voteTime {
    width: 810px;
    float: left;
    margin: 0px;
}