#nqform {
font-size: 12px;

	/*font: normal normal 0.7em Verdana, Microsoft Sans Serif, Arial, Verdana, "@Arial Unicode MS";
	width: 800px;
	border:1px solid blue;*/

}

/* Server side errors */
#nqform #sserror {
	margin: 0 0 0 4px;
	padding: 10px 0 10px 10px;
	c1olor: #7D1A18;
	color: #3973CE;
	font-size: 12px;
	font-weight: bold;
	
	p1adding: 3px;
	f1ont: normal normal bold 1em Verdana, Arial, "@Arial Unicode MS";
	m1argin: 10px 10px 10px 10px;
	c1olor: Black;
	b1ackground: #E1F1FF;
	c1lear: both;
	b1order: 1px solid Gray;
}

#nqform #sserror ul {
	margin: 0;
	padding: 0;
}

#nqform #sserror li {
	c1olor: #3973CE;
	color: #a40000;
	list-style: none;
	background: url(../images/error_back.gif) no-repeat left;
	margin: 0 0 0 4px;
	padding: 10px 0 10px 10px;
}


/* Separator */
#nqform #separator {
	padding: 3px;
	margin: 10px 0px 2px 0px;
	color: #245FA3;
	clear: both;
	border-top: 1px solid #D8D5D2;
	border-bottom: 1px solid #D8D5D2;
}

#nqform #separator #help {
	float: right;
}

.mandatory {
	font-weight: normal;
	c1olor: #7D1A18;
	c1olor: #3973CE;
}

#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;
	h1eight: 20px;
	padding-left: 5px;	
	color: #333333;
height:100%;
}

#nqform #row #left { 
	width: 150px;
	float: left;
	text-align: right;
	padding-top: 8px;
	padding-right: 0px;

} 

#nqform #row #right { 
	float: left;
	padding-top: 5px;
	padding-left: 5px;

}

#nqform #row #onerow { 
	float: left;
	text-align: left;
	padding-top: 8px;
	padding-right: 0px;
} 

#nqform #row #onerow input{ 
	border:0px solid white;
} 

#nqform #row #leftscore { 
	width: 350px;
	float: left;
	padding-top: 8px;
	padding-right: 0px;

} 

#nqform #row #leftcaption { 
	width: 500px;
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	font-size:10px;
} 


#nqform #row #bottom {
	padding-left: 155px;
	clear: both;
}

#nqform #row #required {
	c1olor: #7D1A18;
	color: #3973CE;
	font-weight: bold;
}

#nqform #row #caption {

}

#nqform #row #field {

}
#nqform #row #field img {
vertical-align: middle;
}
#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;
	width: 100%;
}

#nqform #row #footnotes {
	font-size: 8pt;
	color: gray;
}

#nqform input {
	font-size: 11px;
	padding-right: 2px;
	margin-right: 2px;
	b12order: 1px solid AppWorkspace;
	border: 1px solid #808080;
}

#nqform input.text {
	font-size: 11px;
	padding-right: 2px;
	margin-right: 2px;
	b1order: 1px solid AppWorkspace;
	border: 1px solid #808080;
	width: 500px;
}



#nqform textarea {
	b1order: 1px solid AppWorkspace;
	border: 1px solid #808080 ;
	font-size: 11px;	
	
}

#nqform select {
	b1order: 1px solid AppWorkspace;
	border: 1px solid #808080 ;
	font-size: 11px;
	
}

#nqform #dgbuttons {
	padding-left: 160px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*background: #8F7F6F;*/	
}

#nqform #dgbuttons input {
	border: 1px ridge ActiveBorder;
	background: ButtonFace;
	color: black;
	font-weight: bold;
	padding: 1px;
}

#nqform #row #leftscore #field{ 
	background-color:red;
} 
#field label {
 line-height: 20px;
}
#nqform input.radio{
	border: 0px solid #D8D5D2;
}

#nqform input.checkbox{
	border: 0px solid #D8D5D2;
}


#nqform #rowl  { 
	float:left;
	padding-left:50px;
	padding-top:5px;
	
} 
#nqform #rowl #left { 
	padding-right:5px;
	float:left;
}

#dgfloatGroup {
	width: 500px;
	
}
.longTxt{
	width: 400px;
}
.mediumTxt{
	width: 250px;
}
.tArea{
	width: 400px;
}