﻿.nl-container
{
	margin-left: 20px;
	width: 550px;
	border-bottom: solid 1px #e1e1e1;
	background-color: #f6f6f6;
}
.nl-country
{
	margin-top: 10px;
	width: 100%;
	font-weight: bold;
	font-size: 13px;
	border-bottom: solid 1px #c8c8c8;
}
.nl-title
{
	margin-left: 30px;
	margin-right: 10px;
	font-weight: bold;
	float: left;
}
.nl-container a
{
	float: left;
}
.nl-container span.checkbox
{
	float: left;	
}
.nl-container span.radio
{
}
.nl-container span.checkbox input, .nl-container span.radio input
{
	height: 18px;
	margin-top: 3px;
}
.nl-status-warning-img, .nl-status-info-img
{
	background-position: left;
	background-repeat: no-repeat; 
	font-size: 1.3em;
	width: 30px; 
}
.nl-status-warning-img, .nl-status-info-img
{
	background-image: url(../images/warning.gif);
}
.nl-status-info-img
{
	background-image: url(../images/check.gif);
}
.nl-status-warning, .nl-status-info
{
	font-weight: bold;
	margin-left: 4px;
}
.nl-status-warning
{
	color: #ff0000;
}
.nl-status-info
{
	color: #007f46;
}
.nl-unvisible 
{
	display: none;
}
/* form classes based on content.css */
.form
{
	width: 100%;
	line-height: 22px;
}
.form span, .form label, .form input, .form textarea, .form select, .form button
{
	float: left;
	display: block;
}
.form span.checkbox input, .form span.radio input
{
}
.form span.info
{
	width: 400px;
	overflow: hidden;
}
.form span.label, .form label.label
{
	width: 150px;
	margin-right: 10px;
}
.form span.errormessage
{
	width: 100%;
}
.form br, .form span.errormessage
{
	clear: left;
}
