/* Start Button Styles --------------------------------------------- */



.clearfix:after {
clear: both;
content: '.';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
/* General Button Styles, Cascades Down To Every Button ------------- */
.button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	border: 1px solid rgba(0, 0, 0, 0.25);
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 15px 6px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	width: auto;
	text-align: center;
	background-color: rgba(0,166,81,1);
	background-image: url(../images/button-overlay.png);
	background-repeat: repeat-x;
}
.button:hover {
	color: #FFFFFF;
	background-color: rgba(10,118,64,1);
}
.button:active {
background:#242424;
}
.green.button {
	background-color: #C60000;

}
.green.button:hover {
	background-color: #FF6600;
	text-decoration: none;
}
.green.button:active {
	background-color: #FF6600;
}

.magenta.button {
	background-color: #C60000;
	/* [disabled]background-image: url(../images/nav_bg_activ.gif); */
	/* [disabled]background-repeat: repeat; */
}
.magenta.button:hover {
	background-color: #FF6600;
}
.magenta.button:active {
	background-color: #FF6600;
}

/* Small Buttons -------------------------------------------------- */
.small.button {
font-size:11px;
padding:5px 15px 6px;
background-image:url(../images/small-button-overlay.png);
}
input[type="submit"].small.button, .small.button.input {
padding:3px 15px 4px;
}
input[type="button"].small.button, button.small.button {
padding:4px 15px;
}
/* Large Buttons ------------------------------------------------- */
.large.button {
	font-size: 14px;
	padding: 8px 19px 9px;
	background-image: url(../images/large-button-overlay.png);
}
input[type="submit"].large.button, .large.button.input {
padding:6px 16px 6px;
}
input[type="button"].large.button, button.large.button {
padding:7px 16px;
}
/* Tall Buttons ------------------------------------------------- */

/* Round Buttons ------------------------------------------------ */
.round.button {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-image: url(../images/round-button-overlay.png);
	border: 1px solid rgba(0, 0, 0, 0.25);
	font-size: 13px;
	padding: 0;
}
.round.button span {
-moz-border-radius:14px;
-webkit-border-radius:14px;
border-radius:14px;
display:block;
line-height:1;
padding:4px 15px 6px;
}
.round.button.input {
padding:3px 13px 4px;
}
.small.round.button {
-moz-border-radius:12px;
-webkit-border-radius:12px;
border-radius:12px;
font-size:11px;
}
input[type="button"].round.small.button, button.round.small.button {
padding:0;
}
.small.round.button span {
-moz-border-radius:11px;
-webkit-border-radius:11px;
border-radius:11px;
padding:6px 15px 6px;
}
.large.round.button {
-moz-border-radius:18px;
-webkit-border-radius:18px;
border-radius:18px;
background-position:left bottom;
}
.large.round.button span {
-moz-border-radius:17px;
-webkit-border-radius:17px;
border-radius:17px;
font-size:14px;
padding:7px 20px 9px;
}
.large.tall.round.button small {
display:block;
margin-top:5px;
}
/* Social Buttons ----------------------------------------------- */
.small.social.button span {
text-indent:-9999px;
display:block;
}
.rss.button {
background:#FF8800 url(../images/rss-inset.png) no-repeat 1px 4px;
padding:5px 11px 6px;
}
.rss.button:hover {
background-color:#FF6900;
}
.twitter.button {
background:#88E1E6 url(../images/twitter-inset-grad.png) no-repeat center;
padding:5px 11px 6px;
}
.twitter.button:hover {
background-color:#66CCCC;
}
.fb.button {
background:#375999 url(../images/fb-inset.png) no-repeat 6px 5px;
padding:5px 11px 6px;
}
.fb.button:hover {
background-color:#304d85;
}
.delicious.button {
background:#999 url(../images/delicious-inset.png) no-repeat center;
padding:5px 11px 6px;
}
.delicious.button:hover {
background-color:#666;
}
.in.button {
background:#18709e url(../images/linkedin-inset.png) no-repeat center;
padding:5px 11px 6px;
width:0px;/*webkit fix */
}
.in.button:hover {
background-color:#0c6596;
}
/* Arrows and Icons Classes --------------------------------------- */
