
.nu_intro_table {
	border: 0;
	width: 100%;
	cell-spacing: 0px;
	border-collapse: collapse; 
}

.nu_intro_table td {
	font-size: 1em;
	padding: 2px;
	vertical-align: top;
	text-align: left;
}

.nu_intro_table td.label {
	color: #808080;
	font-weight:bold;
	width: 80px;
}


/* ***************************************
 * Form tables 
 * *************************************** */

.nu_form_table {
	border: 1px solid #E4F3F7;
	cell-spacing: 5px;
	font-size: 1em;
}

.nu_form_table caption {
	padding: 5px 10px;
	font-size: 1.2em;
	font-weight:bold;
 	color:#6297BC;
	background-color:#E4F3F7;
	text-align: left;

}

.nu_form_table td {
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

.nu_form_table td.label {
	color:808080;
	text-align:right;
	font-weight:bold;
}

.nu_form_table td.entry a {
	text-decoration: underline;
}

.nu_form_table td.avatar_entry img {
	border: 1px solid #E4F3F7;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	margin-bottom: 3px;
	vertical-align: top;
}

.nu_form_button {
	font: bold 12px Arial, Sans-serif; 
	width: 120px;
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(/image/nu/button_bg.jpg) repeat-x 0 0;
	border: none;
}

.nu_form_short_button{
	font:  12px Arial, Sans-serif; 
	width: 60px;
	height: 20px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(/image/nu/button_bg.jpg) repeat-x 0 0;
	border: none;
}

nu_form_button:disabled {
	color: #CCCCCC;
}

span.label {
	color:808080;
	font-weight:bold;
}

