body{
	background: #ffffff; /* Old browsers */
	font: 14px "Arial", "Geneva", "Tahoma", sans-serif;
	color:#666;
}

a:link {text-decoration: none;
color: #3cb7e6;
}
a:visited {text-decoration: none;
color: #3cb7e6;
}
a:hover {text-decoration: underline;
color: #3cb7e6;
}

a:active {text-decoration: none;
color: #26ade4;
}

input[type="text"],input[type="password"],input[type="button"],input[type="file"],select, textarea {
	border: 1px solid #ccc;
	padding:5px;
	background-color:#fcfcfc;
}

input[type="reset"] {
	border: 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #e22626; /* Old browsers */
	background: -moz-linear-gradient(top, #e22626 0%, #ad1d1d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e22626), color-stop(100%,#ad1d1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e22626 0%,#ad1d1d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e22626 0%,#ad1d1d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e22626 0%,#ad1d1d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22626', endColorstr='#ad1d1d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e22626 0%,#ad1d1d 100%); /* W3C */
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0px #E05C5C;
	color: #701313;
	font: bold 14px "Varela Round", sans-serif;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 2px 0px #ccc;
	-moz-box-shadow: 0px 1px 2px 0px #ccc;
	box-shadow: 0px 1px 2px 0px #ccc;
}
input[type="submit"] {
	border: 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #d1e751; /* Old browsers */
	background: -moz-linear-gradient(top, #d1e751 0%, #96c446 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1e751), color-stop(100%,#96c446)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d1e751 0%,#96c446 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d1e751 0%,#96c446 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d1e751 0%,#96c446 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e751', endColorstr='#96c446',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d1e751 0%,#96c446 100%); /* W3C */
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0px #DAE592;
	color: #5E7F2D;
	font: bold 14px "Varela Round", sans-serif;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 2px 0px #ccc;
	-moz-box-shadow: 0px 1px 2px 0px #ccc;
	box-shadow: 0px 1px 2px 0px #ccc;
	margin-left:20px;
}

input[type="button"] {
	border: 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #d1e751; /* Old browsers */
	background: -moz-linear-gradient(top, #d1e751 0%, #96c446 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1e751), color-stop(100%,#96c446)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%,#96c446 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d1e751 0%,#96c446 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d1e751 0%,#96c446 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e751', endColorstr='#96c446',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d1e751 0%,#96c446 100%); /* W3C */
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0px #000000;
	color: #ffffff;
	font: bold 14px "Varela Round", sans-serif;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 2px 0px #ccc;
	-moz-box-shadow: 0px 1px 2px 0px #ccc;
	box-shadow: 0px 1px 2px 0px #ccc;
	margin-left:20px;
}

label {
      font: 12px "Arial";
      color: #FFFFFF;
      }
      
h1{
	font: 30px "Audiowide", sans-serif;
	margin-bottom:5px;
	color:#000;
	text-shadow: 2px 2px 2px #d9d9d9;
	filter: dropshadow(color=#d9d9d9, offx=2, offy=2);
}
