.wrap {
	margin-top: 20px;
}
.appearance_page_options-framework .wrap {
	margin-top: 30px;
	max-width: 780px;
}
.tb-wpml-warning {
	background: #f6f6e0;
	border: 1px solid #e8e971;
	margin-top: 40px;
	max-width: 780px;
	padding: 0 20px;
}

/* Theme Options Header */
.tb-wpml-header {
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
	max-width: 780px;
	overflow: hidden;
	position: relative;
}
.tb-wpml-header h3 {
	border-bottom: 1px solid #cccccc;
	color: #666666;
	font-size: 18px;
	margin: 0;
	padding: 10px 15px;
	text-shadow: 1px 1px 1px #ffffff;
}
.tb-wpml-header .tb-wpml-logo {
	background: url(../images/logo.png) no-repeat;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 101px;
	height: 27px;
	text-indent: -9999px;
}
@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5), 
		only screen and (-moz-min-device-pixel-ratio: 1.5), 
		only screen and (-o-min-device-pixel-ratio: 1.5), 
		only screen and (min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx) {
	.tb-wpml-header .tb-wpml-logo {
		background-image: url(../images/high-res/logo@2x.png);
		background-size: 101px 27px;
	}
}
.tb-wpml-header .tb-wpml-nav {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-box-shadow: inset 0 -1px 0 #ffffff;
	-webkit-box-shadow: inset 0 -1px 0 #ffffff;
	box-shadow: inset 0 -1px 0 #ffffff;
	position: relative;
	height: 41px;
}
.tb-wpml-header .tb-wpml-nav ul {
	float: left;
	height: 41px;
	margin: 0;
	padding: 0 2px 0 0;
}
.tb-wpml-header .tb-wpml-nav li {
	border-right: 1px solid #cccccc;
	float: left;
	margin: 0;
}
.tb-wpml-header .tb-wpml-nav li:first-child {
	background-image: none;
	padding: 0;
}
.tb-wpml-header .tb-wpml-nav li a {
	color: #666666;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: none;
}
.tb-wpml-header .tb-wpml-nav li a:hover {
	background: #f5f5f5;
}
.tb-wpml-header .tb-wpml-nav li.active a,
.tb-wpml-header .tb-wpml-nav li.active a:hover {
	background: #f5f5f5;
}
.tb-wpml-header .tb-wpml-nav .reset-button {
	position: absolute;
	top: 8px;
	right: 5px;
}