.managecontainer {
	width				: 100% !important;
	clear				: both;
	margin-top			: 20px;
}

.managecontainer textarea {
	width				: 395px;
}

.managecontainer hr {
	width				: 400px;
	text-align 			: left;
	margin 				: 20px auto 20px 0;
}

.pictureform  {
	width				: 100% !important;
	clear				: both !important;
	float				: left;
}

.pictureform fieldset {
	width				: 100% !important;
	clear				: both !important;
	border				: none;
	float				: left;
}

.pictureform .managepicturecontainer {
	width				: 100%;
}

.pictureform .managepicture {
	float				: left;
	clear				: left;
	width				: 140px;
	height				: 95px;
	background			: #f1f1f1;
	border				: 1px solid #4f4f4f;
	padding				: 5px !important;
	margin-bottom		: 5px !important;
}

.pictureform .managepicture a {
	text-align			: center;
	display				: block;
	width				: 140px;
	height				: 95px;
	overflow			: hidden;
	margin				: 0 !important;
	padding				: 0 !important;
}

.pictureform .managepicture img {
	display				: block;
	border				: none;
	margin				: 0 !important;
	padding				: 0 !important;
}

.pictureform .shortfields {
	width				: 110px;
	margin 				: 17px 10px 0 10px;
	padding				: 7px;
	float				: left;
	border				: 1px solid #4f4f4f;
	background-color	: #fffdcc;
}

.pictureform .shortfields label {
	display				: block;
	width				: 100%;
}
.pictureform .shortfields label span {
	display				: block;
	width				: 70px;
	float				: left;
}

.pictureform .longfields {
	width				: 250px;
	float				: left;
	padding				: 0 !important;
}

.pictureform .longfields label {
	display				: block;
}

.pictureform .longfields label textarea {
	width				: 100%;
}

.pictureform .longfields label span {
	display				: block;
	width				: 100%;
	float				: left;
	clear				: both;
}

.pictureform .longfields * {
	margin				: 0;
}

.pictureform .clearboth {
	clear				: both;
}
.uploadcounter {
	width 				: 20px;
	margin-bottom 		: 10px;
	float				: left;
	clear				: left;
}

.uploadfile {
	margin-bottom 		: 10px;
	float         	 	: none;
}

.uploadfile input {
	border				: 1px solid #4f4f4f;
}

.uploadfile input:hover {
	border				: 1px solid #000000;
}

.uploadfile input {
	width				: 385px;	
}

.uploadform {
	margin-top			: 10px;
   	clear 				: both;
	width				: 100% !important;
	float				: left;
}

.uploadform .clearboth {
	clear				: both;
}

.uploadform .manageupload {
	clear 				: both;
	width				: 100% !important;
	float				: left;
}

.slideshowwrapper {
	text-align			: center;
}

.deleteform {
	float				: left;
}

.deleteform fieldset {
	border				: none;
}

.synchform {
	float				: left;
}

input.backtonormal {
	background				: url(/new/assets/templates/front/images/exit.jpg);
	width					: 68px;
	height					: 25px;
	cursor					:pointer;
}

input.save {
	background				: url(/new/assets/templates/front/images/save.jpg);
	width					: 90px;
	height					: 25px;
	cursor					: pointer;
}

input.sort {
	background				: url(/new/assets/templates/front/images/sort.jpg);
	width					: 100px;
	height					: 25px;
	cursor					: pointer;
}

.messageconfirm  {
	display					: block;
	border					: 1px solid gray;
	background-color		: #e7ffc1;
	font					: normal normal bold 12px/16px Tahoma, Verdana, Geneva, Arial, sans-serif;
	color					: black;
	padding					: 5px;
	margin-bottom			: 10px;
	width					: 100% !important;
	clear					: both;
	float					: left;
}

form#editform {
	width					: 100% !important;
	clear					: both;
	float					: left;
}

form#editform fieldset {
	width					: 100% !important;
	float					: left;
	clear					: both;
}

form#editform  textarea {
	font					: normal normal normal 12px/16px Tahoma, Verdana, Geneva, Arial, sans-serif;
}

form#editform  div.manageeditform {
	width					: 100% !important;
	float					: left;
	clear					: both;
	height					: 35px;
	margin-top				: 15px !important;
}

form#editform  div.manageeditform input {
	float					: left;
	margin-right			: 10px;
}


form#editform  div.manageeditform a {
	clear					: right;
}

form.managebutton {
	width					: 100%;
	float					: left;
	clear					: both;
}
