div.button {
	width: 97px;
	height: 30px;	
	color: #1C273D; 
	font-size: 12px; 
	font-style:italic;
	text-align: center;
	padding-top: 5px;
	margin-top:5px;
	display:inline-block;
	cursor:pointer !important;
	background: url(/images/design/button.png) 0 0 no-repeat;			
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none; 
}		
div.press{
	padding-top:5px !important;
	height:30px !important;
	margin-top:7px !important;
	background: url(/images/design/button_press.png) 0 0 no-repeat !important;			
}
