body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 13px;
	text-align:left;
}

.content 
{
	height:237px;
	width:681px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
	background-image:url(../images/ThanksBkg.jpg);
	background-repeat:no-repeat;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 452px;
height: 173px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-top:50px;
margin-left:15px;
display:inline;
float:left
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

.submitForm
{
	width:206px;
	float:right;
	margin-top:50px;

	display:inline;
}

.submitForm div.main
{
	

	font-family: Helvetica, sans-serif;
	font-size:12px;
	color:#818181;
	height:141px;
	overflow:hidden;
	/*	background-color:Aqua; */
	text-align:left;
		padding:5px; 		

}
.submitForm .main input, .submitForm .main textarea
{

	text-align:left;
	overflow:hidden;
	font-family: Helvetica, sans-serif;
	font-size:12px;
	border:0px;
	border-top:solid 1px #c3d0cf;
	width:180px;
}
