body{
	text-align : center;/*IE sucks*/
}
div#main{
	margin:auto;
	 text-align:left; 
	 width:500px; 
	 background: #99ccff; 
	 padding: 1em; 
	 border: medium ridge Blue;
}
div#messages{
	position : relative;
}
div#messages select{
	width:480px;
}
div#messages input.arrow{
	position : absolute;
	left : 480px;
	width:20px;
	height:25px;
}
input#down{
	top:29px;
}

div#messageoptions{
	margin-top:0;
}
div#messageoptions a{
	color: Blue; 
	text-decoration: none; 
	font-size:small;
}
div#addOpt{
	background-color:#66ccff;
	padding:1em;
	border:thin ridge black;
}
div#buttons{
	margin-top:1em;
	text-align:center;
}
div#instruction{
	font-family: sans-serif; 
	font-size: xx-small; 
	font-weight:bolder; 
	visibility:hidden;
}
#generatedCode{
	 width:100%
}
h1{
	text-align:center;
}
#footer{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	max-width:70%;
	font-size:x-small;
	color:gray;
	position : relative;
	height : 31px;
}
#footer img{
	width:88px;
	height:31px;
	border:none;
}
#footer a{
	color:gray;
}
#vhtml{
position: absolute;
top:0;
left:0; 
}
#vcss{
position: absolute;
top:0;
right:0;
}
#footer address{
	font-style : normal;
}
p.nomarginbottom{
	margin-bottom : 0;
}

#googleBanner{
	margin-top:2%;
}