#nqform {
	margin:0;
	padding:10px 0 0 0 ;
}

#errors {
	color: red;
}/*	width: 500px;*/

/* Server side errors */
#nqform #sserror {
	border:solid 2px red; padding:3px 5px; margin-bottom:5px;	
	background-color: #fff9f5;
	font-weight: bold;
}

#nqform #sserror li {
	color: #cc0000;
}

/* Separator */
#nqform #separator {
	padding: 3px;
	margin: 10px 0px 2px 0px;
	color: #245FA3;
/*	clear: both;*/
	border-top: 1px solid #D8D5D2;
	border-bottom: 1px solid #D8D5D2;
}

/* Separator */
#nqform #firstseparator {
	padding: 3px;
	margin: 0px 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;
}

#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 {
	height: 35px;
	padding-left: 5px;	
	color: #333333;
}/*	clear: both;*/

#nqform #row #left { 
	width: 110px;
	float: left;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
} 

#nqform #row #right { 
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	width: 350px;
}/* Inserita la larghezza perche' ho probl nella visualizzazione in FF quando il
	testo della check sulla privacy e' su piu' righe */

.nqconfirm {
	padding-top: 3px;
	color: blue;
}

/*
#nqform #row #bottom {
	padding-left: 205px;
	clear: both;
}
*/


#nqform #row #required {
	color: red;
}

#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;
	width: 100%;
}

#nqform #row #footnotes {
	font-size: 8pt;
	color: gray;
	
}

#nqform input {
	border: 1px solid #7DAAD7;
}

#nqform textarea {
	border: 1px solid #7DAAD7;
}
#nqform textarea.infoprivacy {
	width: 350px;
	font-size: 11px;
}
#nqform select {
	border: 1px solid #7DAAD7;
}


#nqform #dgbuttons {
	padding-left: 210px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}/* background: #8F7F6F; */

#nqform #dgbuttons input {
	border: 1px ridge ActiveBorder;
	background: #708090;
	color: white;
	font-weight: bold;
	padding: 1px;
}

#fs {
	background:	#DCE4ED;
	font: 9pt Arial;
	border: 1px solid #9999CC;
	padding: 0px;
	width: 230px;
	float: left;
	clear: left;
}

#fs #fsfields{
	padding: 7px;
}

#fs #fsfields input{
	border: 1px solid #006699;
}

#fs #fstitle {
	background:	#C9CAE4;
	font: bold 8pt Verdana;
	color: #7474BA;
	padding: 5px;	
	border: 0px;
	border-bottom: 1px solid #9999CC;
}

#fs, #3dline {
	border-bottom: 1px solid white;
}

#space {
	height: 15px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: left;
}



/* *********************************** */
/* *********************************** */
/* *********************************** */
/* *********************************** */
/* *********************************** */
/* FIELD COLLECTIONS NQCONTENT STYLE */
.fcMainOuter{
	border : 1px solid #003366;
	float: left;
	width: 100%;
	background-color: #DDE4EE;
}
.fcMainHeader {
	font-size: 14px;
	font-weight: bold;
	color: White;
	padding : 4px 5px 4px 5px;
	background-color : #5B80A6;	
	text-align : left;
	border-top: 1px solid #A7BACF;
	border-bottom : 1px solid #003366;
	clear: both;
}

.fcHeader {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	padding : 6px 5px 6px 5px;
	background-color : #CAD6E6;	
	text-align : left;
	border-bottom : 1px solid #97A0AC;	
	border-top: 1px solid white;
}

.fcSeparator{
	clear: both;
	height: 5px;
	font-size: 1px;
} 
.fcContent{
	font-size: 10px;
	padding : 5px 5px 10px 5px;
	background-color: #DDE4EE;
	vertical-align : top;
	border-top: 1px solid white;
	clear: both;
}

input.btButton {
	font-size : 10px;
	color: black;
	background-color: white;
	border : 1px solid #003366;
	cursor: pointer;
}
/* FIELD COLLECTIONS NQCONTENT STYLE */


/* TABS */
.tabHeader {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	padding : 3px 3px 2px 3px;
	background-color : #CAD6E6;	
	text-align : left;
	height: 30px;
	border: 1px solid #003366;
}

