body {
	background-color:#EBEBEB;
	background-image:url(../images/subtle_zebra_3d.png);
	background-repeat:repeat-x repeat-y;
}

footer {
	border-top: 3px dashed #ccc;
	padding:20px 0;
	text-align:center;
	font-size:18px;
	width:100%;
	background-color:#333;
	color:#fff;
}

a {
	text-decoration:none;
	color:#c22e2e;
}

#frying_pan_demo_1 input, #frying_pan_demo_2 input, #frying_pan_demo_3 input, #frying_pan_demo_4 input {
	width:50px;
	border:1px solid #ccc;
}

.github_button {
	display:block;
	padding:20px;
	width:190px;
background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* IE10+ */
background: linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */

	color:#222;
	font-weight:bold;
	text-align:center;
	margin:80px auto;
	font-size:18px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #ccc;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
}