#content {
	height: 590px;
	width: 800px;
	margin: 10px auto;
	font-family: Trebuchet MS, DejaVu Sans, sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
	}
#lang{
	float: right;
	color: white;
	padding: 5px 15px 0px 0px;
	}
#lang .inline{
	display: inline;
	}
#lang a{
	color: white;
	font-size: 0.8em;
	}
#main{
	background: #000000;
	height: 590px;
	text-align: center;
	}
	
#top{ 
	padding: 0px;
	color: white; 
	text-align: center; 
	height: 50px;
	}
		
#left{
	float:left;
	width: 365px;
	height: 440px;
	padding: 20px 10px 0 10px;
	margin: 0 0 0 15px;
	background: #FFFFFF;
	text-align: left;
	}

#cloud{
	}
#cloud a{
	text-decoration: none;
	}

#right{
	float:left;
	width: 365px;
	height: 440px;
	padding: 20px 10px 0px 10px;
	margin: 0 15px 0 0;
	background: #FFFFFF;
	text-align: left;
	}
	
#colorBox{
	width: 300px;
	height: 300px;
	text-align:center;
	border: 1px solid black;
	}
	
#result{
	z-index: 0;
	position: absolute;
	top: 125px;
	left: 410px;
	}
	
#loading{
	position: absolute;
	top: 255px;
	left: 535px;
	z-index: 8888;
	display: none;
	}
		
#bottom{
	background: #FFFFFF;
	height: 30px;
	width: 750px;
	margin: 440px 15px 5px 15px;
	padding: 10px 10px 5px 10px;
	text-align: left;
	font-size: 12px;
	}
	
#bottom a{
	color: black;
	}
.right{
	float: right;
	}
#bottom img{
	border:0; 
	vertical-align: middle;
	}	
label {
	float: left;
	width: 12em;
	}

input { 
	width: 300px; 
	size: 20px;
	border: 1px solid black;
	background-color: #FFFFFF;
	color: #000000;
	}

h1 {
	font-size: 200%;
	}
	
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	}

.ac_loading {
	background: white url('../img/indicator.gif') right center no-repeat;
	}

.ac_odd {
	background-color: #EEEDF0;
	}

.ac_over {
	background-color: #DADAD9;
	color: #000000;
	}
	