body{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px;
	color: #444;
	background: #e4f8ff;
}
h1{
	display: inline;
	font-size: 180%;
	padding: 0 0 0 10px;
	margin: 2px;
	color: #3bbaec;
	font-family: Andale Mono, Georgia, cursive;
}
img{
	border: 0px;
}
input{
	margin: 2px;
}
p{
	line-height: 16px;
}
a{
	color: #3bbaec;
	font-weight: bold;
}
div#all{
	position: relative;
}
div#left, div#right{
	border: 2px solid #bedfec;
	padding: 6px;
	background: #fff;
}
div#leftcontainer{
	position: absolute;
	width: 200px;
	top: 0px;
	left: 0px;
	margin: 0 5px 0px 5px;
}
div#rightcontainer{
	margin: 0px 5px 0px 215px;
	min-width: 550px;
}
div#bottom{
	padding: 5px;
}
div#bottom ul{
	margin: 0;
	padding: 0;
}
div#bottom li{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	margin: 0;
}
div.moveright{
	float: right;
	width: 70%;
}
div.center{
	text-align: center;
	margin: 0 auto;
	border: 0px;
}
/* output page below */
div#s{
	padding: 5px; 
	margin: 5px; 
	float: left; 
	border: 1px solid #000000;
}
div#s p{
	font-size: 12px; 
	padding: 0px; 
	line-height: 100%; 
	white-space: nowrap; 
	font-family: Courier new, monotype;
}

span.error{
	color: #E20000;
}

textarea{
	width: 500px;
	height: 200px;
	margin: 10px;
}
/* Colorpicker js */
#The_colorPicker{
	position:absolute;
	width:224px;
	padding-bottom:1px;
	background-color:#FFF;
	border:1px solid #317082;
}

