#studio {
	float: left;
	width: 298px;
	text-align: center;
}
#studio .create {
	background: #633315 url(../img/studio_brown_bg.jpg) no-repeat bottom left;
	color: #FFF;
	text-align: left;
	margin-bottom: 1em;
	padding-bottom: 2px;
}
#studio .create h2 {
	background: url(../img/studio_brown_header_bg.jpg) no-repeat top left;
	color: #FFF;
	text-align: center;
	padding: 10px 10px 0 10px;	
}
#studio .create p {
	margin: 10px; 		
}
#studio .create p img {
	float: left;
	margin: 0 10px 10px 0;	
}

.jff {
	margin: 0 auto;
	text-align: left;
	background: url(../img/jff_top.jpg) no-repeat top left;
	padding-top: 17px;
	width: 274;
	color: #FFF;
}
.jff h2 {
	background: url(../img/jff_header.jpg) repeat-y top left;
	padding: 0 14px 10px 14px;
	color: #edb43e !important;
	font-size: 2.8em!important;
	text-align: center;
	margin: 0 !important;
	height: 50px;
	line-height: 50px;
}
.jff .body {
	background: url(../img/jff_body.jpg) repeat-y top left;
	padding: 12px 20px;
}
.jff .body ul {
	list-style: none;
}
.jff .body li {
	background: url(../img/join_for_free_bullet.gif) no-repeat 0 2px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.jff .body .join_message a {
	padding: 4px 0;
	float: right;
}
.jff .footer {
	background: url(../img/jff_footer.jpg) no-repeat bottom left;
	padding: 6px 20px;
  zoom: 1;
}
.jff .footer a {
	float: right;
}


#canvas {
	width: 606px;
	float: right;
	text-align: center;
	z-index: 0;	
}
#canvas .create {
	width: 596px;
	margin: 1em auto 0 auto;
	text-align: left;	
}

#studio .progress {
	clear: both;
	margin: 10px 10px;	
}
#studio table  {
	width: 278px;
}
#studio .main_heading {
	background: url(../img/studio_table_hdr_bg.jpg) no-repeat top right;
	padding: 2px;
	position: relative;
	margin: 0;
	cursor: pointer;
}
#studio .main_heading.hide {
	background: url(../img/studio_table_hdr_bg_show.jpg) no-repeat top right;
}
#studio .header {
	background: url(../img/studio_table_cell_bg.jpg) repeat top left;
}
#studio table .main_heading p {
	margin: 0 !important;	
}
#studio table .main_heading .buttons {
	position: absolute;
	top: 0;
	right: 0;	
}
#studio table .sub_heading {
	background: url(../img/studio_table_hdr.jpg) no-repeat bottom left;	
}
#studio table .sub_heading th {
	border-top: 1px solid #b78f51;
	border-left: 1px solid #dac390;
	border-bottom: 1px solid #b78f51;
	border-right: 1px solid #dac390;
	padding: 2px 4px;
	color: #333;
}
#studio table .sub_heading th.first {
	border-left: 0;
}
#studio table .sub_heading th.last {
	border-right: 0;
}

#studio table td {
	border-top: 1px solid #b78f51;
	border-left: 1px solid #dac390;
	border-bottom: 1px solid #b78f51;
	border-right: 1px solid #dac390;
	padding: 2px 4px;
	background: url(../img/studio_table_cell_bg.jpg) repeat top left;
}

#studio .progress div.submit {
	background: url(../img/studio_table_cell_bg.jpg) repeat top left;
}
