ul {
	list-style: none outside none;
}

li {
    display: block;
    float: left;
    margin-left: 10px;
}

.button-orange {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	font-size-adjust: none;
	color: #623F1D;
	text-decoration: none;
	line-height: 12px;
	vertical-align: baseline;
	border: 1px solid #e7a943;
	border-bottom-color: #d6982f;
	border-top-color: #f5b74e;
	color: #623f1d;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	padding: 6px 14px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fede9d;
	/* CSS3 */
	-moz-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
	-webkit-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
	box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* Gradient */
	background-color: #feda71;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb49)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #feda71, #febb49); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #feda71, #febb49); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #feda71, #febb49); /* IE10 */
	background-image: -o-linear-gradient(top, #feda71, #febb49); /* Opera 11.10+ */
	background-image: linear-gradient(top, #feda71, #febb49);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#feda71', EndColorStr='#febb49'); /* IE6–IE9 */
}

.button-blue {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
	text-align: center;
	background-color: #21759B;
	background-image: linear-gradient(to bottom, #2A95C5, #21759B);
	border-color: #21759B #21759B #1E6A8D;
	box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-sizing: content-box;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 15px;
	line-height: 17px;
	margin: 0;
	padding: 0.25em 0.85em 0.35em;
	outline-color: #FFFFFF;
	white-space: nowrap;
}

.button-grey {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	font-size-adjust: none;
	border: 1px solid #e7a943;
	border-bottom-color: #d6982f;
	border-top-color: #f5b74e;
	color: #623f1d;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	padding: 6px 14px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fede9d;
	border-color: #bbb;
	color: #726b6b;
	text-shadow: 0 1px 0 #fff;
	/* CSS3 */
	-moz-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #fff;
	-webkit-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #fff;
	box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #fff;
	/* Gradient */
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #eee, #ddd); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #eee, #ddd); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #eee, #ddd); /* IE10 */
	background-image: -o-linear-gradient(top, #eee, #ddd); /* Opera 11.10+ */
	background-image: linear-gradient(top, #eee, #ddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eee', EndColorStr='#ddd'); /* IE6–IE9 */
}

.button-orange:hover {
	background-color: #fee296;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fee296), to(#fec166)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fee296, #fec166); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #fee296, #fec166); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #fee296, #fec166); /* IE10 */
	background-image: -o-linear-gradient(top, #fee296, #fec166); /* Opera 11.10+ */
	background-image: linear-gradient(top, #fee296, #fec166);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fee296', EndColorStr='#fec166'); /* IE6–IE9 */
}

/* Orange Button Style */
a.orange-button,
input.orange-button,
a.comment-reply-link,
input#submit,
button.button {
	border: 1px solid #e7a943;
	border-bottom-color: #d6982f;
	border-top-color: #f5b74e;
	color: #623f1d;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	padding: 10px 18px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fede9d;
	/* CSS3 */
	-moz-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
	-webkit-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
	box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/* Gradient */
	background-color: #feda71;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb49)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #feda71, #febb49); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #feda71, #febb49); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #feda71, #febb49); /* IE10 */
	background-image:      -o-linear-gradient(top, #feda71, #febb49); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #feda71, #febb49);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#feda71', EndColorStr='#febb49'); /* IE6–IE9 */
}
input.orange-button,
button.button,
a.orange-button.small {
	cursor: pointer;
	float: right;
	font-size: 11px;
	padding: 3px 12px;
}
a.orange-button.small {
	font-size: 10px;
	padding: 3px 12px 4px 12px;
}
input#submit {
	cursor: pointer;
	float: right;
}
a.orange-button.large {
	font-size: 16px;
	line-height: 12px;
	padding: 18px 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
a.orange-button-alt {
	color: #623f1d;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 12px;
	padding: 17px 62px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fede9d;
	/* CSS3 */
	-moz-box-shadow: 0px 1px 1px #c65f18, inset 0px 1px 0px #fee3a8;
	-webkit-box-shadow: 0px 1px 1px #c65f18, inset 0px 1px 0px #fee3a8;
	box-shadow: 0px 1px 1px #c65f18, inset 0px 1px 0px #fee3a8;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	/* Gradient */
	background-color: #ffce63;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffce63), to(#fcaa35)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffce63, #fcaa35); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #ffce63, #fcaa35); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #ffce63, #fcaa35); /* IE10 */
	background-image: -o-linear-gradient(top, #ffce63, #fcaa35); /* Opera 11.10+ */
	background-image: linear-gradient(top, #ffce63, #fcaa35);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffce63', EndColorStr='#fcaa35'); /* IE6–IE9 */
}
a:hover.orange-button-alt {
	background-color: #feda71;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb49)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #feda71, #febb49); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #feda71, #febb49); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #feda71, #febb49); /* IE10 */
	background-image: -o-linear-gradient(top, #feda71, #febb49); /* Opera 11.10+ */
	background-image: linear-gradient(top, #feda71, #febb49);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#feda71', EndColorStr='#febb49'); /* IE6–IE9 */
}
a:hover.orange-button,
input:hover.orange-button,
a:hover.comment-reply-link,
input:hover#submit,
button:hover.button {
	background-color: #fee296;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fee296), to(#fec166)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fee296, #fec166); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #fee296, #fec166); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #fee296, #fec166); /* IE10 */
	background-image: -o-linear-gradient(top, #fee296, #fec166); /* Opera 11.10+ */
	background-image: linear-gradient(top, #fee296, #fec166);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fee296', EndColorStr='#fec166'); /* IE6–IE9 */
}
input#searchsubmit.orange-button {
	color: transparent;
	background: transparent url(images/sprite.png)  no-repeat -300px -30px;
	border: none;
	height: 26px;
	padding: 0px;
	text-indent: -9999px;
	text-transform: capitalize;
	width: 26px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:hover#searchsubmit.orange-button {
	background-position: -300px -56px;
}