.command {
    width: 100px;
    float: left;
    vertical-align:center;
    line-height:36px;
    text-align: right;
    
    font-family: Georgia, Garamond, "Times New Roman", serif;
    font-size: 120%;
}

.icon {
    margin-left: 10px;
    float: left;           
    margin-right:10px;
}

.widget {
    float: left;
}

.color_picker_thumb{
    width: 42px;
    height: 44px;
    float: left;
}
.color_picker_link{
	font-size:10px;
	color:#991;
	text-decoration:none;
	line-height:44px;
	vertical-align:middle;
	margin-left:4px;
}


.color_picker_input
{
	color:#666;
	background:white;
	border:0;
	margin-top:8px;
	float:left;
	width:70px;
	border:1px solid #666;
	padding:1px;
}

#preview {
  width:280px;
  position:relative;
  padding:20px;
  margin-top:20px;
  float: left;
  background:#ffffff;
  text-align:center;
}

#preview_frame
{
	height:300px;
	margin:10px auto 10px auto;
	background-position:center bottom;
	background-repeat:no-repeat;
}

#preview_refresher {
	behavior: url(iepngfix.htc);
	z-index:1000;
	cursor: pointer;
	position:absolute;
	left:-30px;
	width:132px;
	height:55px;
	top:40px;
}
#preview_loader {
	left:103px;
	position:absolute;
	top:103px;
}

#tile_size{
	font-size:80%;
}



#mail_subscribe{
	line-height:40px;
	vertical-align:middle;
	height:40px;
	background:url("../images/stripe_tuned.gif") top center repeat;
	font-size:14px;
}
#mail_subscribe form{
	display:inline;
	margin:0;
}
#mail_subscribe input{
	background:#4a4343;
	color:white;
	border:1px solid #7c7676;
}

#tools {
	position:relative;
  float: left;
  margin-top:10px;
  margin-bottom:10px;
  width: 500px;
  background:#f8f5f0;
}

#tools li {
    display: block;
    clear: both;
}


.icon_selected {
	padding-bottom: 4px;
  border-bottom: 4px solid #666;
}


#tutorial {
	font-size:80%;
	text-align:left;
	margin:3px;
	padding:5px;
}
#tutorial_title {
	color:white;
	text-align:right;
}

#tip {
	margin-top:5px;
	font-size:70%;
}
#download {
	cursor: pointer;
	position: relative;
	border:0;
	text-decoration:none;
	margin:10px auto 0 auto;
}
