

/*------------ SHARED BUTTON STYLES -------------------*/
a[class*='button-style-']{
	position: relative;
	display:table;
	margin: 0 auto;
	margin-top:20px;
	text-align:center;
}

/*------------ BUTTON STYLES -------------------*/

.button-style-default {
	-moz-box-shadow: 0 0 0 2px #9fb4f2;
	-webkit-box-shadow: 0 0 0 2px #9fb4f2;
	box-shadow: 0 0 0 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.button-style-default:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.button-style-default:active {
	position:relative;
	top:1px;
}

.button-style-blue {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}

.button-style-blue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.button-style-blue:active {
	position:relative;
	top:1px;
}


.button-style-turquoise {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.button-style-turquoise:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.button-style-turquoise:active {
	position:relative;
	top:1px;
}

.button-style-cheroke {
	-moz-box-shadow:inset 0px 34px 0px -15px #b54b3a;
	-webkit-box-shadow:inset 0px 34px 0px -15px #b54b3a;
	box-shadow:inset 0px 34px 0px -15px #b54b3a;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a73f2d), color-stop(1, #b34332));
	background:-moz-linear-gradient(top, #a73f2d 5%, #b34332 100%);
	background:-webkit-linear-gradient(top, #a73f2d 5%, #b34332 100%);
	background:-o-linear-gradient(top, #a73f2d 5%, #b34332 100%);
	background:-ms-linear-gradient(top, #a73f2d 5%, #b34332 100%);
	background:linear-gradient(to bottom, #a73f2d 5%, #b34332 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a73f2d', endColorstr='#b34332',GradientType=0);
	background-color:#a73f2d;
	border:1px solid #241d13;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	xfont-size:15px;
	font-weight:bold;
	xpadding:9px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #7a2a1d;
    padding: 20px 30px;
    font-size:20px;
}
.button-style-cheroke:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b34332), color-stop(1, #a73f2d));
	background:-moz-linear-gradient(top, #b34332 5%, #a73f2d 100%);
	background:-webkit-linear-gradient(top, #b34332 5%, #a73f2d 100%);
	background:-o-linear-gradient(top, #b34332 5%, #a73f2d 100%);
	background:-ms-linear-gradient(top, #b34332 5%, #a73f2d 100%);
	background:linear-gradient(to bottom, #b34332 5%, #a73f2d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b34332', endColorstr='#a73f2d',GradientType=0);
	background-color:#b34332;
}
.button-style-cheroke:active {
	position:relative;
	top:1px;
}

.button-style-gold {
    -moz-box-shadow: 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    box-shadow: 0px 1px 0px 0px #fff6af;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fadb40), color-stop(1, #ebcc2f));
    background:-moz-linear-gradient(top, #fadb40 5%, #ebcc2f 100%);
    background:-webkit-linear-gradient(top, #fadb40 5%, #ebcc2f 100%);
    background:-o-linear-gradient(top, #fadb40 5%, #ebcc2f 100%);
    background:-ms-linear-gradient(top, #fadb40 5%, #ebcc2f 100%);
    background:linear-gradient(to bottom, #fadb40 5%, #ebcc2f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fadb40', endColorstr='#ebcc2f',GradientType=0);
    background-color:#fadb40;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d1b736;
    display:inline-block;
    cursor:pointer;
    color:#333333;
    font-family:Arial;
    font-size:18px;
    font-weight:bold;
    padding:19px 48px;
    text-decoration:none;
    text-shadow:0px 1px 0px #fadb40;
}
.button-style-gold:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ebcc2f), color-stop(1, #fadb40));
    background:-moz-linear-gradient(top, #ebcc2f 5%, #fadb40 100%);
    background:-webkit-linear-gradient(top, #ebcc2f 5%, #fadb40 100%);
    background:-o-linear-gradient(top, #ebcc2f 5%, #fadb40 100%);
    background:-ms-linear-gradient(top, #ebcc2f 5%, #fadb40 100%);
    background:linear-gradient(to bottom, #ebcc2f 5%, #fadb40 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebcc2f', endColorstr='#fadb40',GradientType=0);
    background-color:#ebcc2f;
}
.button-style-gold:active {
    position:relative;
    top:1px;
}

        

.button-style-creme {
	-moz-box-shadow: 0px 1px 0px 0px #faf0fa;
	-webkit-box-shadow: 0px 1px 0px 0px #faf0fa;
	box-shadow: 0px 1px 0px 0px #faf0fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eae0c2), color-stop(1, #ccc2a6));
	background:-moz-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-webkit-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-o-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-ms-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae0c2', endColorstr='#ccc2a6',GradientType=0);
	background-color:#eae0c2;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:2px solid #ededed;
	display:inline-block;
	cursor:pointer;
	color:#505739;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    padding:20px 35px;
    font-size:20px;
}
.button-style-creme:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccc2a6), color-stop(1, #eae0c2));
	background:-moz-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-webkit-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-o-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-ms-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:linear-gradient(to bottom, #ccc2a6 5%, #eae0c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc2a6', endColorstr='#eae0c2',GradientType=0);
	background-color:#ccc2a6;
}
.button-style-creme:active {
	position:relative;
	top:1px;
}


.button-style-grey {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    padding:20px 35px;
    font-size:20px;
}
.button-style-grey:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.button-style-grey:active {
	position:relative;
	top:1px;
}

.button-style-slategrey {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
	background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
	background-color:#768d87;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:17px 30px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.button-style-slategrey:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
	background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
	background-color:#6c7c7c;
}
.button-style-slategrey:active {
	position:relative;
	top:1px;
}

        
        
		
		
.button-style-white {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-weight:bold;
    padding:20px 35px;
    font-size:20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;

}
.button-style-white:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.button-style-white:active {
	position:relative;
	top:1px;
}

.button-style-green {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:16px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.button-style-green:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.button-style-green:active {
	position:relative;
	top:1px;
}

.button-style-border {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-width: 3px;
    cursor: pointer;
    font-family: Arial;
    font-size: 19px;
    padding: 12px 37px;
    border-style: solid;
    border-width: 1px;
    color: #b7b7b7;
    border-color: #b7b7b7;
}

.button-style-blank {
    cursor: pointer;
    font-family: Arial;
    font-size: 19px;
    padding: 12px 37px;
    color: #b7b7b7;
}

.button-style-border:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
    padding-left: 39px;
    padding-right: 39px;
}

.button-style-background {
    color: #fff;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 1.6875;
    padding: 10px 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .5px;
    -webkit-font-smoothing: antialiased;
    border-radius: 4px;
    transition: all 0.2s ease;
    background: #b7b7b7;
}

.button-style-background:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

/*------------ BUTTON PICKER PAGE STYLES ----------------*/
.button-picker-inner{
	margin-right:auto;
	margin-left:auto;
	position:relative;
	width:750px;
}

.button-picker-inner ul li{
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	width: 200px;
	margin-top: 40px;
}

.button-picker-inner h2{
	font-family: 'Lobster', cursive;
	font-size:55px;
	color: #e2524f;
	padding-top:0px;
	text-transform:none;
}

.button-picker-inner h3{
	font-family: 'Roboto Slab', serif;
	font-size:21px;
	text-transform:uppercase;
	color: #555;
	padding-top:30px;
}

/* New styles */

.button-style-blank {
	cursor: pointer;
	font-family: Arial;
	font-size: 19px;
	padding: 12px 37px;
	color: #b7b7b7;
}

.button-style-border:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	padding-left: 39px;
	padding-right: 39px;
}

.button-style-background {
	color: #fff;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 1.6875;
	padding: 10px 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .5px;
	-webkit-font-smoothing: antialiased;
	border-radius: 4px;
	transition: all 0.2s ease;
	background: #b7b7b7;
}

.button-style-background:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

/* generic shared button styles */
.-btns-hold .button-style-none{
	font-family: 'Open Sans', sans-serif;
	background: #f4f4f4;
	padding: 20px 120px;
	color: #555;
	border: 1px dashed #ccc;
}
.button-style-base{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	letter-spacing: .5px;
	-webkit-font-smoothing: antialiased;
	border-radius: 4px;
	transition: all 0.2s ease;
	background: #555;
}

.button-style-base:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	color: #fff;
}


/* button sizes */
.button-size-sm{
	font-size: 13px;
	padding: 8px 14px;
}
.button-size-med{
	font-size: 19px;
	padding: 20px 45px;
}
.button-size-lg{
	font-size: 25px;
	padding: 30px 80px;
}

/* default themes */
.button-theme-a{
	color: #fff;
	background: #34495e;
}
.button-theme-b{
	color: #fff;
	background: #27ae60;
}
.button-theme-c{
	color: #fff;
	background: #c0392b;
}

.button-theme-d{
	color: #fff;
	background: #009ac9;
	border: 2px solid transparent;
}
.button-theme-d:hover {
	background-color: #ffffff;
	color: #009ac9;
	border-color: #009ac9;
}

.button-theme-e{
	color: #fff;
	background: #f1c40f;
	border: 2px solid transparent;
}
.button-theme-e:hover {
	background-color: #ffffff;
	color: #f1c40f;
	border-color: #f1c40f;
}