form {
	padding: 0;
	margin: 0;
}



/*
	new styles
*/
.field-div {
	margin-bottom: 10px;
}

.field-label {
	font-weight: bold;
	margin-bottom: 3px;
}

.field-input {
	margin-bottom: 3px;
}

.field-info {
	color:#222;
	font-size: 12px;
}

.input-text,
.input-textarea {
	font-size: 14px;
	color:#333;
	padding: 8px 5px;
	padding-bottom: 6px;
/*	
	border-top: 1px solid #888;
	border-left: 1px solid #888;	
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;	
*/	
	font-family: Helvetica, Arial;
	
}

.form-title {
	color: #557329;
	margin-bottom: 5px;	
}

.form-info {
	margin-bottom: 10px;
}

.form-info p {
	margin-bottom: 5px;
}

form .info {
	font-size: 12px;
	color: #555;
	margin-top: 5px;
}

form .input {
	margin-bottom: 10px;
}

form .label {
	margin-bottom: 5px;
	font-weight: bold;
	color:#555;
}

.button {
	cursor: pointer;
}

textarea {
	width: 400px;
}

.short-text-input {
	width: 60px;
}

#cute-fast-upload-wrap {
}

#cute-fast-upload-wrap .image input,
#cute-upload-wrap .image input {
	width: 250px;
}

#cute-upload-wrap .image input {
	width: 70%;
}

#cute-fast-upload-wrap .title input,
#cute-upload-wrap .title input {
	width: 90%;
}

#edit-form-img-preview {
	position: absolute;
	top:0px;
	right:0px;	
}

#cute-edit-wrap {
	width: 100%;
}

#cute-edit-wrap .source,
#cute-edit-wrap .tags,
#cute-edit-wrap .uploader {
	float:left;
	width: 250px;
	position: relative;
}

#cute-edit-wrap textarea {
	height: 60px;
	font-size: 10px;
	font-family: Verdana;
}

#cute-edit-wrap .input-submit {
	clear:both;
}

#cute-fast-upload-wrap .image {
	float:left;
	width: 300px;
}
#cute-fast-upload-wrap .input-submit {
	float:left;
	width: 100px;
}


.form-new-comment {
	padding: 15px;
}

.form-new-comment .mielas-input {
	width: 220px;
}

.form-new-comment .name-input {
	width: 220px;
}

.form-new-comment .name-input-div {
	display: none !important;
}


.form-new-comment .text-input { 
	height: 110px;
	width:100%;
}

.form-cute_fast_mod, .form-cute_edit {
	width: 365px;
	margin-bottom: 20px;
	float:left;
}

.form-cute_edit textarea {
	width: 360px;
}

.form-cute_edit h2 {
	margin-bottom: 20px;
}

.form-cute_fast_mod .status-input-div .field-label {
	display: none;
}

.form-cute_fast_mod .status-input-div {
	margin-bottom: 10px;
}

.form-cute_fast_mod .status-input-div .child-item {
	float:left;
}

.form-cute_fast_mod .status-input-div label {
	width: 120px;
	display: block;
	padding: 5px 0;
	cursor: pointer;
}

.form-cute_fast_mod .category-input-div .child-item {
	float:left;
}

.form-cute_fast_mod .category-input-div .field-label {
	margin-bottom: 10px;
	font-size: 14px;
}

.form-cute_fast_mod .category-input-div label {
	width: 120px;
	display: block;
	padding: 5px 0;
	cursor: pointer;
}


#comment-textarea {
	height: 100px;
}