.niceForm {
	padding: 10px;
}
.niceForm div.entry {
	margin: 0 0 10px 0;
	padding: 5px 10px;
}
.niceForm div.div_selectTheme { display:none} /* TRANFORMATION - to hide theme choice in views/public/writepost.tpl*/

.niceForm label {
	display: block;
	padding: 3px 0 3px 0;
	font-weight: bold;
}
.niceForm textarea,
.niceForm input {
	border: 3px solid #cccccc;
	width: 90%;
}
.niceForm .buttons input {
	display: inline;
	width: auto;
}

.niceForm fieldset {
	margin: 0 0 1em 0;
	padding: 10px;
	border: 1px solid #c6c6c6;
}
.niceForm fieldset legend {
	border: 1px solid #c6c6c6;
	padding: 5px 10px;
	margin: 0 0 0 15px;
}

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

/* ====== ERRORS */
.niceForm div.error {
	background-color:#FFE6E7;
	border: 2px outset #FFAFB4;
	padding: 5px 10px;
}
.niceForm div.error label {
	color: #FF0000;
}
.niceForm div.error .errorMsg {
	color:#FF4F4F;
	margin:0pt;
	padding: 2px 0 2px 0;
}

.niceForm .help {
	padding: 5px 0 5px 0;
	color: #cccccc;
	font-style: italic;
}

.niceForm .errorParagraph {
	margin: 1em 0;
}

