	body{
		text-align:center;
		background-color: #FFFFFF;
		font-size: 13px; 
		line-height: 16px; 
		font-family: arial,helvetica,clean,sans-serif;
		margin: 0;
	}

	#form_body{
		top:0px;
		width:700px;
		height: 0px;
		text-align:center;
		/*margin: 65px 0px 50px 0px;
		margin: 20px 0px 50px 0px;*/
		margin: 30px auto 50px auto;
		padding: 0px 0px 0px 0px;
	}
	
	div#middle {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		width: 700px;
	}
	
	div#footer{
		position:relative;
		float:left;
		height: 100px;
		width:700px;
	}
	
	div.itemList  {
		position:relative;
		float:left;
		margin: 0px 0px 5px 0px;
		padding:0px 0px 0px 0px;
		list-style: none;
		/*border-style:dotted;
		border-width:1px; */
		border: 1px dotted #000000;
		background-color: #FFFFFF;
	}
	
	div.item {
		/*position:relative;*/
		position:relative;
		float:left;
		display: block; 
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 20px 0px;
		background-color: #FFFFFF;
		text-align:left;
		border: 1px dotted #000000;
		/*border-style:dotted;
		border-width:1px; 
		border-color:#000000;*/
		filter:none; /*required for IE, or toolbar not visible*/
		
		overflow:		'visible';
		top:			'0px';
		left:			'0px';
		/*opacity:		'0';*/
	}
	
	div.textEditorDiv {
		position:absolute;
		float:left;
		z-index: 1900001; /*greater that overlay*/
	}
	
	.editor-hidden {
		visibility: hidden;
		top: -9999px;
		left: -9999px;
		position: absolute;
	}
	textarea {
		border: 0;
		margin: 0;
		padding: 0;
	}

	
	.yui-picker-thumb{
		background: transparent url(../php/download.php?pid=icons.png) no-repeat scroll 0 -19px;
	}
	
	.yui-picker-hue-thumb{
		background: transparent url(../php/download.php?pid=icons.png) no-repeat scroll 0 0px; 
	}
	
	.deleteButton{
		background: transparent url(../php/download.php?pid=icons.png) no-repeat scroll 0 -31px;
		cursor:pointer;
		height: 20px;
		width: 20px;
		position:absolute;
		right: -8px;
		top: -13px;
	}
	
	a {
		text-decoration: none;
	}