
#adminControls{
	background:#000;
	border-bottom:solid 2px #fff;
	padding:0px;
	padding-left: 5px;
	text-align:left;
	color:#999;
	font-size: .9em;
}
#adminControls ul{
	margin:0;
	padding:0;
	padding-top: 5px;
	list-style:none;
}
#adminControls li{
	display:block;
	float:right;
	border-left:solid 1px #333;
	margin-top: 4px;
	padding:0px 10px 0 10px;
}
#adminControls li:last-child{
	border-left: none;
}
#adminControls a{
	text-decoration:none;
	padding:5px;
	color: #666;
}

#adminControls a:hover{
	background:#222;
	color: #FFF;
}
#adminControls a.no_hover:hover{
	background: none;
}
#adminControls select{
	background: #222;
	color: #999;
	border: solid 1px #333;
}

#template_options{
	padding: 5px;
	background: #222;
	margin: 5px;
	font-size: .9em;
	line-height: 1.5em;
	overflow: auto;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -1px;
	text-align: center;
	border-top: 1px solid #333;
}
#template_options #close_bt{
	margin-right: 10px;
	margin-top: 4px;
}
#template_options input.submit{
	background: #000;
	width: auto;
	padding: 8px;
}
#template_options input.submit:hover{
	background: #222 url() no-repeat;
}
#template_options table{
	width: auto;
}
#template_options table td{
	vertical-align: middle;
	padding-right: 10px;
}
#template_options div.note{
	display: block;
	visibility: hidden;
}