 body{
   margin: 0px 40px 0px 70px;
   text-align: center;
 }
#the-ad{
   /* in case you want to change its position*/
   margin:0px;

}
#moveBox{
    display:inline-block;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align:left;
	/*float: left;
	margin-right:100px; Remove this and comment in TextStuff to see the text. Also remove display:none*/
}
#errorButton{
    color:red;
}

#textStuff{
    /*float: left;
    width: 400px;  */ 
	display:none;
}
#table1, #table2 {
    margin-bottom:10px;
	border: 1px solid #DFDFDF;
	background-color: #F9F9F9;
	width: 100%;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
	color: #333;
}
#table1 td, #table1 th, #table2 td, #table2 th{
	border-top-color: white;
	border-bottom: 1px solid #DFDFDF;
	color: #555;
}
#table1 th, #table2 th{
	text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-weight: normal;
	padding: 4px 4px 3px;
	text-align: left;
	line-height: 1.3em;
	font-size: 11px;
}
#table1 td ,#table2 td{
    text-align: right;
	font-size: 10px;
	padding: 4px 7px 2px;
	vertical-align: top;
}