@charset "UTF-8";

/* CSS Document */



.select {
	position: absolute;
	width: 115px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	overflow: hidden;
	background: url('../images/abington/arrow_down.png') right top no-repeat;
	background-position: 128px -3px;

	background-color:#333;
	color:#fff;

}


div.app-actions {
	
margin:-17px 0 0 620px;	
	
}

.app-action {

display:inline; 
	
}

input.search-btn {
	
width:112px;	
height:27px;
background: url('../images/abington/search_btn.png') no-repeat left top;
position: absolute;
margin:-5px 0 0 -4px;

}

input.search-btn:hover {
	
background-position: 0 -27px;

}



input.remove-btn {
	
width:174px;	
height:27px;
background: url('../images/abington/remove_data_btn.png') no-repeat left top;
position: absolute;
margin:0 0 0 0;

}


input.remove-btn:hover {
	
background-position: 0 -27px;

}


input.delete-btn {
	
width:174px;	
height:27px;
background: url('../images/abington/delete_app_btn.png') no-repeat left top;
position: absolute;
margin:0 0 0 200px;

}


input.delete-btn:hover {
	
background-position: 0 -27px;

}


