
body{
	background: #87cfe6;
	background-repeat: repeat,no-repeat;
	background-size:100%;
	background-attachment: fixed;
	font-family: 'Electrolize', Arial, sans-serif;
	
}
input.reset{ width:79px; height:31px;}
input.reset:hover{ background-position:bottom;
background-color:#F63;}

.log{
	
	width:79px; height:31px;
}
.log:hover{
	
	background-position:bottom;
	background-color:#9F6;
}
.transbox
{
	background: rgba(255,255,255,1);
	border: 1px solid #fff;
	border-radius: 10px;
	box-shadow: 2px 2px #000;
	background-size: 100%;
}
h1{
	margin-top:40px;
	font-size:60px;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	text-align:left;
	font-weight:300;
    text-align:left;
}
.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	z-index: 9999;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	-webkit-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-moz-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-o-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-ms-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	animation: slideOut 0.5s ease-in-out 0.3s backwards;
}
.clr{
	clear: both;
}
@-webkit-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@-moz-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@-o-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@-ms-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}