html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	font: 13px/100% Arial, Helvetica, sans-serif;
	color: #888;
	padding: 0;
	margin: 0;
}
a {
	color: #999;
	text-decoration: none;
}
a img {
	border: none;	
}
#themify_frame {
	margin: 60px 0 0 0;
}
#topframe {
	border-bottom: 1px #efefef solid;
	border-color: rgba(0,0,0,.1);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.5);
	height: 59px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#topframe .wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#themify-logo {
	margin: 14px 0 0;
	float: left;
	display: block;
}
#themify-logo img {
	width: 100px;
}
	
#topframe .theme-wrap {
	float: left;
	margin: 17px 0 0 20px;
}
#topframe .label {
	font: 13px/100% Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-left: 25px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
}
#topframe select {
	min-width: 120px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
}
#topframe option {
	padding: 2px 5px;
}

.btn {
	background: #6eaf17;
	color: #fff;
	font: bold 11px/100% Arial, Helvetica, sans-serif;
	padding: 6px 15px;
	margin: 0 0 0 10px;
	color: #fff;
	text-transform: uppercase;
	display:inline-block;
	vertical-align: middle;
	zoom:1;
	*display:inline;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.btn:hover {
	background: #F60;
	color: #fff;
}


/* close button */
#topframe .close-frame {
	background: url(images/close-frame.png) no-repeat right bottom;
	padding: 10px 19px 0 0;
	color: #999;
	font: 12px/100% Arial, Helvetica, sans-serif;
	position: absolute;
	top: 13px;
	right: 0;
}
#topframe .close-frame:hover {
	color: #ccc;
}