#pows-wrapper {
	padding-top: 20px;
	margin-bottom: 30px;
}
.pows-clear {
	display: block;
	clear: both;
	height: 0;
}

.pows-warning {
	color: #f03;
}

.pows-onethird-column {
	width: 40%;
	margin: 0;
	float: left;
}
.pows-twothird-column {
	width: 58%;
	margin: 0;
	float: left;
}

#pows-share {
	margin: 15px -15px -15px -15px;
	padding: 15px;
	border-top: 1px solid #DFDFDF;
	background: #f7f7f7;
}
#pows-share iframe {
	border: none;
	overflow: hidden;
}

/* Tabs */
#pows-tabs {
	width: 700px;
	height: 33px;
	background: url(../images/admin/tabs.png) no-repeat;
}
.no-js #pows-tabs {
	width: 700px;
	height: 0;
	overflow: hidden;
	border-bottom: 1px solid #DFDFDF;
}
#pows-tabs a {
	display: block;
	float: left;
	height: 33px;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	cursor: pointer;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
#pows-tabs span {
	display: block;
	height: 33px;
	line-height: 39px;
	padding: 0 10px 0 0;
	text-decoration: none;
	color: #333;
}
#pows-tabs a:hover,
#pows-tabs .pows-current {
	background: url(../images/admin/tab.png) no-repeat;
}
#pows-tabs a:hover span,
#pows-tabs .pows-current span {
	line-height: 34px;
	background: 100% 100% url(../images/admin/tab.png) no-repeat;
}

.pows-pane {
	position: relative;
	display: none;
	width: 668px;
	background: #fff;
	padding: 15px;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
}

.no-js .pows-pane {
	display: block;
}

.pows-pane pre {
	display: block;
	margin-bottom: 1em;
}
.pows-pane code {
	display: block;
	background: #EAEAEA;
	border: 1px solid #ccc;
	padding: 10px;
}

/* Messages (notifications) */
.pows-message {
	position: absolute;
	right: 2px;
	top: 2px;
	display: none;
	margin: 0;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: bold;
}
.pows-message a,
.pows-message a:hover,
.pows-message a:active,
.pows-message a:visited {
	color: #000;
}
.pows-message-loading {
	background: #ff9;
	color: #000;
	border: 1px solid #C2C23E;
}
.pows-message-success {
	background: #8EF59C;
	color: #000;
	border: 1px solid #66B070;
}
.pows-message-error {
	background: #FF4D70;
	color: #000;
	border: 1px solid #9E0020;
}
.no-js .pows-message-error {
	display: block;
}

/* Save button */
.pows-submit {
	float: left;
}
.pows-spin {
	padding: 4px 0 0 10px;
	float: left;
	display: none;
}