/* Start of CMSMS style sheet 'ext-buttons' */
.btn {
	display: block;
	position: relative;
	background: #aaa;
	padding: 3px 5px;
	float: left;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
	margin: 0 10px 5px 0;
border: 0;
}
.btn * {
	font-size: 12px;
	font-style: normal;
	background-image: url(images/thinkitout/buttons/btn2.png);
	background-repeat: no-repeat;
	display: block;
	line-height: normal;
	position: relative;
	white-space: nowrap;
}
.btn i {
	background-position: top left;
	position: absolute;
	margin-bottom: -3px;
	top: 0;
	left: 0;
	width: 5px;
	height: 3px;
}
.btn span {
	background-position: bottom left;
	left: -5px;
	padding: 0 0 5px 10px;
	margin-bottom: -3px;
}
.btn span i {
	background-position: bottom right;
	margin-bottom: 0;
	position: absolute;
	left: 100%;
	width: 10px;
	height: 100%;
	top: 0;
}
.btn span span {
	background-position: top right;
	position: absolute;
	right: -10px;
	margin-left: 10px;
	top: -3px;
	height: 0;
}
* html .btn span, * html .btn i {
	float: left;
	width: auto;
	background-image: none;
	cursor: pointer;
}
.blue {
	background-color: #2E5580;
        color: #fff;
}
.green {
	background-color: #84BA11;
        color: #fff;
}
.red {
	background-color: #500;
        color: #fff;
}
.btn.blue:hover {
	background-color: #699DD9;
}
.btn.green:hover {
	background-color: #7CC424;
}
.btn.red:hover {
	background-color: #800;
}
.btn:active {
	background-color: #444;
}
.btn[class] {
	background-image: url(images/thinkitout/buttons/shade.png);
	background-position: bottom;
}
* html .btn {
	border: 3px double #aaa;
}
* html .btn.blue {
	border-color: #2ae;
}
* html .btn.green {
	border-color: #9d4;
}
* html .btn.red {
	border-color: #c00;
}
* html .btn:hover {
	border-color: #a00;
}


/* End of 'ext-buttons' */

