	.title1 {
		font-family: verdana, sans-serif;
		font-size: 19px;
		margin: 0px 0px 0px 10px;
		text-align: left;
		color: #FF9933;
	}
	.title2 {
		font-family: verdana, sans-serif;
		font-size: 17px;
		margin: 0px 24px 5px 0px;
		text-align: right;
		color: #FF9933;
	}

	#welcomeText {
		font-family: verdana, sans-serif;
		font-size: 13px;
		margin: 0px 10px 0px 10px;
		width: 350px;
		text-align: justify;
		color: silver;
	}

	#subjectRow {
		margin-left: 50px;

	}

	#emailAddress {
		font-size: 14px;
		color: silver;
		margin-top: -10px;
	}

	#emailAddressInput {
		background-color: #CCC;
		margin-top: 5px;
	}

	#name {
		font-size: 14px;
		color: silver;
	}

	#nameInput {
		background-color: #CCC;
		margin-top: 5px;
	}

	.itemLabel {
		font-size: 14px;
		color: silver;
		margin-top: 10px;
	}

	#subjectInput {
		background-color: #CCC;
		font-family: verdana, sans-serif;
		font-size: 14px;
		font-weight: bold;
		margin-top: 5px;
	}

	#messageContentDiv {
		margin-left: 50px;
	}


	#yourMessage {
		margin-top: 0px;
	}

	#msgContentInput {
		background-color: #CCC;
		margin-top: 5px;
		font-weight: bold;
	}

	#submitButton {
		float: right;
		background-color: #FF9933;
		margin-right: 15px;
		margin-top: 10px;
	}

	#msg {
		margin: 16px 15px 0px 0px;
		text-align: right;
		color: white; font-weight: bold; font-size: 14px;
	}

	#subMsg {
		padding: 15px 0px 0px 15px;
		color: steelblue; font-weight: bold; text-algin: center;
	}

	


