/* WPmob Lite Admin CSS > Fresh Styles (Grey)  */

/* @group Fresh Styles */

.fresh.beta #wpmob-admin-top h2 {
	background: url(../images/admin-phone-48-fresh-beta.png) no-repeat left center;
}

.fresh.normal #wpmob-admin-top h2 {
	background: url(../images/admin-phone-48-fresh.png) no-repeat left center;
}

#bnc.fresh ul#wpmob-top-menu li a.active {
	background: url(../images/up-arrow-fresh.png) no-repeat center bottom;
	color: #21759B;
}

#bnc #wpmob-tabbed-area {
	border: 1px solid #d3d3d3;
	padding: 8px 8px 0;
	background-color: #f5f5f5;
}

#bnc .box-holder h3, #bnc .wpmob-right-align {
    background: #eee url(../images/gray-grad.png) repeat-x left top;
}
#bnc .box-holder-feedback h3, #bnc .wpmob-right-align {
	background: #eee url(../images/gray-grad.png) repeat-x left top;
}

#bnc legend {
	font: italic bold 16px Georgia, "Times New Roman", Times, serif;
	color: #444;
}

#bnc h4 {
	font: italic bold 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0;
	color: #444;
	margin-bottom: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#bnc input.text:focus {
	background: 
	-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(top, #fff, #fff);
	border: 1px solid #aaa;
}

#bnc textarea.textarea:focus {
	background: 
	-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(top, #fff, #fff);
	border: 1px solid #aaa;
}

/* @end */