body {
	margin: 0 0 13px 0;
	color: black;
	background-image: url('/wp-content/themes/sn-ffx/images/bg.jpg');
	background-repeat: repeat-x;
    font-family: Verdana, Helvetica, Arial;
	font-size: .7em;
    text-align: left;

}

a:active {
  outline: none; /* this gets rid of the firefox border around active links */

}

table {
	font-size: 9px;
	border-width: 3px;
	border-collapse: collapse;
    text-align: center;
}

table th{
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
    height: 30px;
    text-align: center;
}

table td{
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
    height: 30px;
    text-align: center;
}

.mgrName{
    position: absolute; 
	left:125px; 
	top: 90px;
}

.enterDraftId{
    position: absolute; 
	left:125px; 
	top:500px;
}

.errorMsg{
	color:  red;
    position: absolute; 
	left:125px; 
	top: 75px;
}

.draftSelect{
    position: absolute; 
	left:125px; 
	top: 150px;	
}

.onTheButton{
	background-color: white;
    background-repeat: no-repeat;
	}

.header{
    position: absolute; 
	left:20px; 
	top: 10px;	
}
	
.draftInfo{
    position: absolute; 
	left:20px; 
	top: 25px;	
}

.playerListDiv{
    position: absolute; 
	left:20px; 
	top: 70px;		
}

.watchListDiv{
    position: absolute; 
	left:20px; 
	top: 290px;		
}	

.nextPick{
    position: absolute; 
	left:335px; 
	top: 20px;			
}

.draftGridDiv{
    position: absolute; 
	left:335px; 
	top: 130px;			
}

.draftGridKey{
   position: absolute; 
	left:1100px; 
	top: 15px;	
}


.draftIdControl{
   position: absolute; 
	left:700px; 
	top: 50px;	
}

.contactUsControl{
   position: absolute; 
	left:30px; 
	top: 700px;	
}

.chatContent{
    position: absolute; 
	left:20px; 
	top: 440px;			
	
}	

.timerCount{
    position: absolute; 
	left:335px; 
	top: 110px;				
	
}