html{height:100%;}
body
{ margin:0;
    color: #333;
    font-size: 9pt;
}img {
    border: 0;
}

#topWrap{ text-align:center;
width:650px;margin:0 auto;}
#topWrap .topMenu{float:right}
#logoWrap{float:left}
.clear{clear:both;height:0px;font-size:0px;line-height:0px;overflow:hidden}
#mainWrap
{width:650px;margin:0 auto;
}
#infoWrap
{
    float:right;
    background-color: #3366CC;
}

table#options
{
    border: 1px dashed #CCCCCC;
    float: right;
    width: 100%;
    display: none;
}
table#options td {
    vertical-align: top;
    padding-left: 10px;
}
#btnWrap{float:left;width:100%}
#btnWrap button
{
    cursor: pointer;
    width: 60px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd #999999 #999999 #ddd;
    margin-bottom: 2px;
}
#btnWrap button#beautify
{width: 160px;
}button#submit em {
    font-size: 11px;
    font-style: normal;
    color: #999;
}



#testWrap
{
    float: right;
    margin-left: 15px;
    line-height: 22px;
}
#testresults
{
    display: none;
    font-family: monaco, "lucida console" , "courier new" , monospace;
    float: right;
}
#test{float:right; border-style: solid;
    border-width: 1px;
    border-color: #ddd #999999 #999999 #ddd;
    margin-bottom: 2px; cursor: pointer;}








p, select, label, .blurb, a.turn-off-codemirror {
    font:13px/1.231 arial, sans-serif;
    *font-size:small;
}

a {
    color: #36d;
}

a.turn-off-codemirror {
    margin-left: 25px;
}



#source {
    width: 100%;
    padding-left: 0;
    padding-right: 0; font-size: 11pt;
}



label {
    cursor: pointer;
}

select {
    width: 220px;
}

#title
{
    float: left;width:400px;
    display: block;
}
#title p
{
    margin: 15 6px 15px 0;
    text-align: left;
}.self { font-weight: bold; text-decoration: none; color: #444; }

li {
    line-height: 150%;
}




.contributors a {
    white-space: nowrap;
}

.fr{float:right}