/*body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Lucida Grande, sans-serif;
}

div#main {
    width: 100%;
    // border: 2px solid #ADD3FA; 
}

#top {
    width: 100%;
    font-size :12px;
    background: #AFD2FC;
}

#middle{
    width: 100%;
    font-size: 12px;
}
#bottom {
    width: 100%;
    background :#E8F2FE;
    position:absolute;
    left: 0px;
    bottom: 0px;
    border-top: 1px solid #DDE9F9;
    height: 30px;
    font-size: 12px;

}
*/

#textToType {
    background-color: #F5F5F5;
    border: 0 none;
    color: #474646;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
}


div#success {
    margin: 15px;
    border: 1px solid #DDE9F9;
    background-color: #fafbfb;
    text-align: center;
    font-size: 12px;
    height: 40px;
    color: #555;
    padding: 15px;
    line-height: 20px;
    filter:alpha(opacity=0);
    opacity: 0.0;
}

.quillpanel {
    background-color: #DDDDDD;
    border: 1px solid #AAAAAA;
    color: #0033CC;
    margin: 5px 0;
    padding: 5px;
    width: 390px;
}

.demo-instruction-text {
    color: #474646;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
}


.demo-instruction-text-small {
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    padding: 2px;
    margin: 5px;
    font-size:12px;
    color:#fff;
    background-color:#888888;
}

/*
div#greenbox {
    position: absolute;
    border: 1px solid #BDE76F;
    text-align: center;
    font-size: 12px;
    color: #BDE76F;
    padding: 15px;
    line-height: 20px;
}

.tdtext {
    font-weight: bold;
    color: #555;
    padding-left: 15px;
}
*/

