html,body{
	height:100%;
	min-height:100%;
}

body{
	background:#f9fcfe url(../images/wp-logo-bg.png) center center no-repeat;
}

body > div.toolbar{
	background:url(../images/titlebarbg.png) #14568A repeat-x;
	border-bottom:1px solid #2d3642;
}

span.commentmeta{
	font-weight:normal;
}

form{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
}

textarea,select{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	margin:8px 0 0 0;
	padding:6px 6px 6px 44px;
	font-size:16px;
	font-weight:normal;
}

.row > textarea{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0;
	border:none;
	padding:12px 10px 0 110px;
	height:200px;
	background:none;
}

.row > select{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:200px;
	margin:0;
	border:none;
	padding:12px 10px 0 110px;
	height:42px;
	background:none;
}

#backButton{
	-webkit-border-image:url(../images/backbutton2.png) 0 8 0 14;
	color:#666;
}

.dialog > fieldset{
	background:url(../images/titlebarbg.png) #14568A repeat-x;
}

a[selected],a:active{
	background-color:#14568A !important;
	background-image:url(../iui/listArrowSel.png),url(../images/titlebarbg.png) !important;
	background-repeat:no-repeat,repeat-x;
	background-position:right center,left top;
	color:#FFFFFF !important;
}

a[selected="progress"]{
	background-image:url(../iui/loading.gif),url(../images/titlebarbg.png) !important;
}

.button{
	-webkit-border-image:url(../images/toolbutton.png) 0 5 0 5;
	color:#666;
}

#dropnav{
	display:block;
	list-style:none;
	height:90px;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}

#dropnav li{
	display:inline;
	margin:0;
	padding:0;
}

#dropnav li a{
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-position:top center; 
	background-repeat:no-repeat;
	width:33%;
	margin:20px 0 0 0;
	padding:50px 0 0 0;
	float:left;
	vertical-align:bottom;
	text-align:center;
	overflow:hidden;
}

#goSignout{
	background-image:url(../images/exit.png);
}

#goDashboard{
	background-image:url(../images/utilities.png);
}

#goSite{
	background-image:url(../images/browser.png);
}

#dropnav > li > a[selected],#dropnav > li > a:active{
	background-color:#fff;
	background-image:none;
}

#dropnav > li > a > span{
	border:1px solid red;
	position:absolute;
	bottom:0;
}
.accessible{
	display:none;
}

#quicklinks{
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
}

.panel > button{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	background-color:transparent;
}

div.row a,div.row a:visited{
	text-align:left;
}

.row > input{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
}

.labelrow{
	position:relative;
	-webkit-border-radius:0;
	min-height:42px;
	text-align:left;
}

.labelrow label{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	line-height:42px;
	font-weight:bold;
	padding-left:10px;
	display:block;
	width:100%;
}

.inputrow{
	border-bottom:1px solid #999999;
	position:relative;
	min-height:42px;
	-webkit-border-radius:0;
	text-align:left;
}

.inputrow > input{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0;
	border:none;
	padding:12px 10px 0 10px;
	height:42px;
	background:none;
}

.inputrow > textarea{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0;
	border:none;
	padding:12px 10px 0 10px;
	background:none;
}

fieldset > .inputrow:last-child{
	border-bottom:none !important;
}

.row > .widefield{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-left:75px;
}

p.errormsg{
	font-weight:bold;
	color:#bf2525;
	text-align:center;
}

#gopreload{
	display:none;
	background-image:url('../images/exit.png'),url('../images/utilities.png'),url('../images/browser.png');
}

body > ul > li.group{
	background:url(../images/groupbg.png) repeat-x;
}

#usersearchform{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-border-radius:10px;
	width:98%;
	padding:10px;
	margin-bottom:0;
	background:#c8c8c8 url('../iui/pinstripes.png');
}

#usersearchform > input{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-border-radius:10px;
	padding:5px;
	margin-bottom:4px;
	text-align:center;
}

#usersearchform > button{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	background-color:transparent;
}

div.row > label > a[selected],
div.row > label > a:active,
p.pluginmeta > a[selected],a:active{
	background-color:transparent !important;
	background-image:none,none !important;
	color:#000 !important;
}

div.row > label > a[selected="progress"],
p.pluginmeta > a[selected="progress"]{
	background-image:none,none !important;
}

p.pluginmeta{
	text-align:left;
	margin:10px 15px 10px 15px; 
}

fieldset.activeplugin{
	background-color: #BEB;
}

fieldset.pluginerror{
	background-color: #F99;
}

fieldset.pluginmessage{
	background-color: #FFC;
}


