#container h2{
	margin-bottom: 10px;
}
#container #message{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}
#container #message #messageLeft{
	width: 250px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
#container #message #messageLeft img{
	border: 5px solid #DDDDDD;
}
#container #message #messageRight{
	width: 620px;
	float: left;
}
#container #message #messageRight h3{
	margin: 0px;
}
#container #message #messageRight ul{
	list-style: none;
	background-color: #EFF6F3;
	padding: 15px 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #message #messageRight ul li{
	font-weight: bold;
	font-size: 16px;
}
#container #message #messageRight p{
	line-height: 1.4em;
}
#container h3{
	margin-left: 15px;
	font-weight: bold;
	font-size: 16px;
}
#container p{
	line-height: 1.4em;
	margin-left: 15px;
}
#container p span{
	color: #AA0000;
	font-weight: bold;
}
#container p a{
	text-decoration: underline;
}
#container table{
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	width: 900px;
	margin: 10px auto;
}
#container table tr th{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: #CCCCCC solid;
	border-width: 0 0 1px 1px;
	line-height: 1.5em;
	background-color: #E5ECE5;
	text-align: left;
	width: 120px;
}
#container table tr th span{
	color: #AA0000;
	font-weight: bold;
}
#container table tr td{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: #CCCCCC solid;
	border-width: 0 0 1px 1px;
	line-height: 1.5em;
	background-color: #FFFFFF;
}
#container table tr td span.errorText{
	color: #CC0000;
}
#container table tr td input.text{
	width: 400px;
}
#container table tr td textarea{
	width: 700px;
	height: 300px;
}
#container input.button{
	margin-left: 170px;
}
#container input.button{
	margin-left: 170px;
}
