﻿.ticketsToolbar 
{
	height: 30px;
	background-image: url(office/toolbarbg.png);
	width: 100%;
	text-align: center;
	z-index: 100;
}

.ticketsToolbar .inner
{
	margin: 6px;
	padding: 2px;
	padding-left: 4px;
	background-color: Black;
	color: #efd21c;
	width: 900px;
	text-align: left;
}

.ticketsToolbar .divNewTicket
{
	position: absolute;
	margin-top: 22px;
	background-color: Black;
	width: 400px;
	height: 400px;
	border-bottom: solid 2px #efd21c;
	border-left: solid 2px #efd21c;
	border-right: solid 2px #efd21c;
	padding: 10px;
}