		.label {
			font-family: Georgia, Times New Roman, Times, Serif;
			font-size: 12px;
			font-weight: bold;
		}
		
		.textbox {
			border-width: 1px;
			border-style: solid;
			border-color: #0066aa;
			font-family: Georgia, Times New Roman, Times, Serif;
			font-size: 18px;
			padding: 3px;
			height: 30px;
			width: 400px;
		}
		
		.listbox {
			border-width: 1px;
			border-style: solid;
			border-color: #0066aa;
			font-family: Georgia, Times New Roman, Times, Serif;
			font-size: 18px;
			width: 400px;
		}
		
		.textField {
			position: absolute;
			top: 20px;
			left: 20px;
		}
		
		.sizeField {
			position: absolute;
			top: 20px;
			left: 460px;
		}
		
		.fontField {
			position: absolute;
			top: 90px;
			left: 20px;
		}
		
		.typeField {
			position: absolute;
			top: 90px;
			left: 460px;
		}
		
		.foreField {
			position: absolute;
			top: 20px;
			left: 580px;
		}
		
		.backField {
			position: absolute;
			top: 20px;
			left: 680px;
		}
		
		.imagePanel {
			width: 750px;
			height: 200px;
			border-width: 1px;
			border-style: solid;
			border-color: #0066aa;
			overflow: auto;
			position: absolute;
			left: 20px;
			top: 160px;
		}

		.button {
			position: absolute;
			left: 20px;
			top: 380px;
			border-width: 1px;
			border-style: solid;
			border-color: #0066aa;
			background-color: #f0d0c0;
			font-family: Georgia, Times New Roman, Times, Serif;
			font-size: 18px;
		}
		
		.footer {
			font: 10px 'Arial' 'Helvetica' 'Sans-Serif';
			color: #aaaaaa;
			margin-top: 20px;
		}
		
		.footer_link {
			text-decoration: none;
			color: #99aabb;
		}
		
		.main_div {
			width: 800px; height: 430px; text-align: left; background-color: #aaccff; position: relative;		
		}

		.color_picker {
			width: 58px; height: 28px; border-width: 1px; border-style: solid; border-color: #000000;
		}