body{
	background-color:#FFFFFF;
	color: #000000;
	font:11px/1.5 Verdana, Arial, Helvetica, sans-serif;
}

div{
	text-align: left;
	vertical-align: top;
}

textarea{
	padding: 1px 2px 1px 4px;
	border-color: #000000;
   border-width: 1px;
   white-space: nowrap;
   overflow:scroll;
}

input{
	width: 136px;
	padding-left: 1px;
}
input.color:hover{
	font-size: 16px;
	font-weight: bold;
	border-style: solid;
	border-color: #FF0000;
	border-width: 3px;
}  

td{
	vertical-align: top;
}

.button {
	margin-top: 0px;
   background: #f2c200;
   padding: 3px 10px 3px 10px;
   color: #000000;
   border-style: solid;
   border-color: #000000;
   border-width: 1px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
 .button:hover {
   background: #000000;
   color: #f2c200;
   font-size: 14px;
   font-weight: normal;
   }
 .button:active {
   background: #009900;
   color: #f2c200;
}	
	

/* Heading Area */

.pageTitle{
	position: absolute;
	top: 1px;
	left: 10px;
	padding-left: 10px;
	width: 1000px;
	height: 60px;
	border-style: solid;
	border-width: 1px;
	background-color: #a8a8a8;
	font-size: 18px;
}
.pageTitle img{
	position: absolute;
	top: 4px;
}
.pageTitle b{
	position: absolute;
	top: 11px;
	left: 76px;
}

.inputThemeName{
	position: absolute;
	top: 80px;
	left: 10px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	background-color: #a8a8a8;

}
.inputThemeName input{
	width: 200px;
}

.templates{
	position: absolute;
	top: 80px;
	left: 716px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	background-color: #a8a8a8;

}
.templates select{
	width: 300px;	
}

/* Preview Area */	
	
.previewBackground{
	position: absolute;
	top: 8px;
	left: 494px;
	width: 512px;
	height: 40px;
	padding-left: 3px;
	z-index: 1000;
	border-style: none;
	background-color: #FDFFD1;
}
.previewBackground img{
	padding-top: 3px;
}


/* Color Selection Area */

.colorSelect{
	position: absolute;
	top: 128px;
	left: 10px;
	padding-left: 2px;
	width: 1006px;
	z-index: 1;
	border-style: solid;
	border-width: 2px;
	background-color: #FDFFD1;
}


/* Data Output and Loading Area */

.builder{
	position: absolute;
	top: 81px;
	left: 360px;	
}


.yourTheme{
	position: absolute;
	top: 780px;
	left: 10px;
	width: 280px;
	z-index: 1001;	
}

.saveTheme{
	position: absolute;
	top: 780px;
	left: 360px;	
}

.loadTheme{
	position: absolute;
	top: 780px;
	left: 580px;	
}

/* Help Area */

.guide{
	position: relative; 
	top: 1020px; 
	left: 40px; 
	width: 940px;
	padding: 4px;
	font-size: 12px;
}
ol{
	position: relative;
	padding-left: 40px;
	padding-right: 40px; 
}