@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	background:#000000;
	color:#999;
}
body {
	font:Verdana, Geneva, sans-serif 10pt;
	background: #000 url(../templates/bg.png) repeat-x;
}
a, a:visited {
	text-decoration:none;
	color:#ffffff;
}
table {

}
p {
	padding:4px;
}

img {
	vertical-align:bottom;
}

hr {
background:#ccc;
}
ul{
	list-style-position:inside;
}
li{
	list-style-type:square;
	margin-left:15px;
}
input {
	margin:4px 0;
}
#headerimg {
	position:relative;
	top:40px;
}
#content {
	width:600px;
	position:relative;
}
.title1 {
	color: #ccc;
	font-size:large;
	
}
.ticketno {
	color:#fff;
	font-size:large;
}
.subtitle {
	color: #aaa; 
	font-size:medium; 
	font-style: italic;
}
.button {
	background-color:#ab2008; 
	color:#ffffff;
	border: 1px solid black;
	padding: 1px 4px;
	margin: 4px 1px;
}
.short {
	margin:0px; 
	padding:0px; 
	color:#000000;
}
.label {
	background:#24344a;
	font-weight:bold;
	border:1px solid #000;
	/*border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
}
.err {
	font-weight:bold;
	color:#f00;
}
.admin_reply {
	font-weight:bold;
}
