﻿not{}

div#CREATEJELLY
{
	position: relative;
	float: left;
	width: 379px;
	height: 600px;
	margin-right: 5px;
}
#CREATEJELLY .CreateJelly-Wrapper
{
	width: 100%;
	color: #FFFFFF;
}

.CreateJelly-Wrapper div.Header
{
	position: relative;
	float: none;
	width: 359px;
	height: 24px;
	background-image: url(Images/ContentHeader_BG.gif);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 14pt;
	padding: 8px 10px 2px 10px;
}
.Creation-Progress
{
	position: relative;
	float: none;
	width: 367px;
	height: 25px;
	padding: 3px 5px 3px 5px;
	margin-left: 1px;
	margin-right: 2px;
	color: #FFF;
	background-color: #CC0000;
}
.Source-Image
{
	position: relative;
	float: none;
	width: 367px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #CC0000;
	margin-left: 1px;
	margin-right: 1px;
}
.Source-Image:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.Source-Image div.Column
{
	position: relative;
	float: left;
	width: 50%;
	height: 125px;
	color: #FFF;
}
.Source-Image-Form
{
	position: relative;
	float: none;
	width: 367px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #CC0000;
	color: #FFF;
	z-index: 105;
}
.Output-Image
{
	position: relative;
	float: none;
	width: 367px;
	margin-left: 1px;
	margin-right: 1px;
	padding: 0 5px 0 5px;
	background-color: #CC0000;
	z-index: 110;
}
.Output-Image a, .Output-Image img
{
	color: #FFF;
	text-decoration: none;
	border: none;
	z-index: 115;
	font-size: 12pt;
}
#CREATEJELLY .Footer
{
	position: relative;
	float: none;
	width: 379px;
	height: 10px;
	background-image: url(Images/ContentRoundedBottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}



