/*
Get Default styles to modify
*/
@import url('/sharedlibraries2/layout/button/skins/default.css');

span.button a.beige,
span.button a:hover.beige {
	color:#444; 
	background: #AD9071 url('/sharedlibraries2/assets/images/titleBar_beige.jpg') top repeat-x;
	border-top: none;
	border-bottom: 1px solid #666;
	border-right: 1px solid #888;
	border-left: 1px solid #ccc;
}

span.button a:hover.beige {
	color:#444; 
	background: #D2C0AA url('/sharedlibraries2/assets/images/titleBar_beige_over.jpg') top repeat-x;
}