
/* fancy schmancy button	*/
.button
{
	text-decoration: none;
	font-size: 12px !important;
	line-height: 13px;
	padding: 3px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #bbb;
	color: #464646;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background: #f2f2f2 url(/wp-admin/images/white-grad.png) repeat-x scroll left top;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}



.button.compact 
{
	padding: 1px 5px;
	font-size: 11px !important;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.button.ui-state-default
{
	color: #ffffff;
	text-shadow: none;
	font-size: 17px;
	padding-left:8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right:8px;
	border-radius: 11px;
	border: 2px solid #e2efef;
}

.button:hover
{
	color: #000;
	border-color: #666;
}

.button:active
{
	background: #eee url(/wp-admin/images/white-grad-active.png) repeat-x scroll left top;
}


body.SuppressDesDecos .GearIcon, body.SuppressDesDecos .ui-icon-pencil 
{
	display: none;
}



.Legend
{
	text-align: right;
	color: #9999CC;
}

.Legend.Required
{
	font-weight: bolder;
}

.Help
{
	color: #999999;
	font-size: smaller;
	font-style: italic;
	max-width: 400px;
}


.OK
{
	color: #009933;
}

.Error
{
	color: #ff0000;
} 