body {
	font-family: Tahoma;
	font-size: 80%;
}

form.nice {
	margin: 0;
	padding: 0;
	width: 470px;
}

form.nice div.element {
	clear: left;
}

form.nice ul.errors {
	clear: both;
	margin: 15px 5px 20px 160px;
	padding: 8px 15px;
	border: 1px solid red;
	color: red;
	list-style-type: none;
	background: none;
	font-weight: bold;
	font-size: 85%;
}

form.nice ul.errors li { /*list-style: square;
	margin-left:10px;*/
	
}

form.nice div.elementGroup {
	/*margin-left: 160px;*/
}

form.nice div.elementGroup label {
	width: auto;
}

form.nice div.elementGroup input {
	margin: 5px 3px 0px 0;
}

form.nice fieldset {
	border-style: solid;
	border-color: #9EB6D2;
	border-width: 1px 0 1px 0;
	margin: 0;
	padding: 5px 0 10px;
}

form.nice .group { /*background: #EFEFEF;
 border:1px solid #E1E1E1;*/
	margin: 10px 0 20px 0;
	padding: 10px;
}

form.nice fieldset legend {
	font-size: 1.5em;
}

form.nice div.noLabel {
	padding-left: 160px;
}

form.nice div.button input {
	border: 1px solid #9FB7D2;
	background: #5E85B1 none repeat scroll 0 0;
	color: white;
	padding: 2px 20px;
	margin: 20px 5px 5px 160px;
	width: auto;
}

form.nice div.elementGroup input,form.nice div.checkbox input {
	width: auto;
}

form.nice label {
	display: block;
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 10px 0 0;
	text-align: right;
}

form.nice input,form.nice textarea,form.nice select {
	width: 250px;
	margin: 5px 3px 0 0;
}

form.nice div.element span.mceEditor table {
	margin-top: 5px; /* TinyMCE editor position fix */
}

textarea {
	overflow: auto;
}

form.nice div.description {
	display: block;
	margin: 0 0 5px 160px;
	padding: 1px 3px;
	font-size: 75%;
	color: #888;
}

form.nice .required {
	font-weight: bold;
}

form.nice div.checkbox label {
	float: right;
	width: 420px;
	margin:0 0 8px;
	text-align: left;
}

form.nice div.checkbox input{
	border: none !important;
	margin: 2px 0 8px !important;
}

form.nice div.button input{
	margin: 0 10px 0 8px;
}

form.nice br {
	clear: left;
}

.scrollbox {
	width: 420px;
	padding: 10px;
}
