div.ContactBox				{	width:				450px;
								height:				100%;
								background-color:	#3B88C3;
								padding-left:		20px;
								border-style:		inset;
								border-width:		4px;
								border-radius:		15px;
							}
.ContactSentBox				{	width:				640px;
								height:				480px;
								background-color:	#3B88C3;
								padding-left:		20px;
								border-style:		inset;
								border-width:		4px;
								border-radius:		15px;
								position:			relative;
								left:				0px;
								top:				0px;
							}
.ContactUsCell				{	position:			relative;
								top:				0px;
								width:				90%;
								height:				90%;
								border-style:		solid;
								border-width:		20px;
							}
