*{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-family: tahoma,arial,sans-serif;
}

body{
	height: 100%;
}

#main{
	text-align: center;
	width: 100%;
	height: 100%;
}
#propWrapper{
	padding-top: 100px;
}

#prop{
	margin: 0 auto;
	width: 500px;
	border: 1px solid rgb(200,200,200);

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#title{
	display: inline;
	font-size: 120%;
	font-weight: bold;
	color: rgb(220,220,220);
}

#colors{
	list-style-type: none;
	margin: 30px auto;
	min-height: 30px;
	height: 30px;
}

#colors li{
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 12px;
	cursor: pointer;
}

#selectedColors{
	list-style-type: none;
	min-height: 50px;
	height: 50px;
	margin: 30px 0;
}

#selectedColors li{
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 60px;
	border: 1px solid rgb(150,150,150);
}

#selectedColors li.FOCUS{
	border: 3px solid rgb(100,100,100);
}

#buttons{
	margin: 10px 0 20px;
}

#buttons input{
	cursor: pointer;
	padding: 5px 30px;
	color: rgb(100,100,100);
	background-color: white;
	border: 1px solid rgb(200,200,200);
}

div.line{
	position: absolute;
	left: 0;
	width: 100%;
}

#copyright{
	margin-bottom: 10px;
	font-size: 75%;
	color: rgb(240,240,240);
}
