body 
{ 
	margin: 0; 
	background-color: #000000; 
	overflow: hidden;
}
canvas 
{ 
	width: 100%; 
	height: 100%; 
	z-index:-1;
}
#input1 
{
	z-index:1;    
	width: 500px;
	height:20px;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid white;
	box-shadow: 0 0 20px #FFFFFF;
}
#input1:focus 
{ 
	outline: none !important;
	border:1px solid white;
	box-shadow: 0 0 20px #FFFFFF;
}
button
{
	z-index: 1;
	width: 80px;
	height: 20px;
	position: relative;
	left: 20px; top: 0px;

}
::-webkit-input-placeholder 
{
	color:    #777;
}
:-moz-placeholder 
{
	color:    #777;
}
::-moz-placeholder 
{
	color:    #777;
}
:-ms-input-placeholder 
{
	color:    #777;
}	