body{
	margin:0px; 
	padding:0px; 
	width:100%; 
	height:100%; 
	overflow:hidden;
	font-size:12px;
}
a{
	color:#635C57;
}
.surfbar{
	background:rgba(154, 111, 69, 0.78);
	color:#635C57;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-weight:bold;
	height:200px;
}
.logo{
background: url(styles/images/logo.png) no-repeat center;
width: 244px;
height: 79px;
float:left;
margin-left:10px;
}
#surfbar{ 
	float:left;
	padding:20px 0px 0px 20px;
}
.progressbar{
width:123px;
height:12px;
background:url(images/progressbar.png) no-repeat;
margin-top:10px;
}
.progressbar div{
height:15px;
background:url(images/progressbg_green.gif) no-repeat;;
width:3px;
max-width:120px;
margin-left:1px;
}
#vnumbers{
float:left;
margin-left:20px;
padding-top:5px;
}
.surfer_frame{
	border:0px; 
	height:100%; 
	width:100%;
}
.banner{
float:right;
margin-right:20px;
margin-top:9px;
}


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:250px;
  padding:50px 0 20px 25px;
  color:#333333;
  font-weight:normal;
}
#button{background:url(images/generic_button.png) repeat-x #e9e9e9; border:1px solid #a8a8a8; color:#424242; font-weight:bold; padding:5px; cursor:pointer}

.errorbox{
background:url(images/cancel.png) no-repeat;
padding-left:55px;
height:38px;
padding-top:10px;
display:none;
}
.successbox{
background:url(images/tick.png) no-repeat;
padding-left:55px;
height:38px;
padding-top:10px;
display:none;
}

.adwait{
padding-top:10px;
padding-left:5px;
}


