.menu_td {
background-color:#966633;
font: bold 10px arial, courier;
}


.box {
	background-color:#ffffff;
	height          :120px; 
	width           :140px;
	border-style   : dotted;
	font           : 9px arial, courier;
}

.textBox {
	height:100px; 
	width:100px;
	text-align:center;
}

#authcell
{
	padding-top:263px;	
}
#authcell input#smscode
{
	border:none;
	width:145px;
	height:25px;
	margin:0;
	padding:0;
	font-size:20px;
	text-transform:uppercase;
	margin-left:0px;	
		

}

#authcell
{
  /*background="/images/enter-code.png"*/
  
  background-repeat:no-repeat;
  
}

#authcell input#smscodeIE
{

	border:none;
	width:145px;
	height:25px;
	margin:0;
	padding:0;
	font-size:20px;
	text-transform:uppercase;
	margin-left:0px;		
}

#authcell input#submit
{
	position:relative;
	top:15px;
}

div#codeError
{
	color:red;
	font-weight:bold;
	margin-top:30px;
	width:300px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

div#loading
{
	text-align:center;
	padding-top:80px;
}
div#complete
{
	text-align:center;
	padding-top:20px;
}



div#loading p, div#complete
{
	font-weight:bold;	
}

a#morecelebs
{
	font: bold 10px arial, sans-serif;
	color:red;
	float:right;
	margin-right:20px;
}

