.weblet_admin
{
	font-size: 13px;
	font-weight: bold;
	color:#323232;
	line-height: 18px;
	margin-bottom:20px;
	padding:1px 0px 1px 1px;
}
.site_editpageoption .weblet_admin
{
	background-color:#fce997;
}

.weblet_admin .bottom
{
	background-color:#fcd397;
	margin:0px;
	padding:0px 0px 2px 0px;
}

.admin_icons img
{
	padding:0px 10px 0px 0px;
}

.btn 
{
	font-size: 11px;
	display:inline-block;
	background:none;
	margin:0;
	padding:2px 0;
	border-width:0;
	overflow:visible;
	text-decoration:none;
	color:#333;
}
.btn 
{
	white-space:nowrap;
}
.btn img 
{
	padding:0px;
	margin:0px;
	margin-bottom:-4px;
}

* html button.btn 
{
	padding-bottom:1px;
}
.btn span {
	background:#d8eefa url(../images/bg-button.png) repeat-x 0 0;
	margin:0;
	padding:2px 0;
	border-left:1px solid #aaa;
	border-right:1px solid #999;
}
* html .btn span {
	padding-top:0;
}
.btn span span {
	position:relative;
	padding:2px 3px;
	border-width:0;
	border-top:1px solid #aaa;
	border-bottom:1px solid #999;
}

/* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
button.pill-l span {
	border-right-width:0;
}
button.pill-l span span {
	border-right:1px solid #aaa;
}
button.pill-c span {
	border-right-style:none;
	border-left-color:#ccc;
}
button.pill-c span span {
	border-right:1px solid #aaa;
}
button.pill-r span {
	border-left-color:#ccc;
}

/* only needed if implementing separate hover/focus/active state for buttons */
.btn:hover span, 
.btn:hover span span, 
.btn:focus span, 
.btn:focus span span {
	cursor:pointer; /* important for any clickable/pressable element */
	border-color:#9cf !important;
	border-color:#6af !important;
	background:#d8eefa url(../images/bg-button-hoover.png) repeat-x 0 0;
	color:#000;
}
.btn:active span {
	background:#d8eefa url(../images/bg-button.png) repeat-x 0 0;
	outline:none;
}
.btn:focus, .btn:active {
	outline:none; /* doesn't seem to be respected for <button>, only <a> */
}

/* use if one button should be the 'primary' button */
.primary {
	font-weight:bold;
	color:#000;
}
.disabled {
	color:#aaa;
}
.btn.disabled:hover span, 
.btn.disabled:hover span span, 
.btn.disabled:focus span, 
.btn.disabled:focus span span {
	cursor:pointer; /* important for any clickable/pressable element */
	background:#ddd url(../images/bg-button.gif) repeat-x 0 0;
	color:#aaa;
}
.btn.disabled span {
	background:#ddd url(../images/bg-button.gif) repeat-x 0 0;
	color:#aaa;
}
