input:focus, textarea:focus{
	background-color	: #FEB;
	outline				: none;
}
button:focus{
	border: solid 1px #FF7711 !important;
}
button.btn-blue{
	border:solid 1px transparent;
	color:#fff;
	background-color:#09B7C1;
}
button.btn-blue:hover, button.btn-blue:focus{
	background-color:#1AC8D2;
}
button.btn-blue:disabled{
	color:#aaa;
	background-color:#eee;
	cursor:disabled;
}
button.btn-blue:disabled:hover{
	color:#aaa;
	background-color:#eee;
}
button.btn-blue i{
	color:#fff;
}
button.btn-blue:disabled i{
	color:#aaa;
}

button.btn-orange{
	border:solid 1px transparent;
	color:#fff;
	background-color:#FF7711;
}
button.btn-orange:hover, button.btn-orange:focus{
	background-color:#FF8822;
}
button.btn-orange:disabled{
	color:#aaa;
	background-color:#eee;
	cursor:disabled;
}
button.btn-orange:disabled:hover{
	color:#aaa;
	background-color:#eee;
}
button.btn-orange i{
	color:#fff;
}
button.btn-orange:disabled i{
	color:#aaa;
}

button.btn-red{
	border:solid 1px transparent;
	color:#fff;
	background-color:#cc5555;
}
button.btn-red i{
	color:#fff;
}
button.btn-red:hover, button.btn-red:focus{
	background-color:#bb4444;
}
button.btn-red:disabled{
	color:#aaa;
	background-color:#eee;
	cursor:disabled;
}
button.btn-red:disabled:hover{
	color:#aaa;
	background-color:#eee;
}
button.btn-red:disabled i{
	color:#aaa;
}


button.btn-green{
	border:solid 1px transparent;
	color:#fff;
	background-color:#66cc33;
}
button.btn-green i{
	color:#fff;
}
button.btn-green:hover, button.btn-green:focus{
	background-color:#55bb22;
}
button.btn-green:disabled{
	color:#aaa;
	background-color:#eee;
	cursor:disabled;
}
button.btn-green:disabled:hover{
	color:#aaa;
	background-color:#eee;
}
button.btn-green:disabled i{
	color:#aaa;
}


button.btn-transparent{
	border:solid 1px #999 !important;
	*color:#fff;
	background-color: rgba(0, 0, 0, 0.01);
}
button.btn-transparent i{
	*color:#fff;
}
button.btn-transparent:hover, button.btn-transparent:focus{
	background-color: rgba(255, 255, 255, 0.1) !important;
}
button.btn-transparent:disabled{
	opacity: 0.7;
	background-color: transparent;
	cursor:disabled;
}
button.btn-transparent:disabled:hover{
	opacity: 0.7;
	background-color: transparent;
}
button.btn-transparent:disabled i{
	*color:#aaa;
}