#mask {
  position:absolute;
  display:none;
  width:200px !important;
  height:150px !important;
}
#boxes .window {
  position:absolute;
  width:440px;
  height:150px;
  display:none;
  z-index:9999;
  padding:20px;
}
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:200px;
  height:150px;
  z-index:9000;
  background-color: #466EB2;
}
#boxes #dialog a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	float:right;
}		
.how-search{
	height: 30px;
	background: url(../assets/question.gif) right no-repeat;
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding:5px 20px 0 0;
}		
.select-search{
	height: 15px;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding-left: 5px;
	text-align: left;
}	