
#aintcontent	{
	margin-top: 4px;
	background-color: #BBBBBB;
	width: 400;
	color: #FFFFFF;
	border-top-right-radius: 30px;
	border-top-right: solid 1px #444444;
	border-bottom-right-radius: 30px;
	border-bottom-right: solid 1px #444444;
	border-right: solid 1px #444444;
	min-height: 340px;
	float: none;
	padding: 20px 5%;
}
input  {
	width: 170px; 
	margin: 3px;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-top: 1px solid #616161;
	border-right: 1px solid #A1A1A1;
	border-radius: 5px;
	height: 24px;
	}
.aintQuestion {
	text-align: left;
	padding-right: 5px;
	padding-top: 3px;
}
.requiredField .aintQuestion { font-weight: normal }
.errorMessage { color: red; font-weight: bold; background-color: white }
#launchbody {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url('../Files/Design/$FILE/background1600.png');
	background-position: top center;
	background-repeat: no-repeat;
}
#launchcontent	{
	margin-top: 4px;
	color: #00EF33;
	font-size: 24px;
	}
#launchform	{
	width: 1200px;
	margin: 0 auto;
	margin-top: 5px;
	background-color: transparent;
	background-image: url('../Files/Design/$FILE/PandoWelcomeImage_1200x580_3a.fw.png');
	background-position: center 96px;
	background-repeat: no-repeat;
	border: 0px solid #AAAAAA;
	min-height: 680px;
}


.aintQuestion { display: table-cell; width: 400px; padding: 3px }
