#center {
	display: block;
	float: left;
	width: 676px;
}

#middle_column {
	float: none;
}

.ticket {
	display: block;
	width: 630px;
	margin: 3px 16px 10px 16px;
	padding: 25px 0px 25px 25px;
	background: #fff url(img/arrow_down.png) no-repeat 585px center;
	font-size: 1em;
	line-height: 1.3em;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.ticket:hover {
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.ticket .tools {
	display: block;
	float: right;
	width: 20px;
	line-height: 1em;
}

.pin, .pin2, .edit {
	display: inline-block;
	width: 12px;
	height: 6px;
	background: transparent url(img/pin.png) no-repeat center center;
	text-indent: -9999px;
}

.pin2 {
	background: transparent url(img/pin2.png) no-repeat center center;
}

.edit {
	height: 12px;
	background: transparent url(img/change.png) no-repeat center center;	
}

.ticket span {
    color: #999999;
    font-size: 0.8em;
    font-style: italic;
    line-height: 1em;
}

#changecat {
    display: block;
	float: right;
    clear: both;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-indent: -9999px;
	background: transparent url(img/changecat.png) no-repeat center center;
}