div.formNew3
{
	margin: 0;
	padding: 0px;
	#background: #ebf0f6;
	clear: both;
}

div.form_content
{
	/*margin: 0px 14px 0px 14px;*/
	padding: 5px;
	background: #D8E8F5;
	
	#clear: both;
}

div.formNew3 input,
div.formNew3 textarea,
div.formNew3 select
{
	margin: 0.2em 0 0.5em 0;
}

div.formNew3 fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.formNew3 label
{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
}

div.formNew3 .column
{
	float: left;
	position: relative;
	width:330px;
}
div.formNew3 .column2
{
	float: left;
	position: relative;
	#width:330px;
}

div.formNew3 .row
{
	margin: 4px 0;
	border-bottom: 1px solid;
	width:340px;
	 #ced6e0; /*#c3cad4;*/
	
}

div.formNew3 .emptyrow
{
	margin: 4px 0;
	#border-bottom: 1px solid #ced6e0; /*#c3cad4;*/
}

div.formNew3 .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.formNew3 .note
{
	font-style: italic;
}

div.formNew3 span.required
{
	#width:140px;
	color: red;
}

div.formNew3 label.error,
div.formNew3 span.error
{
	color: #C00;
}

input.changed, textarea.changed, select.changed {
	background-color: #FFDB4D;
}

div.formNew3 input.error,
div.formNew3 textarea.error,
div.formNew3 select.error
{
	background: #FEE;
	border-color: #C00;
}

div.formNew3 .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.formNew3 .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.formNew3 .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.formNew3 .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide
{
	margin: 0px 14px 0px 14px;
	padding: 5px;
	
	#background: #ebf0f6;
	clear: both;
}

div.wide_label
{
	float: left;
	position: relative;
	text-align: left;
	width: 140px;
	padding: 10px;
}

div.wide_value
{
width:250px;
float:left;
padding:7px 0px 0px 7px;
min-height:24px;
}

div.wide span required
{
	#width:140px;
	color: red;
}

div.wide_row
{
	clear: left;
	border-bottom: 1px solid #ced6e0;
}

div.wide form .buttons
{
	clear: left;
	padding-left: 110px;
}

div.wide form .errorMessage
{
	margin: 0 0 0 110px;
}

div.formNew3 .header{
width:280px;
float:left;
padding:7px 0px 0px 7px;
min-height:32px;
}
div.formNew3 .label{
width:110px;
float:left;
padding:0px 0px 0px 7px;
min-height:32px;
}
div.formNew3 .required{
width:140px;
}
div.formNew3 .value{
width:170px;
float:left;
padding:0px 0px 0px 7px;
min-height:32px;
}

div.formNew3 .top{
#width:170px;
background: url("th_bg.jpg") repeat-x scroll left top;
min-height:32px;
}
div.formNew3 .top_left{
width:14px;
float:left;
background: url("th_left.jpg");
min-height:32px;
}
div.formNew3 .top_right{
width:14px;
float:right;
background: url("th_right.jpg");
min-height:32px;
}

div.formNew3 .clear{
float:none;
clear:both;
height:0px;
}

/* The hint to Hide and Show */
.hintTooltip {
   	display: none;
    position: absolute;
    right: 300px;
    width: 250px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintTooltip .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}


