.selectBoxItemBlank{
	width: 120px;
	cursor: pointer;
	color: #0066cb;
	background-color: #ffffff; 
}

.selectBoxItemSelected{
	width: 120px;
	cursor: pointer; 
	color: #ffffff;
	background-color: #0066cb;
}

div.selectBoxItems{
	display: none;
	width: 112px;
	background-color: white;
	position: absolute;
	top: 17px;
	left: 0px;
	z-index: 100;
}

div.selectBoxItemsScroll{
	display: none;
	width: 140px;
	height:130px;
	overflow-y:scroll;
	background-color: white;
	position: absolute;
	top: 17px;
	left: 0px;
	border-bottom:solid 1px black;
	border-left:solid 1px black;
	border-right:solid 1px black;
	z-index: 100;	
}

div.selectBoxItemsScroll1{
	display: none;
	width: 140px;
	height:120px;
	overflow-y:scroll;
	background-color: white;
	position: absolute;
	top: 30px;
	left: 96px;
	border-bottom:solid 1px black;
	border-left:solid 1px black;
	border-right:solid 1px black;
	z-index: 100;	
}


div.selectBoxLink{
  position:relative;
  text-align:left;
  top:0px;
  left:0px;
  cursor: pointer;
  z-index:0;
}

div.selectBoxContainer{
   position: absolute; 
   border: 1px ridge #cccccc; 
   width: 140px; 
   /*float: left; */
   background-color: #ffffff; 
   right: 5px;
   top: 4px;
   text-align: right; 
   color: #5180ae; 
   font-size: 12px;
   z-index:0;
}

div.selectBoxContainer1{
   /*position: absolute; */
   border: 1px ridge #cccccc; 
   width: 50px; 
   /*float: left; */
   background-color: #0070df; 
   /*right: 5px;
   top: 4px;*/
   text-align: right; 
   color: #ffffff; 
   font-size: 12px;
   z-index:0;
   /*margin-left:5px;*/
   margin-right:5px;
}

span.selectBoxCaption{
  float:right;
}

span.selectBoxCaption1{
  float:right;
  margin-right:3px;
}

#tblSendSMS
{
	margin-top:-10px;
	/*vertical-align:top;*/
}

#tblSendSMS tr
{
	vertical-align:top;
	/*height:10px;*/
}

#tblSendSMS td
{
	padding-left:2px;
	padding-right:4px;
	padding-top:1px;
}
