#nqform {
	font-weight : normal;
}

/* Separator */
#nqform #separator {
	padding: 3px;
	margin: 10px 0px 2px 0px;
	color: #245FA3;
	clear: both;
	border-top: 1px solid #D8D5D2;
	border-bottom: 1px solid #D8D5D2;
	font-weight: bold;
}

#nqform #separator #help {
	float: right;
}


.mandatory {
	font-weight: normal;
}

#nqform #separator #help a.aHelp {
	text-decoration: none;
	text-align: right;
	color: white;
}

#nqform #separator #help a.aHelp:hover {
	background: #F5FFFA;
	text-decoration: none;
	text-align: right;
	color: green;
}



#nqform #row {
	clear: both;
	/*height: 20px;*/
	padding-left: 5px;	
	color: #333333;

}

#nqform #row #left { 
	w1idth: 200px;
	width: 100px;
	float: left;
	text-align: right;
	padding-top: 8px;
	padding-right: 0px;
} 

#nqform #row #right { 
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}

#nqform #row #bottom {
	p1adding-left: 205px;
	clear: both;
}



#nqform #row #required {
	color: #990000;
	padding-right: 4px;
}

#nqform #row #caption {	
	
}

#nqform #row #field{
	
}

#nqform #row #panel {

}

#nqform #row #help a {
	text-decoration: underline;
	text-align: right;
	color: blue;
}

#nqform #row #help a:hover {
	background: white;
	text-decoration: underline;
	text-align: right;
	color: blue;
}

#nqform #row #bottom {
	float: left;
	w1idth: 100%;
}

#nqform #row #footnotes {
	font-size: 8pt;
	color: gray;
	
}

#nqform input.radio{
	border: 0px solid #D8D5D2;
}

#nqform input.checkbox{
	border: 0px solid #D8D5D2;
}

#nqform textarea {
	border: 1px solid #D8D5D2;
}

#nqform select {
	
	border: 1px solid #D8D5D2;
}


#nqform #dgbuttons {
	padding-left: 200px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	/* background: #8F7F6F; */
	
}

#nqform #dgbuttons input {
	border: 1px ridge #9DD1FB;
	background: #F6FBFE;
	color: #0E62B6;
	font-weight: bold;
	padding: 1px;
	font-size: 11px;
}
.nqconfirm{
	padding-top:3px;
}

