#effect-header {
	border-top: 1px dotted #fff;
	height: 28px;
	width: 100%;
	background-color: #ed6214;
}

#effect-header-title-wrapper {
	width: 800px;
}

#effect-header-blank {
	float: left;
	display: inline;
	width: 380px;
}

#effect-header-title {
	height: 20px;
	margin-top: 3px;
	width: 390px;
	padding-left: 10px;
	padding-top: 5px;
	border-left: 1px dotted #fff;
	text-align: left;
	color: #fff;
	font-size: 10pt;
	float: right;
	display: inline;
	position: relative;
}

#effect-header-title h2 {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-weight: normal;
}

#effects-list-wrapper {
	width: 800px;
}

#effects-list-wrapper table {
	width: 100%;
	border-collapse: collapse;
	border-style: hidden;
	margin-top: 15px;
}

#effects-list-wrapper table td {
	width: 25%;
	border: 1px #ed6214 dotted;
	vertical-align: top;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 10px;
}

.effect-image {
	
}

.effect-image img {
	width: 120px;
	height: 120px;
	border: 1px solid #ed6214;
}

.effect-sign {
	background: url("/img/design/effect-sign.png") right top no-repeat;
	width: 122px;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	height: 18px;
}

/*************************/

#gif-create-wrapper {
	margin-top: 15px;
}

#gif-create-header {
	height: 28px;
	width: 100%;
	background-color: #5e9e08;
}

#gif-header-title-wrapper {
	width: 800px;
}

#gif-header-blank {
	float: left;
	display: inline;
	width: 380px;
}

#gif-create-title {
	height: 20px;
	margin-top: 3px;
	width: 390px;
	padding-left: 10px;
	padding-top: 5px;
	border-left: 1px dotted #fff;
	text-align: left;
	color: #fff;
	font-size: 10pt;
	float: right;
	display: inline;
	position: relative;
}

#gif-create-title h2 {
        margin: 0;
        padding: 0;
        font-size: 10pt;
        font-weight: normal;
}

#gif-create-zone {
	border-bottom: 1px dotted #5e9e08;
	width: 800px;
	margin-top: 10px;
}

#gif-create-desc {
	float: left;
	display: inline;
	/*width: 370px;*/
	width: 378px;
	text-align: left;
	padding: 0 10px 10px 10px;
	font-size: 10pt;
	/*border-right: 1px dotted #5e9e08;*/
}

#gif-create-action {
	float: right;
	width: 399px;
	position: relative;
	display: inline;
	border-left: 1px dotted #5e9e08;
}

#gif-common-desc {
	border-bottom: 1px dotted #5e9e08;
	width: 780px;
	text-align: left;
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	font-size: 10pt;
}

/**/

#gif-create-action #image-upload {
	font-size: 11px;
	/*margin-top: 30px;*/
	text-align: left;
	/*width: 280px;*/
	/* margin for ads */
	margin-bottom: 10px;
	margin-left: 10px;
}

#gif-create-action #image-upload .additional-form {
	margin-left: 13px;
}

#gif-create-action #image-upload .add-one-more {
	font-size: 15px;
	text-align: left;
	margin-left: 12px;
}
#gif-create-action #image-upload .add-one-more img {
	width: 9px;
	height: 9px;
}

#gif-create-action #image-upload .upload-error {
/*	color: #fff;
	font-size: 11px;
	background: #f00;
	font-weight: normal;
*/
	font-size: 8pt;
	font-weight: bold;
	color: red;
}

#gif-create-action #image-upload a {
	color: #5e9e08;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

#gif-create-action #image-upload a:hover {
	text-decoration: underline;
}

/****/

#gif-create-options {
	width: 380px;
	margin-top: 30px;
}

#option-size-wrapper {
	float: left;
	display: inline;
	width: 186px;
}

#option-speed-wrapper {
	float: right;
	display: inline;
	width: 186px;
	position: relative;
}

#size-title {
	background: url("/img/design/size-title.png") right top no-repeat;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	padding-right: 35px;
}

#speed-title {
	background: url("/img/design/speed-title.png") left top no-repeat;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
}

.option-select {
	border: 1px solid #5e9e08;
	padding: 15px;
}

.option-select select {width:150px;font-size:12px;font-weight:normal; }

#generate-butt {
	margin: 10px 0 30px 0;
	cursor: pointer;
}

#generate-butt input {
	border: 0;
	background: none;
	color: #5e9e08;
	font-weight: bold;
	font-size: 10pt;
}

#gif_upload_file_form_error {
	font-size: 10pt;
	font-weight: bold;
	color: red;
}

#waiter_save {
	font-size: 10pt;
	color: #000000;
}

