.toolboxcontainer {
	position:fixed;
	margin-right:30px;
	top:5px;
	z-index:1600;
}
* html .toolboxcontainer {
    position: absolute;
    left:10px;
}
.toolbox {
	background: #ffffff;
  	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.95;
	float:left;
	padding:5px 10px;
}
.toolbox .button {
	background-image:none;
	float:left;
	margin:2px 3px;
	height:auto;
	width:auto;
	background-color:#dedede;
	border:1px solid #999999;
}
.toolbox .button a {
	padding:2px;
	text-decoration:none;
	margin-left:0px;
}
.toolbox .button, .toolbox .button a {
	letter-spacing:2px;
	text-transform:none;
	color:#000000;
	font-weight:bold;
	cursor:pointer;
	font-size:9px;
}
.toolbox .button:hover {
	background-color:#666666;
	color:#fff;
}
.toolbox .button:hover a {
	color:#ffffff;
}
.editingbox .button {
	background-image:none;
	float:left;
	font-size:9px;
	margin:0px 3px;
	height:auto;
	width:auto;
	text-transform:none;
	background-color:#dedede;
	border:1px solid #999999;
	color:#000000;
	padding:0px 5px;
}
.editingbox .button:hover {
	background-color:#333333;
	color:#ffffff;
}
.toggletools {
	background-image:url(/images/icon_tools.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	padding-right:5px;
	border-right:3px solid #333333;
	float:left;
	cursor:pointer;
}
.editingbox {
	position:absolute;
	margin-right:20px;
    background-color:#eceff4;
    color:#000;
	z-index:500;
}
#metaBox {
    background-color:#eceff4;
    color:#000;
}
.delete {
	float:right;
	background-color:#000000;
	padding:10px 4px;
}
.delete a {
	color:#ffffff;
	text-decoration:none;
}
.popBox {
    position:absolute;
    background-color:#eceff4;
    padding:7px;
    left:0px;
	margin-top:20px;
    display:none;
    z-index:500;
}

.autoClose {
    background-color:#000;
    border:1px solid #ccc;
    padding:0px 4px;
    color:#ffffff;
    position:absolute;
    right:0px;
    top:0px;
    text-transform:uppercase;
    font-size:11px;
    font-weight:bold;
    cursor:pointer;
}
.editable {
    position:relative;
}

.editIcon {
    cursor:pointer;
    position:absolute;
}
.editIcon {
    position:absolute;
    right:0px;
    z-index:50;
}
.editboxleft {
    padding:2px 5px;
    background-color:#333;
}
.editorContainer {
    position:absolute;left:160px;z-index:600;
    background-color:#dedede;
    padding:5px;
	border:1px solid #666666;
}
.editorContainer button {
	background-color:#333;
	color:#fff;
	padding:8px;
	text-transform:uppercase;
	letter-spacing:3px;
	margin:10px 4px;
}
#metaBox {
    position:absolute;
    background-color:#eceff4;
	color:#000 !important;
	margin:0px auto;
    top:60px;
}
#metaBox td {
	color:#000 !important;
}
.buttonLink {
	background-color:#0f646b;
	padding:3px 8px;
    border:1px solid #999999;
	float:left;
	margin-right:7px;
	margin-bottom:4px;
}
.buttonLink a {
	color:#fff;
	text-decoration:none;
}
.buttonLink:hover {
	background-color:#000;
}
.caption {
	font-style:italic;
	font-size:85%;
}
.emptystar, .filledstar {
	cursor:pointer;
}
.editboxlink {
	padding:2px;
}
.help {
	position:relative;
}
.help .helptext {
	display:none;
}
.help .icon {
	color:#fff;
	font-weight:bold;
	border-radius:15px;
	width:15px;
	height:15px;
	font-size:11px;
	background-color:#485564;
	text-align:center;
}
.helptext {
	background-color:#778a9e;
	width:300px;
	padding:10px;
	color:#fff;
	text-align:left;
	position:relative;
	z-index:3;
}
.help:hover .helptext {
	position:absolute;
	top:0;
	left:15px;
	display:block;
}
