#active-yonkis-theme {
	width: 100%;
	margin: 20px 0;
	float: left;
}
#active-yonkis-theme h3,#yonkis-themes h3,#upload-new-theme h3 {
	width: 90%;
	background: #f9f9f9;
	padding: 10px;
	margin: 0;
	border-radius: 5px 5px 0 0;
	border: 1px solid #dfdfdf;
	box-shadow: inset 0 1px 0 0 #fff;
	float: left;
}
.yonkis-theme {
	width: 90%;
	padding: 10px;
	border: 1px solid #dfdfdf;
	border-top: 0 none;
	box-shadow: inset 0 1px 0 #fff;
	background: #fff;
	float: left;
}
.yonkis-theme.alt {background:#f9f9f9;}
.yonkis-theme img {float:left;margin-right:20px;}

.yonkis-theme span {
	font-size: 12pt;
	margin-bottom: 10px;
	display: block;
}
.yonkis-theme span.yonkis-theme-date strong.cap {
	text-transform: capitalize;
}
#upload-new-theme form {
	width: 90%;
	padding: 10px;
	border: 1px solid #dfdfdf;
	border-top: 0 none;
	float: left;
}
#upload-new-theme input {
	margin: 10px 50% 10px 0;
	float: left;
}
#upload-new-theme input[type=text] {
	width: 35%;
	height: 35px;
	font-size: 10pt;
}
#upload-new-theme input[type=file] {
	border: none;
}
#upload-new-theme input[type=submit] {
	padding: 0 10px;
}
.success {
	background: #bcff96;
	width: 90%;
	padding: 10px;
	border: 1px solid #01be01;
	margin: 10px 0;
	color: #002900;
	border-radius: 3px;
	float: left;
}
.error {
	padding: 10px!important;
	width: 90%;
}
#toplevel_page_yonkis_themes a .wp-menu-image img {width: 17px; }
#title-plugin{
	float: left;
}
.fileedit-sub{
	width: 100%;
}
form#template{
	width: 94%;
	float: left;
}