.contentGrid {
height:450px;overflow:none;border:0px;background-color:#FFEFCF;
}
body {
background-image: 
url('../imagez/greyandtransparent.png');
background-repeat: repeat;
background-color:orange;
}
.x-grid-cell-text {
	font-stretch: semi-expanded;
	line-height: 16px;
	font-size: 80%; 
}
.x-grid-header, .x-grid-bottombar, .x-toolbar{
	height:26px;
}
 #txtSearch{  
         width:50%;  
         padding:3px;  
	     outline:none;  
         height:36px;
		 font-size:24px;
     } 
	#cmbStorez, #cmbStatez{  
         width:50%;  
         padding:5px;  
	     outline:none;  
         height:36px; 
		 font-size: 18px;
     } 
	.focusField{  
         border:solid 2px #73A6FF;  
         background:#EFF5FF;  
         color:#000;  
     }  
     .idleField{  
         background:#EEE;  
         color: #6F6F6F;  
         border: solid 2px #DFDFDF;  
     } 
	.combo{  
         width:50%;  
         padding:2px;  
	     outline:none;  
         height:28px; 
		 background-color:white;
		 font:bold 14px "Lucida Grande", Arial, sans-serif;
     } 
	.spanStates {
		overflow:hidden;
	}
	.map{
		 background:url(images/US12.png) no-repeat;
		 border:0px;
	}
	.map50{
		 background:url(/images/US50.png) no-repeat;
		 border:0px;
	}
	.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
label {
	float:left;
	width:200px;
	font-size:110%;
	margin-bottom:10px;
	
	
	}
	.drugLabel{
	font-size:16px;color:purple;width:100px;float:left;font-weight:400;
	}
	.drugSpecifics{font-size:16px;color:green;font-weight:400;}
	.wider {
	word-spacing: 3px;
	font:bold 14px "Lucida Grande", Arial, sans-serif;
	}
	.middle {text-align:center;}
	.showMe {display:block;background-color:white}
	.noShow {display:none;}
	.highLighted {background-color:yellow;}
	.highLightBorder {border:2px solid red;}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#FFEFCF;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(../images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(../images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(../images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}