.cmsform{
	font-size:1.1em;
}
.cmsform img{
	border:none;
}
form.cmsform {
	padding:0;
	margin:15px;
}
.cmsform  button{
	display:inline;
	margin:0 1px;
	padding:0;
    width: auto;
    overflow: visible;	
	cursor:pointer;
	border:none;	
	background: transparent;
}
.cmsform  button img{
	vertical-align:middle;
}
.cmsform label{
	width:25%;
	height:20px;
	float:left;
	padding-right:10px;
	font-size:13px;
	font-weight:bold;
	text-align:right;
	background:#F1F1F1;
	color:#666666;
}
.cmsform  textarea{
	width:99%;
}
.cmsform  div.group{
	clear:both;
}
.cmsform  .div-input textarea, .div-input table{
	clear:both;
}
.cmsform  .div-input{
	margin:5px 0;
	line-height:20px;
	clear:both;
}
.input-file {
	width:50%;
}

.cmsform  .div-input .error{
	width:40%;
	margin:4px 0px;
	margin-left:25%;
	font-size:11px;
	line-height:16px;
	color:#FF3300;
}

.cmsform  .div-input .error:first-letter {
	padding-left:20px;
	line-height:16px;	
	background:url(/admin/images/alert16.gif) no-repeat;
}


.cmsform  .toggle_editor{
	padding-left:20px;
	margin-left:5px;
	background:url(/admin/images/refresh16.gif) no-repeat;
}