body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #333;
    margin: 0px;
    font-size: 0.8em;
    text-align: center;
}

a{
    color: #333;
}

td {
    font-family: Arial, Helvetica, sans-serif;
}

th {
    font-family: Arial, Helvetica, sans-serif;
}

img {
    border: 0px;
}

#wrapper{
    width: 889px;
    margin: auto;
    background-image:url(../images/competition_bg.jpg);
    background-repeat:no-repeat;
    background-position:0px 140px;
 	display:table;     
}

#mainContent{
    float: left;
    width: 630px;
    margin-top: 20px;
}
#mainContent p{
    clear:left;
}

#leftBanner{
    float: right;
    width: 252px;
    margin-top: 10px;
}

.greybox{
    width: 562px;
    background: url(../images/bg_footer.gif) #E2E2E2 bottom no-repeat;    
    margin: 10px 10px 10px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: table;
}

dl input{
    background-color: #CCC ! important;
    color: black ! important;
    border: 1px solid #999 ! important;
    padding: 2px ! important;
    width: 160px;
}

select{
    background-color: #CCC ! important;
    color: black ! important;
    border: 1px solid #999 ! important;
    padding: 2px ! important;
    width: 166px;
}

dl {
    position: relative;
    width: 350px;
    margin-left:auto;
    margin-right:auto;
}
dt {
  clear: both;
  float:left;
  width: 100px;
  padding: 4px 0 2px 0;
  text-align: left;
}
dd {
  float: left;
  width: 200px;
  margin: 0 0 8px 0;
  padding-left: 6px;
}
.hint {
  display:none;
  font-size: 0.8em;
  position: absolute;
  right: -70px;
  width: 120px;
  margin-top: -4px;
  background:#CCC;
  border:1px solid #FFF;
  text-align:left;
  padding:5px;
  min-height:12px;;
  -moz-border-radius:5px;
  opacity: .8;
}
.hint .hintPointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background-image: url(../images/pointer.gif);
    background-repeat: no-repeat;
}

.terms{
    font-size: 0.7em;
}

#questions{
    width: 550px;
    margin: auto;
}

#questions h4{
    clear:left;
    font-size: 1.0em;
}

#questions label{
    clear:left;
    float:left;
    width:500px;
    margin-top:0px;
    margin-left:0px;
}

#instructions {
	list-style: none;
	margin:0px;
	padding:0px;
	margin-left:25px;

}

#instructions li {
	display:inline;
	list-style: none;
	margin:0px;
	padding:0px;
	margin-right:6px;
	padding-right:6px;
}

.compContent {
	padding-left:51px;
	text-align:left;
	color:#000000;
}

.compContent p {
	margin-bottom:20px;
	font-size:11px;
}

#footer {
	clear:both;
	height:23px;
	background-position:center; 
	background-repeat:no-repeat; 
	text-align:center; 
	color:#a27201; 
	background-image:url(../images/footer.jpg); 
	font-size:9px;
}
.list{
    list-style:none;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 15px;
    display: block;
}
.list li{
    width: 150px;
    text-align: center;
    float: left;
    margin-right: 5px;
    height: 200px;
}
.list a{
    font-size: 0.8em;
    color:#000000;
    
}
