body {
    background: #404000;
}

.print {
    display: none;
}

#container {
    width: 740px;
    margin: 0px auto;
}

    #quiz {
        display: none;
    }

    #popup {
        text-align: center;
        margin: 25% 0%;
        font-size: 22px;
        color: white;
        text-decoration: underline;
        cursor: pointer;
    }

    #popup:hover {
        color: #CACB7B;
    }

    #content {
        /* background-image: url(../screenshot.png); */
        overflow: visible;
    }

        #left {
            width: 235px;
            float: left;
        }

            #graphic {
                margin: 10px;
            }

                #graphic img {
                    width: 212px;
                    height: 200px;
                    display: block;
                }

            #buttons {
                height: 78px;
                margin: 25px 10px 0px 10px;
                width: 183px;
            }

                #buttons input {
                    background: #d4d0c8;
                    height:45px;
                    width:73px;
                    display: block;
                }

                    #buttons input#AnswerButton {
                        float: right;
                        margin-right:-10px;
                        margin-top:-10px;
                    }

            #score {
                margin: 14px 17px;
                width: 200px;
                background: #d4d0c8;
                height: 140px;
            }

                #score fieldset {
                    padding-bottom: 10px;
                }

                    #score fieldset label {
                        padding-left: -10px;
                    }

                    #score fieldset div {
                        padding: 0px 10px 8px 11px;
                        float: left;
                    }

                        #score fieldset div label {
                            font-size: 11px;
                            display: block;
                            margin-bottom: 7px;
                        }

                        #score fieldset div input {
                            font-size: 16px;
                            width: 60px;
                            display: block;
                            text-align: center;
                            font-weight: bold;
                        }


        #right {
            float: left;
            padding: 0px 13px;
            width: 474px;
        }

            #right h1.title {
                color: white;
                font-family: verdana, sans-serif;
                font-size: 24px;
                font-weight: bold;
                margin: 0px;
                margin-left: 25px;
                padding: 0px;
                text-align: center;
            }

            #question {
                height: 162px;
                margin-top: 10px;
                background: white;
                font-weight: bold;
                border: 1px solid #b5b5b4
            }

                #QuestionTextarea {
                    height: 162px;
                    overflow-y: scroll;
                }

                #FinalMessage {
                    display: none;
                }

            #answers {
                margin-top: 5px;
                background: #d4d0c8;
            }

                #answers fieldset {
                }

                    #answers fieldset div {
                        line-height: 26px;
                    }

                        #answers fieldset div input {
                        }

                        #answers fieldset div label {
                            margin-top: -2px;
                        }

                        #answers fieldset div input.text,
                        #answers fieldset div span {
                            margin-left:32px;
                            width:367px;
                        }

                        #answers fieldset #QuestionNumber {
                            float: right;
                            margin-top:-13px;
                            width:39px;
                            color: #c04000;
                            text-align: center;
                        }

            #results {
                margin-top: 8px;
                background: #d4d0c8;
            }

                #results fieldset {
                    padding-bottom: 17px;
                }

                #results input.reference {
                    width: 45px;
                    height: 45px;
                    float: left;
                }

                #results input.text {
                    margin-left: 15px;
                    width: 378px;
                }

                    #results input.text#CorrectAnswer {
                        font-weight: bold;
                    }

    #message,
    #paypal {
        background: white;
        font-size: 14px;
        text-align: center;
        margin: 15px 0px;
        padding: 5px;
        border: 2px solid #95953a;
    }

    #paypal {
        color: white;
        border: 0px none;
        background: transparent;
        margin-bottom: 0px;
    }

        #paypal form {
            margin: 5px 0px;
        }

.error {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: white;
    border: 2px solid red;
    margin: 15px 0px;
    padding: 15px;
}

#footer {
    text-align: center;
    clear: both;
    margin: 5px 0px;
    font-size: 80%;
    color: #444;
}
