@charset "utf-8";
.content_messages {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AA99AA;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
}
.Required {
	text-align: right;
	font-size: 12px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.send_title {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	color: #333333;
	text-indent: 5px;
}
.contact_title {
	font-size: 14px;
	background-color: #f6f6f6;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}

.content_messages h1 {
	height: 30px;
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #3D2964;
	text-indent: 5px;
	background-color: #f3f3f3;
}
.btn_box {
	padding-top: 20px;
	background-color: #f5f5f5;
	padding-left: 200px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.Submit_btn {
	height: 38px;
	width: 200px;
	background-image: url(../images/Join_btn_bg.gif);
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
