
/* button styles */
input[type=button], input[type=submit], button {
    background-color: #e5b47f;
    border: none;
    color: #000000;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
    text-transform: uppercase;
}
input[type=button]:hover, input[type=submit]:hover, button:hover {
    color: #ffffff;
    background-color: #474b4f;
}

/*
.btnStyle_wide {
	width: 100%;
	height: 40px;
	margin-bottom: 8px;
    text-align: center;
    display:inline-block;
	font-size: 16px;
	line-height:40px;
	cursor: pointer;
	color: #474b4f;
}

.siteButton {
	width:180px;
	height:42px;
	background: url(../_images/btnBG_gray.png) no-repeat;
	color: #474b4f!important;
	font-size: 16px!important;
	text-decoration: none!important;
	border: 0;
	padding: 10px 28px;
	margin-top: 12px;
	cursor: pointer; 
	cursor: hand;
	-webkit-appearance: none;
}
	.siteButton_small {
		width:104px;
		height:42px;
		background: url(../_images/btnBG_gray_small.png) no-repeat;
		color: #474b4f!important;
		font-size: 14px!important;
		text-decoration: none!important;
		border: 0;
		padding: 10px 28px;
		margin-top: 12px;
		cursor: pointer; 
		cursor: hand;
		-webkit-appearance: none;
	}
	.siteButton_mid {
		width:137px;
		height:42px;
		background: url(../_images/btnBG_gray_mid.png) no-repeat;
		color: #474b4f!important;
		font-size: 14px!important;
		text-decoration: none!important;
		border: 0;
		padding: 10px 28px;
		margin-top: 12px;
		cursor: pointer; 
		cursor: hand;
		-webkit-appearance: none;
	}
	.siteButton_wide {
		width:228px;
		height:45px;
		background: url(../_images/btnBG_gray_wide.png) no-repeat;
		color: #474b4f!important;
		font-size: 14px!important;
		text-decoration: none!important;
		border: 0;
		padding: 10px 28px;
		margin-top: 12px;
		cursor: pointer; 
		cursor: hand;
		-webkit-appearance: none;
	}
	.siteButton_wider {
		width:350px;
		height:45px;
		background: url(../_images/btnBG_gray_wider.png) no-repeat;
		color: #474b4f!important;
		font-size: 14px!important;
		text-decoration: none!important;
		border: 0;
		padding: 10px 28px;
		margin-top: 12px;
		cursor: pointer; 
		cursor: hand;
		-webkit-appearance: none;
	}
		input.siteButton:hover, input.siteButton_wide:hover, input.siteButton_wider:hover, input.siteButton_small:hover, div.siteButton_small:hover, div.siteButton_mid:hover {
			color: #ffffff!important;
			text-decoration: none;
			text-shadow: 2px 2px 4px #000000!important;
		}
	.btn_smallerText {
		font-size: 14px!important;
	}
	.btn_smallestText {
		font-size: 12px!important;
		line-height:12px;
		text-align: center;
	}
	.btn_midText {
		font-size: 13px!important;
		text-align: center;
	}
		.btn_midText > div {
			position:relative;
			top:6px;
		}

	.btn_noPadding {
		padding: 0!important;
	}

.btnStyle {
	width:180px;
	height:42px;
    text-align: center;
    display:table-cell;
	vertical-align:middle;
	font-size: 16px;
	cursor: pointer;
}
	.btnStyle a  {
		text-decoration: none;
		color: #474b4f!important;
	}
	div.btnStyle:hover, .btnStyle a:hover  {
		color: #ffffff!important;
		text-shadow: 2px 2px 4px #000000!important;
		text-decoration: none
	}



	.checkoutBtn:hover a, input.checkoutBtn:hover {
		text-decoration: none;
		text-shadow: 2px 2px 4px #000000!important;
	}

.btnStyle_siteSelect {
	margin:0 auto;
    display:block;
}
	.btnStyle_siteSelect span {
		top:10px;
		position:relative;
	}


	.greenBtn {
		background: url(../_images/btnBG_green.png) no-repeat;
	}
		.greenInd {
			background-color: #b0b994;
		}
	
	.purpleBtn {
		background: url(../_images/btnBG_purple.png) no-repeat;
	}
		.purpleInd {
			background-color: #b29dbf;
		}
		
	.orangeBtn {
		background: url(../_images/btnBG_orange.png) no-repeat;
			color: #474b4f;
	}
		.orangeInd {
			background-color: #fcc598;
			color: #474b4f;
		}
	.grayBtn {
		background: url(../_images/btnBG_gray.png) no-repeat;
	}
		div.grayBtn:hover, .grayBtn:hover a {
			color: #ffffff!important;
			text-decoration: none;
			text-shadow: 2px 2px 4px #000000;
		}

		
	.orange_off {
		background-color: #fcc598;
		border:2px solid white;
	}
		.orange_off a {
			text-decoration: none;
			color: #474b4f;
		}
		.orange_off a:hover {
			text-shadow: 2px 2px 4px #000000;
			cursor: pointer;
		}
		.orange_off:hover {
			text-shadow: 2px 2px 4px #000000;
			cursor: pointer;
		}
	.orange_on {
		background-color: #fcc598;
	}
		.orange_on a {
			text-decoration: none;
			color: #474b4f;
		}
		.orange_on a:hover {
			text-shadow: 2px 2px 4px #000000;
			cursor: pointer;
		}

#loginformbtn {
	display:inline-block;
	color:#ffffff;
	padding-top:10px;
	margin-top: 3px;
}		

	#joinNow {
		cursor: pointer;
	}
	

*/