@CHARSET "UTF-8";

body {
  font-family: verdana;
  font-size: 12px;
}

div#container {
	width: 1000px;
	background: #fff;
	padding: 10px;
	margin: 0 auto;
	margin-top: 50px;
}

img#logo {
  margin: 0 0 10px 15px;
  float: none;
}

a.helpdesk {
  font-weight: bold;
}

table th, table td {
  padding: 5px 10px 5px 10px;
}

table.hover tr:hover td {
  background: #E7F5FF;
}

input.text {
  padding: 4px;
  width: 400px;
}

textarea {
  width: 100%;
  height: 200px;
}

button {
  font-weight: bold;
  padding: 5px 20px 5px 10px;
  cursor: pointer;
}

button img {
  margin: 0 5px 0 0;
}

.clear {
  clear: both;
}

div.box {
  height: 50px;
  width: 200px;
  float: left;
  margin: 0 20px 0 0;
}

div.box a {
  font-weight: bold;
}

div.box img {
  margin: 0 20px 0 0;
}

p.back {
  margin: 0 0 20px 0;
}

p.back img {
  margin: -2px 5px 0 0;
}

textarea.reply {
  margin: 0 0 10px 0;
}

table.ticket_history {
  width: 100%;
  border-top: 1px #eaeaea solid;
  margin: 0 0 10px 0;
}

table.ticket_history td.left {
  border-right: 1px #eaeaea solid;
  border-bottom: 1px #eaeaea solid;
  width: 200px;
  text-align: center;
}

table.ticket_history td.right {
  border-bottom: 1px #eaeaea solid;
}

td.hide {
  display: none;
}

