body
{
	margin: 0px;
	padding: 0px;
}

p
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}

div
{
	margin: 0px;
	padding: 0px;
}

label
{
	width: 200px;
	float: left;
	padding-left: 5px;
}

p.title
{
	font-size: 16px;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

p.subtitle
{
	font-size: 14px;
	color: white;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}

p.field
{
	color: white;
	margin-bottom: 5px;
}

.hint_label
{
	display: none;
	visibility: hidden;
}

.hint_label_enable
{
	display: inline;
	visibility: visible;
}

.hint_label_disable
{
	display: none;
	visibility: hidden;
}

label:hover span.hint_label
{
	position: absolute;
	display: block;
	visibility: visible;
	background-color: #FFFFFF;
	color: #000000;
	border: dashed 1px #E0E0E0;
	width: 150px;
	padding: 5px;
	font-size: 12px;
	left: 5px;
	*margin-top: 20px;
}