.ticketsLine span {
	display: inline-block;
	padding: 7px;
	margin: 3px;
	font-weight: bold;
}

.ticketsLine .active {
	background-color: #90a1b8;
}

.ticketsLine span:hover {
	background-color: #f4f2b0;
	cursor: pointer;
}

.support {
	padding: 10px 0 20px 7px;
	font-size: 13px;
	font-weight: bold;
}

.support .offline {
	padding-left: 10px;
	color: red;
}

.support .online {
	padding-left: 10px;
	color: green;
}

#newTicket, #activeTickets, #ticketsHistory {
	padding-top: 20px;
}

#newTicket {

}

#newTicket div {
	padding: 10px 0;
}

#newTicket select {
	width: 400px;
	padding: 5px;
}

#newTicket select option {
	margin: 5px;
	padding-left: 5px;
}

#newTicket textarea {
	width: 400px;
	height: 150px;
}

#activeTickets {
	display: none;
}

#ticketsHistory {
	display: none;
}

.answerBlock div:first-child div {
	padding: 10px 0 15px 5px;
	font-size: 13px;
	font-weight: bold;
}

.answerBlock textarea {
	margin-left: 5px;
}