body, td, .content {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
		}

		a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			text-decoration: none;
		}

		a:hover {
			text-decoration: underline;
		}

		h3 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			text-decoration: none;
			background-image: url(../gfx/hg_heading.gif);
			background-repeat: no-repeat;
			padding-left: 20px;
			padding-bottom: 5px;
			padding-top: 2px;
			color: #666666;
			line-height: 18px;
		}
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 28px;
			text-decoration: none;
			background-image: url(../gfx/hg_heading.gif);
			background-repeat: no-repeat;
			padding-left: 10px;
			padding-bottom: 5px;
			padding-top: 2px;
			color: #666666;
			line-height: 18px;
		}
		
		input, textarea, select{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			background-color: #FFCC33; 
			border: solid 1px #000000;
		}

.alert {
	background: #fff6bf url(error.gif) 15px center no-repeat;
	text-align: left;
	padding: 5px 200px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
 



form.cmxform fieldset {
  margin-bottom: 10px;
  background: url(back.gif) left bottom repeat-x;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
background: url(back.gif) left bottom repeat-x;

}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
 
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
