/*
This file is hereby released from copyright into the public domain.
*/
.incorrect { color: red; font-weight: bold; }
.correct { color:green; font-weight: bold; }
.success { color:green; }
.error { color: red; }
#top {
 font-weight: bold;
 font-family: sans-serif;
}
#userinfo {
 float: left;
 width: 30%;
}
#logo {
 margin: 0;
 text-align: center;
}
#navigation {
 float: right;
 text-align: right;
 width: 30%;
}
.center {
 text-align:center;
}
.price {
 color: #4e770d;
 font-weight: bold;
}
h2.subtitle {
 font-size: large;
}
#legal {
 margin-top: 2%;
 text-align: center;
 clear: both;
}
#qlegal {
 margin-top: 2%;
 text-align: center;
 font-size: smaller;
 clear: both;
}
#debug {
 clear: both;
}
.noticebox {
 border: thin solid black;
 padding: 3px;
}
#anonymous {
 background-color: #ffcc33;
}
#tutorial {
 background-color: #33cc00;
}
.sgcb {
 text-align: right;
}
.export-qname {
 display: inline;
 font-weight: normal;
 font-size: medium;
}
.leftad {
 width: 100%;
}
.rightad {
 float: right;
 padding-right: 10px;
 padding-bottom: 10px;
}
#leftsquare {
 margin-right: -250px;
}
#rightsquare {
 width: 250px;
}
#rightrectangle {
 width: 336px;
 padding-right: 15px;
}
#leftrectangle {
 margin-right: -336px;
}
#rightscraper {
 width: 120px;
 padding-left: 3px;
}
#leftscraper {
 margin-right: -120px;
}
#bottomad {
 clear: both;
 padding-top: 15px;
}
input.openid_login {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}
