form.cmxform fieldset {
  margin-bottom: 3px;
  text-align: left;
}
form.cmxform input {
	background: white;
	border: 1px solid black;
	width: 300px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  text-align: left;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  list-style-type: none;
  text-align: left;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  list-style-type: none;
}
form.cmxform fieldset fieldset {
  text-align: left;
}
form.cmxform fieldset fieldset legend {
  font-weight: bold;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 150px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 12px; /* Width plus 3 (html space) */
}
/*\*//*/
form.cmxform legend {
  display: inline-block;
}
/* IE Mac legend fix */

.register_content {
border: 1px solid black;
margin-bottom: 5px;
font-size: 11px;
overflow: hidden;
}
.register_content_header {
background-color: #000099;
border-bottom: 1px solid black;
color: white;
text-align: left;
font-weight: bold;
padding: 5px;
}
.register_content_body {
background-color: #ccc;
padding: 5px;
}
.register {
border: 1px solid black;
text-align: left;
padding: 5px;
overflow: hidden;
margin-bottom: 5px;
}

.text_area {

	backgound: #000;
}
.register_content_body legend {

	font-weight: bold;
}
.register_content_body a {

	text-decoration : none;
}
.register_content_body fieldset {

	margin-top: 10px;
	padding: 10px;
}
