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

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

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

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

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

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

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

div.formNew2 span.required
{
	color: red;
}

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

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

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

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

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

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

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

div.wide form label
{
	float: left;
	position: relative;
	text-align: left;
	width: 140px;
}

div.wide span required
{
	color: red;
}

div.wide form .row
{
	clear: left;
}

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

div.wide form .errorMessage
{
	margin: 0 0 0 110px;
}
div.formNew2 .header{
width:420px;
float:left;
padding:7px 5px 0px 7px;
min-height:24px;
}
div.formNew2 .label{
width:145px;
float:left;
padding:7px 0px 0px 7px;
min-height:24px;
}
div.formNew2 .required{
width:140px;
}
div.formNew2 .value{
width:275px;
float:left;
padding:7px 0px 0px 7px;
min-height:24px;
}


div.formNew2 .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;
}


