/* ---------- ani Image ---------- */
.threeColFix #aniImage {
	width: 720px;
	height: 137px;
	margin: 0 auto;
	border: solid 0px pink;
	background-image: url(../images/imageNewMember.jpg);
	background-repeat: no-repeat;
}

.threeColFix #pageTitle { 
	width: 686px;
	height: 19px;
	border: solid 0px blue;
	background-image: url(../images/titleNewMemberContact.gif);
	background-repeat: no-repeat;
	top: 24px;
	position: relative;
	margin-bottom: 40px;
	padding: 0;
}
.threeColFix #formContent {
	border: solid 0px red;	
}
form.cmxform fieldset {
  margin-bottom: 10px;
  border: 0;  
}
form.cmxform label {
  display: inline-block;
  line-height: 26px;
  vertical-align: top;
  width: 170px;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 2px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  margin: 0;
  border: solid 0px red;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.formButtons {
	margin-left: 194px;
	border: solid 0px red;
}
