body{
	font-family: times;
	padding: 0 10px 0 10px;
	margin: 0;
}
input { font-size: .85em;
width: 30px;
}
a{
text-decoration: none;
}
img {
	border: none;
}
h1{
	padding:30px;
	background-image: url(img/title_bg.png);
	background-repeat: repeat-x;
	top: 0px; left: 0px;
	margin: 0 0 10px 0;
	text-align: center;
}
#body {
	background-color: white;
}
#ddPicker {
	position: relative;
	background-color: #F0F0F5;
	background-image: url(img/slash.png);
	margin: 0 0 5px 0;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 370px;
	height: 230px;
	float: left;
}

#pickerHandle {
	background-color: #bbbbbb;
	height: 10px;
	cursor: move;
}

#hueThumb {
	cursor:default;
	width:18px;
	height:18px;
	z-index: 9;
	position:absolute;
}

#hueBg {
	position:absolute;
	left:218px;
	height:198px;
	width:18px;
	background:url(img/hue.png) no-repeat;
	top:15px;
}

#pickerDiv {
	position:absolute;
	left:15px;
	height:187px;
	width:188px;
	top:20px;
}

#pickerbg {
	position:absolute;
	z-index: 1;
	top:0px;
	left:0px;
}

#selector {
	cursor:default;
	width:11px;
	height:11px;
	z-index: 9;
	position:absolute;
	top:0px;
	left:0px;
}

#valdiv {
	text-align:right;
	position:absolute;
	top: 5px;
	left:248px;
}

#about{
	float: left;
	margin: 0 0 0 10px;
	padding: 10px;
	background-color: #F0F0F5;
	background-image: url(img/images_bg.png);
}
#form{
	display: none;
}
#loading{
	display: none;
	position: absolute;
	top: 140px;
	left:285px;
	width:32px;
	height:32px;
	background-image: url(img/ajax_loader_k.gif);
	background-repeat: no-repeat;
}
.imagesCont{
float: left;
height: 340px;
margin: 0 10px 5px 0;
text-align: center;
}
.images{
float: left;
padding:5px;
text-align: center;
	background-color: #F0F0F5;
	background-image: url(img/images_bg.png);
}
.clear{
	clear:both;
}
#no_images{
	width: 350px;
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #F0F0F5;
	background-image: url(img/images_bg.png);
}
#more_images{
clear: both;
padding: 10px;
margin: 0 0 10px 0;
background-color: #F0F0F5;
background-image: url(img/images_bg.png);
}
#footer{
	padding:10px;
/*
	background-image: url(img/footer_bg.png);
*/
	/* add */
	background-color: #F0F0F5;
	
	background-image: url(img/images_bg.png);
	background-repeat: repeat;
/*
	background-repeat: repeat-x;
*/	position: relative;
	text-align: center;
}
