#container {
  width:760px;
  margin:5px auto 0 auto;
  border:1px solid;
  text-align:left;
}

#header {
  padding:0 10px 0 0;
  height:70px;
  border-bottom:1px solid;
  overflow:none;
}

#footer {
  height:24px;
  border-top:1px solid;
  border-bottom:1px solid;
  text-align:center;
  overflow:none;
}


#logo { 
  width:175px;
  height:56px;
  display:block;
  float:left;
  padding:5px 0 5px 10px;
}

#header p {
  width:300px;
  float:right;
  font-size:10px;
  line-height:10px;
  height:10px;
  text-transform:uppercase;
  text-align:right;
  padding-bottom:5px;
}


#nav {
  clear:both;
  margin:0;
  padding:0 40px 0 0;
  height:24px;
  border-bottom:1px solid;
}

#nav li {
  list-style:none;
  margin:0;
  padding:0;
  display:inline;
}

#nav li a {
  height:24px;
  line-height:24px;
  display:block;
  float:left;
  padding-left:25px;
  margin:0 10px 0 10px;
  text-decoration:none;
  font-weight:bold;
  float:right;
}

#nav a.home { background:url(images/home.gif) 0 5px no-repeat; }
#nav a.new_ticket { background:url(images/new_ticket.gif) 0 5px no-repeat; }
#nav a.my_tickets { background:url(images/my_tickets.gif) 0 5px no-repeat; }
#nav a.ticket_status { background:url(images/ticket_status.gif) 0 5px no-repeat; }
#nav a.log_out { background:url(images/logout.gif) 0 5px no-repeat; }


#content {
  clear:both;
  padding:2px 10px 10px 10px;
  line-height:14pt;
  margin:5px auto 5px auto;
}
  
#content #index {
  width:525px; /* Enable to center the forms */
  margin:10px auto 10px auto;
}

#index .box {
  width:252px;
  float:left;
}

#index .box p {
  clear:both;
  padding-top:10px;
  text-align:justify;
}

#content form {
  margin:0;
  padding:0;
}

#content form label {
  display:block;
  width:60px;
  padding-right:10px;
  text-align:right;
  float:left;
  font-weight:bold;
}
  
#content #index form input {
  width:175px;
  float:left;
}

#content #bar {
  width:21px;
  height:auto;
  display:block;
  float:left;
}

code {
  margin: 10px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #CC0000;
}


a.btn{
  display:block;
  width:150px !important;
  height:32px;
  border:none;
  font-family:arial, helvetica, sans-serif !important;
  line-height:32px !important;
  background:url(images/green-button.gif) top left no-repeat;
  text-align:center;
  color:#fff !important;
  font-weight:bold;
  text-decoration:none;
  padding:0;
  margin:0;
}

a.btn:hover{
  display:block;
  width:150px !important;
  height:32px;
  border:none;
  font-family:arial, helvetica, sans-serif !important;
  line-height:32px !important;
  background:url(images/orange-button.gif) top left no-repeat;
  text-align:center;
  color:#FFF !important;
  font-weight:bold;
  text-decoration:none;
  padding:0;
  margin:0;
}
