*{
  font-family: normal verdana, Arial, sans serif;
  font-size: 14px;
}

#body{
  margin: 0 auto 0 auto;
}

a,
a:visited{
  color           : #2A5DB0;
  text-decoration : none;
}

a:hover{
  text-decoration : underline;
}

.title-and-test-link{
  margin: 15px 0 0 0;
}

#facebook-logo{
  text-align: center;
}

#facebook-container{
  width: 760px;
}

#copyright{
  font-size: 10px;
  margin: 80px 0 0 0;
  text-align:center;
  color: #666666;
  text-decoration: none;
}

#copyright a{
  font-size: inherit;
}

h1.title{
  font-size: 18px;
  margin: 0 0 0 0;
}

#facebook-container h1.title{
  margin: 35px 0 0 0;
}

td{
  vertical-align: middle;
}

.indent{
  margin: 0 0 0 50px;
}

.instructions{
  font-size: 14px;
  margin: 20px 0 0 0;
  font-weight: normal;
}

form h3{
  margin-top: 30px;
}

.question-number{
  margin: 30px 0 0 0;
}

.question{
  font-weight: bold;
}

.forget-answer{
  color: red;
  margin: 15px 0 5px 0;
}

.submit-button{
  margin: 25px 0 0 0;
  text-align: center;
}

.score{
  font-size: 17px;
  font-weight: bold;
}

.invitation-form{
  margin: 60px 0 0 0;
}

.test-right-now{
  width: 30%;
}

.test-right-now .roundex-box-roundbox a{
  color:#999999;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  display: block;
  text-decoration: none;
}

.test-right-now .roundex-box-roundbox a:hover{
    color:#FF0000;
    cursor: pointer;
}


/* rounded box like in the GG splash */
.roundex-box-roundbox { background-color:#EEEEEE;}
.roundex-box-top div { background: url(/images/corner_top_left_EEEEEE.gif) no-repeat top left; }
.roundex-box-top { background: url(/images/corner_top_right_EEEEEE.gif) no-repeat top right; }
.roundex-box-bottom div { background: url(/images/corner_bottom_left_EEEEEE.gif) no-repeat bottom left; }
.roundex-box-bottom { background: url(/images/corner_bottom_right_EEEEEE.gif) no-repeat bottom right; }

.roundex-box-top div, .roundex-box-top, .roundex-box-bottom div, .roundex-box-bottom {
  width: 100%;
  height: 12px;
  font-size: 1px;
}
.roundex-box-content { margin: 0 14px; }
.roundex-box-roundbox { margin: 1em auto; }
/* end rounded box */

