
html
{
	background: grey;
}
body
{
	background: grey;
}
#mainBox
{
	height:400px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
	background:white;
	margin-top:200px;
}
#insideBox
{
	height:300px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	padding-top:1px;
}
#boxNum
{
	color:grey;
}
#formTableInsert
{
	height:60px;
}
#overlay
{
	position:absolute;
	margin-top:-200px;
	height:0px;
	width:0px;
	background-color:#d1d1d1;
	filter:alpha(opacity=60); 
	opacity:.6;
	z-index:10;
	text-align:center;
}
#loading
{
	height:500px;
	width:100%;
	text-align:center;
/* 	display:inline-block; */
/* 	color:black; */
/* 	background:black; */
	margin-top:120px;
	margin-left:atuo;
	margin-right:auto;
	position:absolute;
	font-size:50px;
	color:black;
	visibility:hidden;
	z-index:20;
}
#boxesOnline
{
	float:right;
	margin:30px;
}
