
#errContainer {
 position:absolute;
 left:445px;
 color:#f30000;
 font-weight:bold;
 font-size:12px;
 padding:5px;
 top:47px;
 margin:0;
}
#trail {
 position:relative;
 left:9px;
 top:53px;
 padding:2px;
 z-index : 1;
}

#content2 {
 float : left;
 text-align:left;
 height:418px;
 width:949px;
 background: url(/images/gradBg.png) repeat-x;
}
#imgContainer {
  position:absolute;
  top:181px;
  left:12px;
  height:360px;
  width:350px;
  padding:0;
  margin:0;
}
#txtContainer {
  position:absolute;
  top:136px;
  left:204px;
  height:360px;
  width:700px;
  padding:0;
  margin:0;
}

/* ==== forms. =====*/
form {
	padding: 10px;
  padding-left:60px;
	font-family: helvetica, sans-serif, Arial;
  border-left: 1px solid #CCC;
}
/* Fieldset  */
fieldset {
	margin: 20px 0;
	padding: 15px 10px;
}
legend {
	padding: 2px 5px;
	color: #1C1C1C;
  font-weight:bold;
  font-size:14px;
}
/* Nested Fieldset  */
fieldset fieldset  {
	border: 1px solid #ccc;
	background-color:#FFF;
}
fieldset fieldset legend {
	border: 1px solid #ccc;
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;
}
/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	padding: 0 4px;
}
form th {
	padding: 0 4px;
}
form .alternate-1 {
	background-color:#E9E9E6;
}
form .alternate-0 {
}

/* Combo Label + Input Field =========================================================== */
form .oneField {
	
}
form .inlineSection .oneField {
	float: left;	
	padding: 0;
	margin-right: 4px;
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {	
	color: #333;
	font-size: small;
}
/* Text inputs / Select label */
label.preField {
	display: block;
	padding: 2px;
	margin: 0.4em 4px 0 0;
	font-weight: bold;
}
/* Radio / Checkbox group label */
form .label  {
	display: block;
	padding: 2px;
	margin: 0.4em 4px 0 0;
	font-weight: bold;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
.inlineSection .oneField .inlineLabel {
	display: block;	
	padding: 0 3px;
	font-weight: bold; 
	margin: 0.4em 4px 0 0;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin: 0 2px 0 0;
}
select {
	padding: 0;
	margin: 2px 2px 1px 0;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}

input[type="submit"] {
  background:transparent url(/images/Btn.gif) no-repeat scroll right 0;
  display:block;
  border:0 none;
  color:#FFFFFF;
  font-family : helvetica, sans-serif, Arial;
  font-size:12px;
  font-weight:bold;
  height:22px;
  padding:3px;
  text-align:center;
  width:55px;
}

/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	margin: 1em 0;
}
/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}
/*  ==== forms. ie6 bug fixes =====*/
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}

