/* Gif Effects Main */
#gif-effects-wrapper {
	width: 760px;
	/*background-color: #ffd2b9;*/
	background-color: #e4c3b1;
	border-right: 1px solid #ec5703;
	border-left: 1px solid #ec5703;
	border-bottom: 1px solid #ec5703;
	color: #ec5703;
	/* margin for ads */
	margin-bottom: 15px;
}

#gif-effects-wrapper img {
	display: block;
	border: 1px solid #ec5703;
}

#gif-effects-wrapper h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
}

#gif-effects-wrapper a {
	color: #ec5703;
	font-weight: bold;
	font-size: 11px;
}

#gif-effects-wrapper a:hover {
	text-decoration: none;
}

#main-effects {
	margin-top: 10px;
}

#main-effects table {
	width: 530px;
	border-spacing: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

#main-effects table td {
	vertical-align: top;
	text-align: center;
}

#main-effects img {
	width: 300px;
	height: 226px;
}

#top-effect {
	float: right;
	width: 49%;
	position: relative;
	display: inline;
}

#last-added {
	float: left;
	width: 49%;
	display: inline;
}

#effects-img-list {
	/* margin for ads */
	margin: 15px 0 5px 0;
}

#effects-img-list table {
	width: 95%;
	border-spacing: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

#effects-img-list table td {
	text-align: center;
	vertical-align: top;
	width: 25%;
}

#effects-img-list table img {
	display: inline;
	width: 120px;
	height: 120px;
}

#gif-effects-wrapper p {
	margin: 30px 0 20px 0;
}

#gif-effects-wrapper p a {
	font-size: 18px;
	font-weight: normal;
}

/* Gif Animation Main */
.roundedcornr_box {
	background: #d0e6b2;
}
.roundedcornr_top div {
	background: url(/img/design/tl-2.png) no-repeat top left;
}
.roundedcornr_top {
	background: url(/img/design/tr-2.png) no-repeat top right;
}
.roundedcornr_bottom div {
	background: url(/img/design/bl-2.png) no-repeat bottom left;
}
.roundedcornr_bottom {
	background: url(/img/design/br-2.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content { margin: 0 0 0 0; }

#gif-animation-wrapper {
	width: 700px;
	background-color: #d0e6b2;
	margin-top: 25px;
}

#gif-animation-example {
	float: left;
	width: 250px;
	display: inline;
	text-align: justify;
	font-size: 13px;
	margin-left: 15px;
}

#gif-animation-example a {
	color: #5e9e08;
}

#gif-animation-example a:hover {
	text-decoration: none;
}

#gif-animation-action {
	float: right;
	width: 415px;
	position: relative;
	display: inline;
	color: #5e9e08;
	font-weight: bold;
}

#gif-animation-action h2 {
	margin-top: 0px;
	font-size: 16px;
}

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

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

#gif-animation-action #image-upload .add-one-more {
	font-size: 15px;
	text-align: left;
	margin-left: 12px;
}

#gif-animation-action #image-upload .upload-error {
	color: #fff;
	font-size: 11px;
	background: #f00;
	font-weight: normal;
}

#gif-animation-action #image-upload a {
	color: #5e9e08;
	font-size: 11px;
}

#gif-animation-action #image-upload a:hover {
	text-decoration: none;
}

#gif-animation-action #image-options {
	font-size: 14px;
	text-align: left;
	width: 350px;
	margin-top: 30px;
}

#gif-animation-action #image-options select {width:150px;font-size:12px;font-weight:normal; }

#gif-animation-action input.gif-upload-form {
	width: 200px;
	height: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

#gif-animation-action #option-size {
	float: left;
	width: 49%;
	display: inline;
}

#gif-animation-action #option-speed {
	float: right;
    width: 49%;
    position: relative;
    display: inline;
}

#gif-animation-action #save-zone {
	margin: 15px 0 15px 0;
}

#gif-animation-action #gif_upload_file_form_error {
	color: #fff;
	font-size: 13px;
	background: #f00;
	margin: 5px 45px 0 45px;
}

#gif-animation-action .create-button {
	border: 1px solid #5e9e08;
	background-color: #d0e6b2;
	font-weight: bold;
	font-size: 11px;
	color: #5e9e08;
	width: 120px;
	height: 20px;
}

/******************/
#sub-text {
	text-align: justify;
	font-size: 13px;
	margin: 0 15px 0 15px;
}

#sub-text a {
	color: #5e9e08;
}

#sub-text a:hover {
	text-decoration: none;
}