.color-scheme-widget {
	clear: both;
	padding: 5px 0;
	position: relative;
	width: 245px;
        margin: 15px 0;
}
#color-schemes-wrapper {
	float: right;
	height: 350px;
	margin-top: 20px;
	position: relative;
	width: 300px;
}
.color-scheme-widget .border {
	border: 2px solid #adadad;
}
.color-scheme-widget .widget-closer, .email-closer-top {
	background: url('../../img/close_widget.png') no-repeat;
	color: #CCC;
	height: 20px;
	padding: 5px;
	position: absolute;
	right: -14px;
	top: 0px;
        display: block;
	width: 20px;
}
.addl-email {
    color: #728550;
}
.closer-x {
	position: absolute;
	top: 2px;
	right: 7px;
}
.swatch-wrapper {
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
}
.swatch-shadow {
	position: absolute;
	left: 4px;
}
.color-scheme-widget .swatch-tools-wrapper {
	background: url('../../img/tools_tray.png') no-repeat 0 bottom;
	margin-bottom: 10px;
	padding: 0 0 3px 10px;
	width: 240px;
}
.swatch-wrapper .swatch {
	float: left;
	margin-right: 5px;
}
.swatch-frame:first-child {
	margin-left: 5px;
}
.swatch {
	height: 45px;
	width: 75px;
}
.tools-toggle {
	background: url('../../img/tools_toggle_down.png') no-repeat 38px 11px;
	clear: all;
	color: #74844e;
	display: block;
	font-weight: bold;
	padding: 5px;
}
.tools-toggle.up {
	background: url('../../img/tools_toggle_up.png') no-repeat 38px 11px;
}
.swatch-tools {
	display: none;
	width: 250px;
}
.swatch-tools form.save-scheme {
	display: inline;
}
.swatch-tools button {
	border: none;
}
button.email-send {
	background: url('../../img/email_dialog_button.png') no-repeat top left;
	font-size: 1.05em;
	height: 40px;
        border: none;
	width: 100px;
}
.email-form {
	background-color: white;
	display: none;
	font-size: 0.95em;
	right: 250px;
	padding: 5px;
	position: absolute;
	top: 150px;
	width: 380px;
	z-index: 99999;
        border: 1px solid #a5a5a5;
}
.email-address-wrapper {
    overflow: auto;
height: 90px;
}
.email-form-header {
	background-color: #a1ad66;
	border-bottom: 2px solid #ADADAD;
	margin-bottom: 15px;
	padding: 10px;
}
.email-form form {
	margin: 0 0 50px 5px;
}
.email-form .widget-closer {
	top: -10px;
}
.email-section {
	clear: both;
	width: 310px;
}
.email-address {
	height: 25px;
        position: relative;
}
.email-label {
	float: left;
	text-align: right;
	width: 100px;
}
.email-field {
	float: right;
	width: 200px;
}
.email-feedback {
	color: #CCC;
	font-size: 0.75em;
}
.email-section .closer {
	position: absolute;
right: -15px;
}
.ajax-message.error, .bogus-email {
	color: red;
}
div.share-popup {
	bottom: 25px;
	display: none;
	left: 125px;
	position: absolute;
}
.share-fb {
	float: right;
	width: 50px;
}
/**********************
not all tools show on all platforms
"see it in a room" scheduled for 2012
**********************/
.facebook .save-scheme, .facebook .room-scheme, .facebook .share-fb {
	display: none;
}