@charset "UTF-8";
/* CSS Document */

button.skip {
 background: #A67905;
	background: -moz-linear-gradient(top, #bfb08c 0%, #9e8854 50%, #8f6f36 50%, #a67905 100%);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(rgb(191, 176, 140)), color-stop(0.5, rgb(158, 136, 84)), color-stop(0.5, rgb(143, 111, 54)), to(rgb(166, 121, 5)));
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	border-top-left-radius:5px 5px;
	-webkit-border-top-left-radius:5px 5px;
	-o-border-top-left-radius:5px 5px;
	-moz-border-radius-topleft:5px 5px;
	border-top-right-radius:5px 5px;
	-webkit-border-top-right-radius:5px 5px;
	-o-border-top-right-radius:5px 5px;
	-moz-border-radius-topright:5px 5px;
	border-bottom-right-radius:5px 5px;
	-webkit-border-bottom-right-radius:5px 5px;
	-o-border-bottom-right-radius:5px 5px;
	-moz-border-radius-bottomright:5px 5px;
	border-bottom-left-radius:5px 5px;
	-webkit-border-bottom-left-radius:5px 5px;
	-o-border-bottom-left-radius:5px 5px;
	-moz-border-radius-bottomleft:5px 5px;
	box-shadow:rgb(203, 192, 177) 0px 1px 0px 0px inset;
	-webkit-box-shadow:rgb(203, 192, 177) 0px 1px 0px 0px inset;
	-o-box-shadow:rgb(203, 192, 177) 0px 1px 0px 0px inset;
	-moz-box-shadow:rgb(203, 192, 177) 0px 1px 0px 0px inset;
	color:#FFFFFF;
	font-family:'helvetica neue', helvetica, arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-shadow:rgb(77, 42, 0) 0px -1px 1px;
	width:115px;
	border-left:1px solid #6E4A17;
	border-right:1px solid #6E4A17;
	border-top:1px solid #6E4A17;
	border-bottom:1px solid #452E0E;
	padding:1px 0px 3px 0px;
}

button.skip:hover {
background: #A67905;
  background: -moz-linear-gradient(top, #ad9d7f 0%, #debd05 50%, #e9bb00 50%, #cfa804 100%);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(rgb(173, 157, 127)), color-stop(0.5, rgb(222, 189, 5)), color-stop(0.5, rgb(233, 187, 0)), to(rgb(207, 168, 4)));
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	cursor:pointer;
}

button.skip:active {
	box-shadow:rgb(29, 40, 69) 0px 0px 20px 0px inset, rgb(255, 255, 255) 0px 1px 0px;
	-webkit-box-shadow:rgb(29, 40, 69) 0px 0px 20px 0px inset, rgb(255, 255, 255) 0px 1px 0px;
	-o-box-shadow:rgb(29, 40, 69) 0px 0px 20px 0px inset, rgb(255, 255, 255) 0px 1px 0px;
	-moz-box-shadow:rgb(29, 40, 69) 0px 0px 20px 0px inset, rgb(255, 255, 255) 0px 1px 0px;
	cursor:pointer;
}