/* FORM STYLES */

form {
	margin:0;
	padding:0;
}

fieldset {
	margin-bottom: 10px;
	border: 1px #ccc solid;
	padding: 5px;
	text-align: left;
}

fieldset p {  margin: 10px 0px;  }

legend    {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

input, select, textarea { font-size: 11px; border: 1px solid #999; }
button { font-size: 11px; }
textarea { font: 11px Arial, Helvetica, sans-serif; resize: none; }

input.disabled { background-color: #F0F0F0; }

input.button,input.button:visited{
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	background-color:#07577F;
	color: #fff;
	border: 1px solid #05364F;
	height:22px;
	font-weight:bold;
	font-size:12px;
	text-indent: 0;
}
input.button:hover{
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	background-color:#157CAF;
	color: #fff;
	border: 1px solid #05364F;
	height:22px;
	font-weight:bold;
	font-size:12px;
	text-indent: 0;
}
input.button-search  { 
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	background-color:#999;
	color: #fff;
	border: 2px outset #888;
	height:20px;
	font-weight:bold;
}


table.form-table td { padding: 3px; }
table.form-table td.key {
	text-align: right;
	width: 140px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}
table.form-table td.key-r {
	text-align: right;
	width: 140px;
	color: #333;
	font-weight: bold;
	border-right: 1px solid #e9e9e9;
}
table.form-table .key-vtop { vertical-align: top; }

table.form-table td.key.vtop { vertical-align: top; }


fieldset.standard-form { border: 1px solid #ccc; margin: 0 10px 10px 10px; }

div.standard-form-buttons {
	line-height: 30px;
	text-align: center;
	padding-bottom: 10px;
}

div.standard-form-instruction {
	color: #000000;
	font-size: 12px;
	margin: 6px 0 10px 10px;
}
div.standard-form-instruction ul li {
	list-style-position: outside;
	list-style-type: square;
}

span.required {
	color: #FF0000 ;
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: top;
}

.validation-status {
	color: #FF0000;
  	padding-top: 2px;
  	padding-left: 8px;
  	vertical-align: middle;
  	white-space: nowrap;
}
.field-note { color: #333333; }
.record-highlight { font-weight: bold; }

label.error { color:#FF0000; font-size: 11px; margin: 0; white-space:nowrap; }
.btn-image { border:0; }

.form-wrapper { width:474px; height:460px; float:left; display:inline; }

/* */
form.cmxform fieldset {
  margin-bottom: 10px;
  border: 0;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: normal;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.5;
  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: 80px; /* Width plus 3 (html space) */
}
form.cmxform input.error , form.cmxform textarea.error, form.cmxform select.error
{
	border: 1px solid red;
}
form.cmxform textarea,form.cmxform input ,form.cmxform select
{
  font-weight:normal;
}
form.cmxform textarea
{
  height:150px;
  width:230px;
}
*html form.cmxform textarea
{
	width:230px;
}


form.cmxform label.maxwidth{
	width: 200px;
}
.formlabel
{
	float:left;
	width:85px;

}
.formlabel2 {
float:left;
width:150px;
}
form#frm_search
{
	position:relative;
	top:-10px;
	border-top: 0px solid red;
}
input.error, select.error, textarea.error { background-color:#FFFFCE; border: silver solid 2px; }
.formlabel3
{
	float:left;
	width:180px;
	margin-top:10px;
}
.formlabel4
{
	float:left;
	width:360px;
	margin-top:10px;
}
.formlabel5
{
	float:left;
	width:220px;
	margin-top:10px;
}

*html .formlabel4
{
	width:130px;
}
.formlabel6
{
	float:left;
	width:130px;
	margin-top:10px;
}
.formlabel7
{
	float:left;
	width:55px;
	margin-top:10px;
}
.formlabel8
{
	float:left;
	width:85px;
	margin-top:10px;

}

