.buttonBorderColor {border-color: none;}
.buttonBgColor {background-color: #e6e6e6;}
.buttonBgShadowColor {background-color: #efefef;}
.buttonBgGradColor {border-bottom-color: #efefef;}

.buttonOverBorderColor {border-color: none;}
.buttonOverBgColor {background-color: #d5d5d5;}
.buttonOverBgShadowColor {background-color: #dedede; }
.buttonOverBgGradColor {border-bottom-color: #dedede;}

.ImLeButtonMainOut {
	cursor: default;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
	word-wrap: break-word;
	-moz-border-radius:5px;
	border-radius:5px;
	border-bottom:1px solid #ffffff;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
}

.ImLeButtonMain {
	position: relative;
	word-wrap: break-word;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #707070;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
}

.ImLeButton-focused {box-shadow:0px 0px 3px #36d7ff; -webkit-box-shadow:0px 0px 3px #36d7ff; -moz-box-shadow:0px 0px 3px #36d7ff;}
.ImLeButton-focused .ImLeButtonMain {border:1px solid #36a8d8;}
.ImLeButton-focused .buttonBgColor {background:#d7e3e7;}
.ImLeButton-focused .buttonBgShadowColor {background:#ddecef;}
.ImLeButton-focused .ImLeButtonMainShadow {height:50%; border:0;}

.ImLeButtonMainInnerBox {
	position: relative;
	word-wrap: break-word;
	-moz-border-radius:3px 3px 3px 3px;
	border-radius:3px;
	border-top:1px solid #ffffff;
	overflow:hidden;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
}

.ImLeButtonMainInner {
	font-family: arial, sans-serif;
	font-size: 1em;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	cursor:pointer	
}

.ImLeButtonMainShadow {
	height: 50%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.ImLeButtonMainContent {
	position: relative;
	text-align: center;
}

html>body .ImLeButtonMainInner {
	position: relative;
}

.buttonText {
	padding: 0 5px 0 5px;
	font: bold 1em Arial;
	line-height: 23px;
	color: #0E1C29;
	white-space: nowrap;
}

.buttonIcon {
	display:none;
}

.buttonDivResizer {
	float:left;
}

* html .ImLeButtonMainInnerBox {display:inline; position:static;}
* html .imLeButtonMainOut {display:inline;}
* html .ImLeButtonMain {display:inline;}
* html .ImLeButton {display:inline; white-space: nowrap;}
* html .ImLeButtonMainShadow {top:auto;}

*+html .ImLeButtonMainInnerBox {display:inline; position:static;}
*+html .imLeButtonMainOut {display:inline;}
*+html .ImLeButtonMain {display:inline;}
*+html .ImLeButton {display:inline; white-space: nowrap;}
*+html .ImLeButtonMainShadow {top:auto;}