a.agileweb-button-outer,
a.agileweb-button-outer-disabled{
	display:inline-block;
	background:#e6e7d5 url("image/button-bg.gif") repeat-x top left;
	border:1px solid #7f9db9;
	height:20px;
}
a:hover.agileweb-button-outer{
	background:#BFC0B2 url("image/buttonHover.jpg") repeat-x top left;
}
.agileweb-button-txt {
	font:12px Verdana;
	color:#000;
	white-space:nowrap;
	padding:0px 0px 0px 2px;
	text-align:center;
	display:inline-block;
	line-height: 18px;
	height: 20px;
}
.agileweb-button {
	background:transparent;
	height:100%;
	white-space:normal;
	cursor:pointer;
	vertical-align:middle;
	border:none;
	outline:none;
	padding-top:0px;
}