	h3{
		clear:both;
	}
	
	.printHeading{
		display:none;
	}
	legend{
		display:none;
	}

	.colorsToChooseFrom legend,.colorTools legend{
		display:inline;
	}
	label{
		font-size:11px;
	}
	.colorOptions{
		height:197px;
		
	}
	.colorOptions fieldset{
		height:195px;
	}
	.smallColorSquare{
		width:10px;
		height:10px;
		float:left;
		border:0px solid #000000;
		margin-right:3px;
		margin-bottom:3px;
		cursor:pointer;
	}

	.colorsToChooseFrom{
		width:300px;
		float:left;
	}

	
	.colorTools{
		width:175px;
		float:left;
	}
	.colorTools div{
		margin-left:5px;
	}
	.colorTools input{
		width:30px;	
		font-size:11px;
	}
	.colorTools .bigInput{
		width:120px;	
	}
	.colorTools span{
		padding-left:2px;
		font-size:11px;
	}
	.colorTools sup{
		font-size:9px;
		line-height:10px;
		margin-bottom:14px;
		padding-left:2px;
		vertical-align:top;
	}
	#webColors{
		display:none;
	}
	#color_slider{
		display:none;
	}
	#previewPanel{
		width:150px;
		height:35px;
		margin-left:0px;
		margin-bottom:5px;
		background-color:#CCCCCC;
		
	}
	#previewImage{
		width:150px;
		height:35px;
		margin-left:0px;
		margin-bottom:5px;
		background-color:#CCCCCC;
		background-image:url(../backgrounds/backs/beige/beige009.jpg)
	}
	.colorTextBoxes{
		width:150px;
		float:left;
	}
	.colorPreview{
		width:150px;
		float:left;
	}
	table{
		padding:0px;
	}
	table td{
		padding:0px;
	}
	#colorScheme,#myColors{
		width:493px;
		clear:both;
	}
	#colorScheme{
		height:500px;
	}
	#colorScheme_colorBox{
		padding-left:20px;
	}
	.bigColorSquare{
		width:80px;
		height:80px;
		float:left;
		margin:3px;
		cursor:pointer;
		text-align:center;
		border:1px solid #000000;
		
	}
	.bigColorSquare span{
		padding:2px;
		border:1px solid #000000;
		background-color:#FFFFFF;
		font-size:11px;
		
			}
			
	.colorOptions,#colorScheme fieldset,#myColors fieldset{
		margin-left:5px;
	}
	#colorScheme fieldset,#myColors fieldset{
		border: 0px;
	}
	fieldset{
		margin-left:0px;
		margin-bottom:5px;
	}
	
	/*
	Slider
	*/
	.form_widget_amount_slider{
		border-top:1px solid #9d9c99;
		border-left:1px solid #9d9c99;
		border-bottom:1px solid #eee;
		border-right:1px solid #eee;
		background-color:#f0ede0;
		height:3px;
		position:absolute;
		bottom:0px;
	}
	
	#divFindColor{
		position:absolute;
		display:none;
		z-index:9999999999;
	}
	#advancedColorPreview{
		margin:3px;
		border:1px solid #000;
		height:40px;
		text-align:center;
		padding-top:20px;
		cursor:pointer;
		display:none;
	}
	#advancedColorPreview #advancedColorPreviewCode{
		padding:5px;
		background-color:#FFF;
		border:1px solid #000;
	}		
	
	.clear{
		clear:both;
	}
	form{
		display:inline;
	}


.font {
}
div {
	font-family: Arial, Helvetica, sans-serif;
	}
#normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-left:0px;
	margin-bottom:3px;
}
#boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left:0px;
	margin-bottom:3px;
	}

