div.centered-button-wrapper {
    margin-top: 5px;
    text-align: center;
}
div.centered-button-wrapper a {
    border: 1px solid gray;
    border-radius: 2px;
    box-shadow: 0 0 2px gray inset;
    font-size: 85%;
    font-weight: normal !important;
    padding: 2px 6px 3px;
    text-decoration: none;
}
.yui-dt-hd, .yui-dt-bd
{
    font-size: 11px !important;
}
.yui-skin-sam .yui-dt-liner
{
    padding: 4px;
    
}
.yui-dt-editor
{
	position: relative;
	border: none;
}

.yui-dt-editor .yui-dt-button
{
	display: inline;
}

.yui-dt-editor .yui-dt-button button
{
	margin-left: 1px;
}

.available_input
{
	background:white none repeat scroll 0% 0%;
	border:1px solid gainsboro;
	max-height:75px;
	min-height:18px;
	overflow:auto;
}
.clear
{
	clear: both;
	height: 1px;
	line-height: 1px;
}

/* Toolbox styles */
#entry_meta_panel
{
  visibility: visible;
  position: relative;
  width:300px;
}
#entry_meta_panel #toolbox_underlay
{
	left: 0;
}
#entry_meta_panel_inner
{
    visibility: inherit;
	*width: 200px;
}
#entry_meta_panel .toolbox_tool
{
    margin: 0 0 10px 0;
}
#entry_meta_panel .toolbox_tool label
{
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    font-size: 90%;
}
#entry_meta_panel .toolbox_tool label #use_wysiwyg_input {
    margin-left:10px;
    position:relative;
    top:1px;
}

#toolbox_prompt
{
	display: none;
}

body#mode_view #entry_meta_panel
{
	position: absolute;
	top: 200px;
	left: 760px;
}

body #toolbox_close
{
    display: none;
}

/* Masked styles for zip collection upsell */
body.toolbox_masked #entry_meta_panel #toolbox_underlay
{
	height: 1000px;
	background-color: #010;
    opacity: 0.7;
	*width: 1200px;
	*filter: alpha(opacity=70);
}

body.toolbox_masked #entry_meta_panel
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding-top: 100px;
	padding-left: 315px;
}

body.toolbox_masked #toolbox_close
{
    float:right;
    display:block;
}

body.toolbox_masked #entry_meta_panel_inner
{
	width: 380px;
}

body.toolbox_masked #toolbox_prompt
{
	display: block;
	position: absolute;
	left: 10px;
	top: 125px;
	width: 275px;
	z-index: 9999;
	color: white;
	font-size: 19px;
	font-family: georgia, serif;
	font-weight: bold;
}

.wysiwyg_loader {
  background-image: url(/images/ajax-loader.gif);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: none;
}
