.niceForm {
	padding: 10px;
}
.niceForm div.entry {
	margin: 0 0 10px 0;
}

.niceForm label {
	display: block;
	padding: 3px 0 3px 0;
	color: #000000;
	font-weight: bold;
	width:150px;
	float:left;
}
.niceForm textarea,
.niceForm input {
	border: 1px solid #D0D0D0;
	width: 280px;
	float:left;
	margin-top:3px;
}
.niceForm textarea {
	height: 120px;
}
.niceForm input.button {
	display: block;
	clear:both;
	width: auto;
	margin-top:20px;
	margin-left:150px;
}
.niceForm br {
	display: none;
}

.niceForm fieldset {
	margin: 0 0 1em 0;
	padding: 10px;
	border: 1px solid #c6c6c6;
}
.niceForm fieldset legend {
	color: #0A66AC;
	background: #ffffff url(/design/images/layout-webadmin/header_tile.jpg) repeat-x left top;
	border: 1px solid #c6c6c6;
	padding: 5px 10px;
	margin: 0 0 0 15px;
}

/* ====== CHECKBOXES */
.niceForm div.checkboxes label {
	display: inline;
	padding: 0;
	color: #000;
	font-weight: normal;
}
.niceForm div.checkboxes input {
	margin: 0;
	width: auto;
}

/* ====== BUTTONS */
.niceForm div.buttons {
}

/* ====== HELP */
.niceForm div.help {
	padding: 5px 0 5px 20px;
	color: #77A4D1;
	font-style: italic;
	background:transparent url(/design/images/icons-webadmin/information.png) no-repeat 0 50%;
}

/* ====== ERRORS */
.niceForm div.error {
	background-color:#FFE6E7;
	border:1px solid #CC0000;
	padding: 5px 10px;
}
.niceForm div.error label {
	color: #FF0000;
}
.niceForm div.error .errorMsg {
	clear:both;
	margin-left:150px;
	background:transparent url(/design/images/icons-webadmin/error.png) no-repeat 0 50%;
	color:#CC0000;
	font-size:10px;
	padding: 1px 0 1px 20px;
}
.niceForm div.entry{clear:both;}
.niceForm p.errorMsg {
	border:1px solid #CC0000;
	background: #FFE6E7 url(/design/images/icons-webadmin/error_small.gif) no-repeat 10px 50%;
	color:#CC0000;
	margin: 1em 0;
	padding: 5px 10px 5px 25px;
}
