.form {
	margin-left: 10px;
}

.form h1 {
	font-family: "Myriad Pro", sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #525252;
}

.form .form-info {
	margin-top: 20px;
	padding: 0 10px 4px 0;
	line-height: 1.4;
}

.form .form-info a {
	color: #668600;
}

.form .form-info a:hover {
	text-decoration: underline;
}

.form .form-error {
	position: relative;
	width: 542px;
	margin-left: -7px;
	margin-top: 10px;
	background: #ffdbdb url('../img/form-error-top.gif') no-repeat;
}

.form .form-error .bottom {
	height: 4px;
	background: #ffdbdb url('../img/form-error-bottom.gif') no-repeat;
	font-size: 1px;
}

.form .form-error .icon {
	float: left;
	width: 46px;
	height: 46px;
	margin: 6px 8px 2px 8px;
	background: url('../img/icon-error.jpg') no-repeat;
}

* html .form .form-error .text {
	width: 454px;
}

.form .form-error .text {
	float: left;
	width: 462px;
	padding: 6px 8px 2px 8px;
	padding-left: 10px;
}

.form .form-error .text ul {
	list-style: none;
}

.form .form-error .text ul li {
	padding: 2px 0;
	color: #cc0000;
}

.form fieldset {
	border: none;
}

.form fieldset legend {
	padding: 20px 0;
	font-family: "Myriad Pro", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #525252;
}

.form .field {
	width: 780px;
	padding-top: 4px;
	margin-bottom: 1px;
}

* html .form .field {
	width: 760px;
}

.form .field-bottom {
	height: 4px;
	font-size: 1px;
}

.form .field-error {
	position: relative;
	margin-left: -7px;
	background: url('../img/form-error-top.gif') no-repeat;
}

.form .field-error label {
	padding-left: 7px;
	color: #cc0000;
}

.form .field-error .field-bottom {
	height: 4px;
	background: url('../img/form-error-bottom.gif') no-repeat;
	font-size: 1px;
}


.form .field-group {
	width: 780px;
}

.form .field-group .field {
	padding-top: 0;
}

.form .field-group .field-bottom {
	height: 0px;
}

.form label {
	display: block;
	float: left;
	width: 200px;
	padding: 3px 0;
}

.form .without-label {
	width: 580px !important;
	padding-left: 200px;
}

.form label .required {
	color: #cc0000;
}

.form .fixed-field .text {
	float: left;
	width: 300px;
	border: 1px solid #c3c3c3;
	color: #696969;
	font-size: 12px;
	padding: 2px 4px;
}

.form .fixed-field .form-link {
	float: left;
	color: #668600;
	padding: 4px 0;
}

.form .fixed-field .bbcode {
	height: 25px;
}

.form .fixed-field .bbcode .tag-b {
	display: block;
	float: left;
	width: 18px;
	height: 14px;
	margin-right: 10px;
	padding: 2px 0;
	font-weight: bold;
	text-align: center;
	color: white;
	background: url('../img/btn-bbcode-small.gif') no-repeat;
}

.form .fixed-field .bbcode .tag-b:hover {
	text-decoration: none;
}

.form .fixed-field .bbcode .tag-i {
	display: block;
	float: left;
	width: 18px;
	height: 14px;
	margin-right: 10px;
	padding: 2px 0;
	font-style: italic;
	text-align: center;
	color: white;
	background: url('../img/btn-bbcode-small.gif') no-repeat;
}

.form .fixed-field .bbcode .tag-i:hover {
	text-decoration: none;
}

.form .fixed-field .bbcode .tag-img {
	display: block;
	float: left;
	width: 57px;
	height: 14px;
	margin-right: 10px;
	padding: 2px 0;
	text-align: center;
	color: white;
	background: url('../img/btn-bbcode-big.gif') no-repeat;
}

.form .fixed-field .bbcode .tag-img:hover {
	text-decoration: none;
}

.form .fixed-field .file {
	float: left;
	width: 300px;
	color: #696969;
	padding: 2px 4px;
}

.form .fixed-field .checkbox {
	vertical-align: middle;
}

.form .add-more {
	display: block;
	float: left;
	width: 57px;
	height: 14px;
	margin-top: 5px;
	padding: 2px 0;
	text-align: center;
	color: white;
	background: url('../img/btn-bbcode-big.gif') no-repeat;
}

