/* jquery-ui like buttons */
.jbutton {
	height:26px;
	text-align:center;
	color:#138;
	background:url(/images/ptms_vus_prod/themes/blue_lagoon/jbuttonbase.png) repeat-x; 
	font-weight:bold;
	text-shadow:1.2px 1px 1px white;
	border:thin solid #b0d0e0;
	border-bottom-color:#a0c0d0;
	border-radius:4px;	
	padding-left:12px;
	padding-right:12px; 	
}
.jbutton:hover {
	background:url(/images/ptms_vus_prod/themes/blue_lagoon/jbuttonhover.png) repeat-x;
	border:thin solid #90a0c0;
	color:#aa5500;
	border-radius:8px;
	transition:ease-in-out;
	transition-duration: 0.2s;	
}
.jbuttondown {
	background:url(/images/ptms_vus_prod/themes/blue_lagoon/jbuttondown.png) repeat-x;
	border:thin solid #b0c0e0;
	border-top-color:#a0b0c0;
	color:#aa5500;
}
.mbutton {
	height:22px;
	text-align:center;
	color:#138;
	background:url(/images/ptms_vus_prod/themes/blue_lagoon/jbuttonbase.png) repeat-x; 
	font-weight:bold;
	text-shadow:1.2px 1px 1px white;
	border:thin solid #b0d0e0;	
	border-bottom-color:#a0c0d0;
	border-radius:4px;	
	padding-left:8px;
	padding-right:8px; 	
}
.mbutton:hover {
	background:url(/images/ptms_vus_prod/themes/blue_lagoon/jbuttonhover.png) repeat-x;
	border:thin solid #90a0c0;
	color:#aa5500;
	border-radius:8px;
	transition:ease-in-out;
	transition-duration: 0.2s;	
}
.mbuttondisabled {
	height:22px;
	text-align:center;
	color:#999;
	background:url(/images/ptms_vus_prod/themes/blue_lagoon/jbuttondown.png) repeat-x; 
	font-weight:bold;
	text-shadow:1px 1px 1px white;
	border:thin solid #d0d0d0;	
	border-top-color:#c0c0c0;
	border-radius:4px;	
	padding-left:8px;
	padding-right:8px; 	
}


