/* canvas area */
#canvas {
	height:100px;
	margin-bottom: 5px;
	background:#fff;
	border:1px solid #000;
	border-color:#bbb #333 #333 #bbb;
	position:relative;
	overflow: hidden;
	margin-top: 10px;
	}
	
/* color-picker swatch */
#swatch {
	border:1px solid #000;
	border-color:#bbb #333 #333 #bbb;
	float:left;
	}
	
#canvas{
	width:480px;
	margin: 0 0;	
}

#swatch{
	clear: both;
	float: left;
	width:272px;
	margin: 0 0 10px 0 ;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:270px;
}
* html #canvas,* html #swatch{
	margin: 0;
}
#canvas.step2{
	margin: 0 0 0 10px;	
}
#swatch ul, #swatch li {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#swatch li {
	float:left;
	border: 1px solid #FFF;
	}
#swatch li:hover {
	border: 1px solid #333;
	}
#swatch a, #swatch a:visited {
	font:normal normal normal 0.65em verdana,sans-serif;
	text-decoration:none;
	display:block;
	width:28px;
	height:18px;
	overflow:hidden;
	float:left;
	border:none;

	}
* html #swatch a, * html #swatch a:visited {
	width:28px;
	height:18px;
	
	}
*[id^="swatch"]#swatch a, *[id^="swatch"]#swatch a:visited {
	width:28px;
	height:18px;
	}
#swatch a:focus, #swatch a:active, #swatch a:visited:active {
	border-color:#000 !important;
	}
#swatch a:hover{
	
	border:3px solid #E7E7F6;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:22px;
		height:12px;

}

*html #swatch a:hover{
width:28px;
	height:18px;
}
/* upload area and image picker palette */
#upload {
	width:200px;
	float:left;
	}
#upload input.file {
	width:180px;
	}
	
#palette {
	/* Phil - not needed as far as i can see */
	/*width:250px;*/
	/*float:left;*/
	}
#palette fieldset {
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	/*border-top:1px solid #bbb;*/
	clear:both;
	}
#palette .dbx-image {
	float:left;
	width:64px;
	height:64px;
	margin: 0 10px 0 0;
	border:1px solid #000;
	border-color:#bbb #333 #333 #bbb;
	background-repeat: no-repeat;
	}
#palette label {
	display:block;
	}
#palette label span {
	display:block;
	}
#palette input.text {
	width:120px;
	}
.dbx-clone {
	width:200px;
	height:200px;
	background:url(slot.gif) #cff no-repeat;
	position:absolute;
	text-align:center;
	}	
/* offleft controls 
.offleft {
	position:absolute;
	left:-10000px;
}
*/
/* assorted demo page styles */
p { 
	clear:both; 
}
fieldset {
	/* Phil - not needed as far as i can see */
	/*border:none;*/
	/*padding:0;*/
}
/* Palette styling */
h2#pict-pallete{
	font-weight: bold;
	margin-bottom: 0;
}
form.Step2{
	width: 473px;
	float: left;
	clear: both;
	padding: 5px;
	margin: 0;
	margin: 15px 5px 15px 17px;
	background : #FFF; border : 1px solid #333; 
}
form.Step2 label span,form.Step2 label input, form.Step2 input,form.Step2 label{
	width: auto;
	display: inline;
}
form.Step2 label{
	display: block;
	float: left;
	width: 390px;
}
form.Step2 label span{
	display: block;
	float: left;
	width: 110px;
	
}
form.Step2 input#upload_image{
	margin-top: 3px;
	float: left;
	display: block;
}
form.Step2 label input{
	margin-top: 4px;
	display: block;
	float: left;
	width: 270px;
}

* html form.Step2{
	margin-left: 0;
}

form#palette{
	margin: 10px 10px 10px 10px;
	padding: 5px;
	clear: both;
	margin-bottom : 1em; background : #E7E7F6; border : 1px solid #333; 
}
* html form#palette{
	margin-left: 0;
}
/* Hides from IE-mac \*/
form#palette{clear:none;}
/* End hide from IE-mac */
form#palette fieldset{
	clear:none;
	width: 220px;
	float: left;
	padding: 5px;
	margin-right: 0;
	margin-left: 0;
	border : 1px solid #AFAFAF;
	background: #EFEFEF;
}

/*
form#palette fieldset.uploaded_0{
	clear:none;
	float: right;	
}
form#palette fieldset.uploaded_1{
	clear:both;
}*/
form#palette fieldset.right{
	float: right;
}
form#palette fieldset label span, form#palette fieldset label input{
	width: auto;
}
form#palette div.next-step{
	background: #FFF;
}

