#content form p {
	white-space: nowrap;
}

#content form #block_notification div {
	position: relative;
	top: 19px;
	left: 0;
}

#content form #block_notification .clearer {
	clear: both;
}

/* ie6fix */
* html #content form p {
	white-space: normal;;
}

#content form label {
	width: 228px;
}

/* ie6fix */
* html #content form label {
	width: 225px;
}

#content form label.error {
	text-align: right;
}

#content form .imgPicker {
	display: inline !important;
	vertical-align: middle;
}

#content form a.help {
	cursor: help;
}

#content form #submit {
	margin-top: 15px;
	text-align: right;
}

#content #helpContainer,
#content #helpContainer p,
#content #helpContainer ul {
	display: none;
}

#content .result span {
	padding: 5px 0;
	overflow: auto;
}

#content .result .legend {
	float: left;
	/*width: 230px;*/
	width: 190px;
	margin-right: 5px;	
	text-align: right;
}

#content .result .number {
	float: left;
	/*width: 35px;*/
	width: 45px;	
	text-align: right;
}

#content .result .number.total {
	/*width: 102px;*/
	font-weight: bold;
}

#content .result .withBtmLine {
	border-bottom: 1px solid #014C7A;
}