.form .fixed-field .add-more:hover {
	text-decoration: none;
}

.form .fixed-field .textarea {
	float: left;
	width: 300px;
	height: 110px;
	border: 1px solid #c3c3c3;
	color: #696969;
	font-family: Verdana;
	font-size: 12px;
	padding: 2px 4px;
}

.form .fixed-field label {
	display: block;
	float: left;
	width: 300px;
	overflow: hidden;
	color: black;
}

.form .fixed-field .date-picker {
	width: 80px;
}

.form .field-info {
	display: block;
	float: right;
	width: 13px;
	height: 20px;
	background: url('../img/icon-info.gif') no-repeat 0 3px;
}

.form .field-info:hover {
	text-decoration: none;
}

.form .field-description {
	float: left;
	width: 216px;
	padding: 3px 5px 3px 0;
	font-size: 10px;
	font-style: italic;
	color: #707070;
	margin-left: 15px;
}

.form .field-description span {
	background: white;
}

* html .form .field-description {
	width: 210px;
}

* html .form .field-error .field-description {
	width: 204px;
}

.form .field .fixed-field {
	float: left;
	width: 329px;
	overflow: hidden;
}

.form .button {
	width: 298px;
	height: 29px;
	padding: 4px 0;
	margin-top: 10px;
	margin-left: 205px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: white;
	border: none;
	background: url('../img/form-button.gif') no-repeat;
	cursor: hand;
}

.form .field .fixed-field .dropdown {
	float: left;
	width: 310px;
	border: 1px solid #c3c3c3;
	color: #696969;
	font-size: 12px;
	padding: 1px 1px 1px 4px;
}

.form .field .fixed-field .pre-text {
	float: left;
	padding-right: 5px;
	margin-top: 4px;
}

.form .field .fixed-field .post-text {
	float: left;
	padding-left: 5px;
	margin-top: 4px;
}

.form .field .fixed-field .field-len-90 {
	width: 90px !important;
}

.form .field .fixed-field .field-len-30 {
	width: 30px !important;
}

.form .field .fixed-field .homepage {
	width: 257px !important;
}

.form .form-image-delete-button {
	background: url('../img/icon-remove-circle.png') no-repeat;
	border: 0;
	width: 23px;
	height: 23px;
	text-indent: -1000px;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	font-size: 0;
	margin-top: -13px;
	padding: 2px;
	cursor: pointer;
	right: -13px;
}

.form .form-process-image-delete-button {
	margin-left: 2px;
	margin-top: -97px;
}

.form .form-uploaded-image {
	float: left;
	margin-right: 29px;
	margin-bottom: 20px;
	position: relative;
}

.form .field-description .pic-c {
	width: 210px;
	padding-top: 23px;
	overflow: hidden;
}

.form .field-description .pic-c .pic {
	float: left;
	width: 80px;
	position: relative;
}

.form .field-description .pic-c .misc {
	float: left;
	width: 115px;
	padding: 10px 0 0 10px;
	font-size: 11px;
	font-style: normal;
}

.form .field-description .pic-c .misc .title {
	color: black;
	font-weight: bold;
	margin-bottom: 8px;
}

.form .field-description .pic-c .misc a {
	color: #81a510;
}

.form .fixed-field .multilang-tabs {
	position: absolute;
	height: 14px;
	font-size: 10px;
	margin-top: -18px;
}

.form .fixed-field .multilang-tabs ul {
	list-style: none;
}

.form .fixed-field .multilang-tabs ul li {
	float: left;
	border: 1px solid #c3c3c3;
	margin-right: 3px;
	padding: 3px 5px;
	background: #f0f0f0;
}

.form .fixed-field .multilang-tabs ul .selected {
	background: white;
	border-bottom: 1px solid white;
}

.form .fixed-field .multilang-tabs ul li a {
}

.form .fixed-field .multilang-tabs ul .selected a {
	cursor: default;
	color: black !important;
}

.form .fixed-field .multilang-tabs ul .selected a:hover {
	text-decoration: none !important;
}

.form .wysiwyg {
	width: 990px !important;
}

.form .wysiwyg .fixed-field {
	width: 790px !important;
}
