.bpage div {
	-webkit-column-count:2;
	-moz-column-count:2;
	-moz-column-gap:22px;
	-webkit-coulmn-gap:22px;
}

   .loginBox {
/*    background-image: url('https://bizwiz.wizardtechnologies.net/images/wiztech-logo-solid.png');  */
    position: relative;
    left: 25%;
    margin-top: 50px;
    width: 50%;
	height: auto;
	margin-right: 25%;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
/*   background-color: #bdd; */
   border:2px solid #588;
	text-align: center; 
	padding: 15px;
   }  

	form fieldset
	{
		border: 0px;
	}

  table#invoiceList
  {
    width: 100%;
  }

  table#serviceList
  {
    width: 100%;
  }

  div#serviceList
  {
    padding-left: 25px;
    text-decoration: underline;
    font-weight: bold;
    font-size: 24px;
  }

.autocomplete-w1 
{ 
	background:url(img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; 
}
.autocomplete 
{ 
	border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; 
}
.autocomplete .selected 
{ 
	background:#F0F0F0; 
}
.autocomplete div 
{ 
	padding:2px 5px; white-space:nowrap; 
}
.autocomplete strong 
{ 
	font-weight:normal; color:#3399FF; 
}

/* css for timepicker */
#ui-timepicker-div dl{ text-align: left; }
#ui-timepicker-div dl dt{ height: 25px; }
#ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }

#dialog-overlay {  
  
    /* set it to fill the whil screen */  
    width:100%;   
    height:100%;  
      
    /* transparency for different browsers */  
    filter:alpha(opacity=50);   
    -moz-opacity:0.5;   
    -khtml-opacity: 0.5;   
    opacity: 0.5;   
    background:#000;   
  
    /* make sure it appear behind the dialog box but above everything else */  
    position:absolute;   
    top:0; left:0;   
    z-index:3000;   
  
    /* hide it by default */  
    display:none;  
}  
  
  
#dialog-box {  
      
    /* css3 drop shadow */  
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);  
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);  
      
    /* css3 border radius */  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
      
    background:#eee;  
    width:90%;
	top: 50px;

    /* make sure it has the highest z-index */  
    position:absolute;   
    z-index:5000;   
  
    /* hide it by default */  
    display:none;  
}  
  
#dialog-box .dialog-content {  
    /* style the content */  
    text-align:left;   
    padding:10px;   
    margin:13px;  
    color:#666;   
    font-family:arial;  
    font-size:11px;   
}  

/* extra styling */  
#dialog-box .dialog-content p {  
    font-weight:700; margin:0;  
}  
  
#dialog-box .dialog-content ul {  
    margin:10px 0 10px 20px;   
    padding:0;   
    height:50px;  
}