div#container
{
   width: 560px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
   background-color: #FFFFFF;
   color: #000000;
}

	.myForm td, input, select, textarea, checkbox {
		font-family: georgia, tahoma;
		font-size: 14px;
	}

	.myForm {
		background-color: #FFF3EA;
		border: 3px solid #FF4E00;
		padding: 10px;
	}

	.required {
		color: red;
	}

