@charset "utf-8";
/* CSS Document */

body {
	background-image:url(body-bg.jpg);
	background-repeat: repeat-x;
	background-color:#24344a;
	color:#999;
	margin:0;
	padding:0;
}
a, a:visited {
	text-decoration:none;
	color:#ffffff;
}
table {
padding:0px;
margin:0px;
font-family:Verdana;
font-size:10pt;
}

hr {
height:1px;
border:0px;
background:#ccc;
}
#headerimg {
	position:relative;
	top:40px;
}
#content {
	width:600px;
	position:relative;
	top:10px;
}
.title1 {color: #ccc;font-size:large;font-family:Verdana, Geneva, sans-serif;}
.ticketno {color:#fff;font-size:large;font-family:Verdana, Geneva, sans-serif;}
.subtitle {color: #aaa; font-size:medium; font-style: italic; font-family: Verdana, Geneva, sans-serif;}
.button {background-color:#ab2008; color:#ffffff;border: 1px solid black;}
.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;
}