

/*  COMMAND BUTTONS  */
.btn {
	background:#AAAAAA none repeat scroll 0%;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	margin:0px;
	padding:5px;
	position:relative;
	text-decoration:none;
	font: bold 10pt Verdana, Geneva, sans-serif;
}

.btn * {
	background-image:url(img/btn.png);
	background-repeat:no-repeat;
	display:block;
	font-style:normal;
	position:relative;
}
.btn i {
	background-position:left top;
	height:5px;
	left:0pt;
	margin-bottom:-5px;
	position:absolute;
	top:0pt;
	width:5px;
}
.btn span {
	background-position:left bottom;
	left:-5px;
	margin-bottom:-5px;
	padding:0pt 0pt 5px 10px;
}
.btn span i {
	background-position:right bottom;
	height:100%;
	left:100%;
	margin-bottom:0pt;
	position:absolute;
	top:0pt;
	width:10px;
}
.btn span span {
	background-position:right top;
	height:0pt;
	margin-left:10px;
	position:absolute;
	right:-10px;
	top:-5px;
}
* html .btn span, * html .btn i {
	background-image:none;
	cursor:pointer;
	float:left;
	width:auto;
}
.btn.blue {
	background:#22AAEE none repeat scroll 0%;
}
.btn.green {
	background:#99DD44 none repeat scroll 0%;
}
.btn.lime {
	background:#BBCE00 none repeat scroll 0%;
}
.btn.pink {
	background:#EE11AA none repeat scroll 0%;
}
.btn:hover {
	background-color:#0E77A9;
	background-color:white;
	color:black;
}
.btn:active {
	background-color:#444444;
	color:#FFFFFF;
}
.btn[class] {
	background-image:url(img/btn-shade.png);
	background-position:center bottom;
}
* html .btn {
	border:3px double #AAAAAA;
}
* html .btn.blue {
	border-color:#22AAEE;
}
* html .btn.green {
	border-color:#99DD44;
}
* html .btn.lime {
	border-color:#BBCE00;
}
* html .btn.pink {
	border-color:#EE11AA;
}
* html .btn:hover {
	border-color:#AA0000;
}

div.cmd {
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	width: 100px;
}


