.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	margin-bottom: 10px;
	font: 14pt/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: 10;
	behavior: url(pie-b4.htc);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.large {
    width: 190px;
	font-size: 12pt;
	padding-top: .85em;
	padding-bottom: .95em;
	behavior: url(PIE.htc);
}
.subHeaderBtn {
    width: 140px;
    font-size: 12pt;
	padding-top: .85em;
	padding-bottom: .95em;
	behavior: url(PIE.htc);
	margin-top: 12px;
}
.medium {
    width: 130px;
	font-size: 11pt;
	padding: .4em 1.5em .42em;
}
.small {
    width: 110px;
	font-size: 11pt;
	padding: .2em 1em .275em;
}
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	-pie-background: linear-gradient(#888, #575757);
	behavior: url(pie-b4.htc);
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	-pie-background: linear-gradient(#757575, #4b4b4b);
	behavior: url(pie-b4.htc);
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	-pie-background: linear-gradient(#888, #575757);
	behavior: url(pie-b4.htc);
}
.blue {
	color: #fff;
	border: solid 1px #555;
	background: #6CA6CD;
	background: -webkit-gradient(linear, left top, left bottom, from(#6CA6CD), to(#6996AD));
	background: -moz-linear-gradient(top,  #6CA6CD,  #6996AD);
	-pie-background: linear-gradient(#6CA6CD, #6996AD);
	behavior: url(pie-b4.htc);
}
.blue:hover {
	background: #5D7B93;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#5D7B93), to(#6CA6CD));
	background: -moz-linear-gradient(top,  #5D7B93,  #6CA6CD);
	-pie-background: linear-gradient(#5D7B93, #6CA6CD);
	behavior: url(pie-b4.htc);
}
.blue:active {
	background: #5D7B93;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#5D7B93), to(#6CA6CD));
	background: -moz-linear-gradient(top,  #5D7B93,  #6CA6CD);
	-pie-background: linear-gradient(#5D7B93, #6CA6CD);
	behavior: url(pie-b4.htc);
}