﻿body 
{
	
}
#main
{
	width:900px;
	margin:0 Auto 0 Auto;
	height:700px;
	/*border:solid 1px red;*/
}
#toolbar
{

}
#logo
{
	font-size:28px;
	text-align:center;
	margin:30px 0 10px 0;
	clear:both;
}
#color-chart
{
	width:790px;
	margin:0 Auto 0 Auto;
}
h3
{
	margin:0;
	margin-top:5px;
	padding:0;
	text-align:center;
	bottom:5px;
	font-size:14px;
	font-weight:normal;
}
#in-color,#bold-brights,#earth-elements,#rich-regals,#soft-subtles,#neutrals
{
	float:left;
	border-right:solid 1px #000;
	height:250px;
	padding:0 4px 4px 15px;
	width:120px;
	
}
#bold-brights
{
}
#earth-elements
{
}
#rich-regals
{
}
#soft-subtles
{
}
#neutrals
{
}
.color-block .block
{
	width:12px;
	padding:0 4px 4px 4px;
	margin:3px;
	color:#fff;
	height:65px;
	cursor:move;
}
#color-selections
{
	clear:both;
	width:350px;
	margin:10px Auto 0 Auto;
}

.color-drop
{
	width:40px;
	height:40px;
	border:solid 1px #000;
	float:left;
	margin-left:8px;
	background-color:#e9e9e9;
}
.color-active
{
	background-color:#ffebc4;
	border:solid 1px #fede35;
}
#no-login
{
	text-align:center;
	margin:20px Auto 0 Auto;
}
#collection-name
{
	width:350px;
	margin:5px Auto 0 Auto;
}
.small-print
{
	text-align:center;
	margin-top:20px;
	font-size:11px;
	color:#505050;
}
.label
{
	display:block;
	margin-top:20px;
	color:#486072;
}
.form-field
{
	width:320px;
}
#color-name
{
	text-align:center;
	margin-top:30px;
	font-size:20px;
	height:25px;	
}
.error-message
{
	display:block;
	padding:4px;
	color:#fff;
	background-color:#ce7880;
	border:solid 1px #82474c;
	text-align:center;
	margin:5px;
}