#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;
}

/*****************/
#common-template-wrapper {
	width: 800px;
}


#effect-example-wrapper {
	width: 800px;
	border-bottom: 1px dotted #ed6214;
	margin-top: 15px;
}

#effect-example {
	width: 400px;
	float: left;
	display: inline;
}

#effect-example img {
	border: 1px solid #ed6214;
	margin: 0 15px -1px 60px;
	float: left;
}

#effect-name {
	width: 250px;
	text-align: right;
	padding-right: 10px;
	float: right;
	display: inline;
	position: relative;
	padding-top: 100px;
	color: #ed6214;
	font-weight: bold;
	font-size: 12pt;
}

#effect-name span {
	font-size: 10pt;
	font-family: Courier New;
}

/******************/
#gif-generate-wrapper {
	width: 720px;
	margin-top: 10px;
}

/*#gif-adv-block {
	width: 320px;
	float: left;
	display: inline;
}*/

#gif-options {
	width: 610px;
}

#option-file {
	width: 300px;
	float: left;
	display: inline;
}

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


/*.option-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: 10px;
	margin-top: 25px;
}*/

.file-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: 15px;
	margin-top: 25px;
}

.size-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: 15px;
	margin-top: 25px;
}

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

.option-select select {width:200px;font-size:14px;height:24px;font-weight:normal; }

#generate-butt {
	margin: 15px 0 0 0;
	text-align: center;
	cursor: pointer;
}

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

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

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

/*****************************/
.part-title {
	border-bottom: 1px dotted #ed6214;
	text-align: right;
	padding-right: 10px;
	color: #ed6214;
	font-weight: bold;
	font-size: 12pt;
	margin-top: 35px;
}

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

#effects-random-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//images/effect-sign.png") right top no-repeat;
	width: 122px;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	height: 18px;
}
/********************************/

#other-effects {
	font-size: 10pt;
	color: #ed6214;
	padding-bottom: 40px;
	border-bottom: 1px #ed6214 dotted;
	margin-top: 10px;
}

#other-effects a {
	color: #ed6214;
	font-weight: bold;
	text-decoration: none;
}
#other-effects a:hover {
	text-decoration: underline;
}

