.admin_holder {
	width:100%;
	font-family:'trebuchet ms';
	font-size:12px;
	margin:15px 0;
	clear: both;
	text-shadow: 0  !important;
}

.admin_title {
	background:#8ab3ba;
	border-bottom:3px solid #fff;
	padding:7px 0 0 26px;
}

.admin_title h3 {
	width:auto;
	float:left;
	background:#fff;
	color:#636363;
	font-weight:bold;
	font-family:tahoma;
	font-size:13px;
	padding:5px 10px;
	margin:0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.admin_title h3 span {
	font-weight: normal;
}

.admin_msg {
	margin:10px 0;
	padding-left:20px;
	background:url(/userfiles/icons/accept.png) no-repeat;
}

.admin_errmsg {
	margin:10px 0;
	padding-left:20px;
	background:url(/userfiles/icons/exclamation.png) no-repeat;
}

.admin_body {
	background:#f5f5f5;
	color: #514D4D;
	padding:19px 15px;
	border-top:1px solid #8ab3ba;
	border-bottom:1px solid #dde0e4;
}

.admin_button, .sitewide li.li_submit input {
	display:block;
	float:left;
	cursor: pointer;
	padding: 6px 12px;
	color:#fff !important;
	text-decoration:none;
	border:0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#a8b9ca;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.46, #899fb5),
	    color-stop(0.73, #a8b9ca),
	    color-stop(0.87, #b3c2d1)
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #899fb5 46%,
	    #a8b9ca 73%,
	    #b3c2d1 87%
	);
	margin:8px 8px 0 0;
}


.admin_button:hover, .sitewide li.li_submit input:hover {
	background:#74879a;
	background-image: none;
}

.admin_button:active, .admin_button.on, .sitewide li.li_submit input:active {
	background:#A6222F;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.46, #8A1A2A),
	    color-stop(0.73, #A6222F),
	    color-stop(0.87, #C61A32)
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #8A1A2A 46%,
	    #A6222F 73%,
	    #C61A32 87%
	);
}




.admin_version {
	background:#dde0e4;
	padding:10px;
	color:#222;
	font-weight:normal;
	font-family:tahoma;
	text-transform:lowercase;
	font-size:13px;
	letter-spacing:1px;
	border-top:2px solid #fff;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align:right;
}

.admin_version img {
	position:relative;
	top:3px;
	margin-right:5px;
}