﻿	

.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #e6d7aa;
	-webkit-box-shadow: 0px 1px 0px 0px #e6d7aa;
	/*box-shadow: 0px 1px 0px 0px #e6d7aa;*/
	background:-moz-linear-gradient(top, #ffe9b9 5%, #ffe9b9 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffe9b9), color-stop(1, #ffe9b9));
	background:-webkit-linear-gradient(top, #ffe9b9 5%, #ffe9b9 100%);
	background:-o-linear-gradient(top, #ffe9b9 5%, #ffe9b9 100%);
	background:-ms-linear-gradient(top, #ffe9b9 5%, #ffe9b9 100%);
	background:linear-gradient(to bottom, #ffe9b9 5%, #ffe9b9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9b9', endColorstr='#ffe9b9',GradientType=0);
	background-color:#ffe9b9;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:2px solid #916417;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Georgia;
	font-size:15px;
	font-weight:bold;
	/*padding:11px 46px;*/
	padding:8px 36px;
	text-decoration:none;
	text-shadow:1px 0px 4px #f5f0e9;
	width:110px;
	text-align:center;
}
.myLogout {
	-moz-box-shadow: 0px 1px 0px 0px #e6d7aa;
	-webkit-box-shadow: 0px 1px 0px 0px #e6d7aa;
	/*box-shadow: 0px 1px 0px 0px #e6d7aa;*/
	background:-moz-linear-gradient(top, #ffe9b9 5%, #ffe9b9 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffe9b9), color-stop(1, #ffe9b9));
	background:-webkit-linear-gradient(top, #ffe9b9 5%, #ffe9b9 100%);
	background:-o-linear-gradient(top, #ffe9b9 5%, #ffe9b9 100%);
	background:-ms-linear-gradient(top, #ffe9b9 5%, #ffe9b9 100%);
	background:linear-gradient(to bottom, #ffe9b9 5%, #ffe9b9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9b9', endColorstr='#ffe9b9',GradientType=0);
	background-color:#ffe9b9;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:2px solid #916417;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Georgia;
	font-size:15px;
	font-weight:bold;
	padding:8px 36px;
	text-decoration:none;
	text-shadow:1px 0px 4px #f5f0e9;
	width:110px;
	text-align:center;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffe9b9), color-stop(1, #ffe9b9));
	background:-moz-linear-gradient(top, #ffe9b9 5%, #ffe9b9 100%);
	background:-webkit-linear-gradient(top, #ffe9b9 5%, #ffe9b9 100%);
	background:-o-linear-gradient(top, #ffe9b9 5%, #ffe9b9 100%);
	background:-ms-linear-gradient(top, #ffe9b9 5%, #ffe9b9 100%);
	background:linear-gradient(to bottom, #ffe9b9 5%, #ffe9b9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9b9', endColorstr='#ffe9b9',GradientType=0);
	background-color:#ffe9b9;
}
.myButton:active {
	position:relative;
	top:1px;
}