.tab-button, .tab-button2, .tab-button3, .tab-button4	{
	float: left;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	background-color: #DDE4EE;
	text-align : center;
	vertical-align : middle;
	padding: 5px 34px 5px 34px;
	border-bottom : 1px solid #97A0AC;
	border-top: 1px solid white;
	border-right : 1px solid #97A0AC;
	border-left: 1px solid white;	
	width: 200px;
}

.tab-button{
	background-image : url(formplus/images/tabs_back.jpg);	
	background-color : #CAD6E6;
	width: 200px;
}

.tab-button2{
	background-color : #DDE4EE;
	padding: 6px 33px 4px 35px;	
	width: 200px;
}
/* fine TABS  */


/*
 TABS TEST 

.tabHeader {
	width: 500px;
	background: silver;
	border-left: 1px solid silver;
	b!order-bottom: 1px solid silver;
	font: caption;
}

.tcontent {
	width: 500px;
	background: white;	
	color: black;
	b!ackground: green;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	font: normal normal smaller "Microsoft Sans Serif"; 
	padding: 5px 5px 5px 5px;
}

.tab-button, .tab-button2, .tab-button3, .tab-button4	{
	font: caption;
	float: left;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	color: gray;
	background-color: white;
	b!ackground-image : url(formplus/images/white.gif);
	text-align : center;
	vertical-align : middle;
	padding: 5px 34px 5px 34px;
	m!argin: 0px 0px 0px 0px;
	b!order-bottom: 1px solid black;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	w!idth: 33.33%;
}


.tab-button{
	background-color : #EEEEEE;
	color: red;
	w!idth: 33.33%;
	b!order-bottom: 1px solid red;
	b!order-left: 1px solid silver;
}

.tab-button2{
	background-color : #D8D8D8;
	color: gray;
	w!idth: 33.33%;
	b!order-bottom: 1px solid green;
}

  fine TABS TEST */

/* TEMP  */
.GmainOuter{
	border : 1px solid #663300;
	float: left;
	width: 100%;
	background-color: #EC7600;
}

.GmainHeader {
	font-size: 14px;
	font-weight: bold;
	color: White;
	padding : 4px 5px 4px 5px;
	background-color : #663300;	
	text-align : left;
	border-top: 1px solid #663300;
	border-bottom : 1px solid #663300;
	clear: both;
}

.Gcontent{
	font-size: 10px;
	padding : 5px 5px 10px 5px;
	background-color: #E6CCCC;
	vertical-align : top;
	border-top: 1px solid white;
	clear: both;
}

.GtabHeader {
	font-size: 10px;
	font-weight: bold;
	color: White;
	padding : 6px 5px 6px 5px;
	background-color : #663333;	
	text-align : left;
	border-bottom : 1px solid #333366;	
	border-top: 1px solid white;
}

input.btButton {
	font-size : 10px;
	color: black;
	background-color: white;
	border : 1px solid #003366;
	cursor: pointer;
}
/* /TEMP */


#nqform .chkPrivacy {
	border: none;
}


#nqform span#dlblPrivacy {
	margin: 25px 0 25px 0 ;
	padding: 0;
	display: block;
}

#nqform fieldset input.input-text {border:1px solid #7DAAD7; color:#000; padding:3px;}
#nqform fieldset label {
	font-weight: bold;
	width: 110px; 
	margin: 5px 0 0; 
	text-align: right; 
	color: #2d6aaf;	
	padding: 5px 0; 
	
}/* set top margin same as form input - textarea etc. elements */

#nqform .required {
	font-weight: bold; color: #E73500;
}

#nqform legend {   
	margin: 0;
   background-color: #fff;
   padding: 2px 5px;
   border: 1px solid #d4ebf7;
}/*font-size:1.1em;*/ /* bump up legend font size, not too large or it'll overwrite border on left */
                    /* be careful with padding, it'll shift the nice offset on top of border  */

#formfooter {
	clear: both;
	margin: 15px 0;
	padding: 0;
	font-weight: bold;
}

fieldset .input-submit {
	margin-top: 20px;
}
