#mig-bloggie-wrapper {
	padding-top: 20px;
	margin-bottom: 30px;
}
.mig-bloggie-clear {
	display: block;
	clear: both;
	height: 0;
}
.mig-bloggie-warning { color: #f03 }
.mig-bloggie-onethird-column {
	width: 40%;
	margin: 0;
	float: left;
}
.mig-bloggie-twothird-column {
	width: 58%;
	margin: 0;
	float: left;
}
/* Share */
#mig-bloggie-share {
	position: relative;
	height: 22px;
	margin: 15px -15px -15px -15px;
	padding: 15px;
	border-top: 1px solid #DFDFDF;
	background: #f7f7f7;
}
#mig-bloggie-share iframe {
	border: none;
	overflow: hidden;
}
#mig-bloggie-donate-button {
	position: absolute;
	right: 10px;
	top: 9px;
}
#mig-bloggie-donate-label {
	position: absolute;
	right: 125px;
	top: 17px;
	font-size: 12px;
	color: #888;
}
/* New shortcodes and options highlight */
.mig-bloggie-new-shortcode td { background: #ffd }
/* Code editor */
.CodeMirror {
	width: 660px;
	height: 300px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	cursor: text;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* Tabs */
#mig-bloggie-tabs {
	width: 700px;
	height: 33px;
	background: url(../images/admin/tabs.png) no-repeat;
}
.no-js #mig-bloggie-tabs {
	width: 700px;
	height: 0;
	overflow: hidden;
	border-bottom: 1px solid #DFDFDF;
}
#mig-bloggie-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;
}
#mig-bloggie-tabs span {
	display: block;
	height: 33px;
	line-height: 39px;
	padding: 0 10px 0 0;
	text-decoration: none;
	color: #333;
}
#mig-bloggie-tabs a:hover,
#mig-bloggie-tabs .mig-bloggie-current { background: url(../images/admin/tab.png) no-repeat }
#mig-bloggie-tabs a:hover span,
#mig-bloggie-tabs .mig-bloggie-current span {
	line-height: 34px;
	background: 100% 100% url(../images/admin/tab.png) no-repeat;
}
.mig-bloggie-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;
}
.mig-bloggie-pane table.fixed input[type="checkbox"] { margin: 0 5px 1px 0 }
.no-js .mig-bloggie-pane { display: block }
/* Messages (notifications) */
.mig-bloggie-message {
	position: absolute;
	right: 2px;
	top: 2px;
	display: none;
	margin: 0;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: bold;
}
.mig-bloggie-message a,
.mig-bloggie-message a:hover,
.mig-bloggie-message a:active,
.mig-bloggie-message a:visited { color: #000 }
.mig-bloggie-message-loading {
	background: #ff9;
	color: #000;
	border: 1px solid #C2C23E;
}
.mig-bloggie-message-success {
	background: #8EF59C;
	color: #000;
	border: 1px solid #66B070;
}
.mig-bloggie-message-error {
	background: #FF4D70;
	color: #000;
	border: 1px solid #9E0020;
}
.no-js .mig-bloggie-message-error { display: block }
/* Save button */
.mig-bloggie-submit { float: left }
.mig-bloggie-spin {
	padding: 4px 0 0 10px;
	float: left;
	display: none;
}
.mig-bloggie-table-demos small,
.mig-bloggie-table-shortcodes small { color: #aaa }
.mig-bloggie-table-demos img {
	border: 1px solid #DFDFDF;
	margin: 10px 0;
}
.mig-bloggie-table-shortcodes td,
.mig-bloggie-table-demos td { background: #fff !important }
.mig-bloggie-table-shortcodes .even td,
.mig-bloggie-table-demos .even td { background: #f9f9f9 !important }