.clear {
	clear:both;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
}
.baseform label {
	width: 200px;
	display: block;
	float: left;
	text-align: right;
	margin-bottom: 5px;
	padding-right: 5px;
}
.baseform input.password, .baseform input.text, .baseform textarea, .baseform select, .baseform .file {
	font-family: Arial;
	font-size: 1.1em;
  line-height: 1.3em;
  border-color: #7C7C7C #C3C3C3 #DDD;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  width: 500px;
  float: left;
  margin-bottom: 5px;
}
.baseform fieldset {
	border: none !important;
	margin-top: 20px;
}
.baseform .button, .baseform .submit {
	background-color: #EE8823;
	color: #fff;
	border: none;
	padding:2px;
	margin-bottom: 5px;
}
.baseform legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom:10px;
}
.baseform h1 {
	font-size:18px;
	font-weight:normal;
	color:#ee8823;
	margin-bottom:20px;
}

/* tinymce */
.defaultSkin table.mceLayout {
	margin-bottom: 5px;
	border-color: #7C7C7C #C3C3C3 #DDD !important;
  border-style: solid !important;
  border-width: 1px !important;
}
.defaultSkin table.mceLayout tr.mceFirst td {
	border: none !important;
}
.defaultSkin table.mceLayout tr.mceLast td {
	border-bottom: none !important;
}
/* tinymce */

/* file lista */
.keplista ul {
	float: left;
	width: 120px;
	height: 160px;
	margin-bottom: 40px;
}
.keplista ul li {
	padding: 0px;
	text-align: center;
	background: none !important;
	list-style: none;
}
.keplista ul li div {
	text-align: left;
}
.keplista ul:hover {
	background-color: #eaeaea;
}
.keplista a {
	text-decoration: none;
	color: #EE8823;
}
/* file lista */
