a {
	color: #e46c10;
}
a:hover {
	color: #e77d0d;
}

::selection{
	color: white;
	background: #e46c10;
}
::-moz-selection {
	color: white;
	background: #e46c10;
}

.button, .button:disabled:hover, .button:disabled:active {
	color: #fef4e9;
	border: solid 1px #e05005;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#e87e01), to(#e05005));
	background: -moz-linear-gradient(top,  #e87e01,  #e05005);
	background: -khtml-linear-gradient(top,  #e87e01,  #e05005);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e87e01', endColorstr='#e05005'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e87e01', endColorstr='#e05005')"; /* IE8 */
}
.button:hover  {
	color: white;
	background: #e77d0d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	background: -khtml-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015')"; /* IE8 */
}
.button:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f06015), to(#f88e11));
	background: -moz-linear-gradient(top,  #f06015,  #f88e11);
	background: -khtml-linear-gradient(top,  #f06015,  #f88e11);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f06015', endColorstr='#f88e11'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f06015', endColorstr='#f88e11')"; /* IE8 */
}