* {
	margin:0;
	padding:0;
	list-style:none;
}

body {
	font:normal 11px Verdana, Tahoma, Sans-Serif;
	color:#555;
	background:#F5F5F5;
	background-image: url(/i/background.png);
	padding:20px;
}

img {
	border:0;
}

input {
	font-size:11px;
}

/* IE6 and lower fix */
* html div, * html ul, * html dl, * html li, * html dd, * html dt {
	height:1%;
}

a {
	color:#1d7bb9;
	text-decoration:underline;
}

a:hover {
	color:#fa4b98;
}

h2 {
	font-size:22px;
	font-weight:normal;
	padding-bottom:10px;
}


/* my classes */
.block {
	position:absolute;
	width:350px;
}

.header_left {
	background:url(/i/side_border_left_top.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:5px;
	cursor:default;
}

.header_right {
	background:url(/i/side_border_right_top.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:5px;
}

.header_inner {
	height:25px;
	background-image:url(/i/bg_header.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.header_inner h3 {
	padding:4px 0px 0px 0px;
}

.header_hide_button {
	background-image:url(/i/header_hide.png);
	height:25px;
	width:23px;
	position:absolute;
	margin-left:100%;
	left:-52px;
}

.header_hide_button:hover {
	background-image:url(/i/header_hide_on.png);
}

.header_close_button {
	background-image:url(/i/header_close.png);
	height:25px;
	width:24px;
	position:absolute;
	margin-left:100%;
	left:-30px;
}

.header_close_button:hover {
	background-image:url(/i/header_close_on.png);
}

.content_left {
	background:url(/i/side_border_left.png);
	padding-left:5px;
}

.content_right {
	background:url(/i/side_border_right.png);
	padding-right:5px;
}

.content_inner {
	background-color:#F7F7F7;
	padding:15px;
}

.footer_left {
	background:url(/i/side_border_left_bottom.png);
	padding-left:5px;
	height:9px;
	background-position:left;
	background-repeat:no-repeat;
	background-color:#F7F7F7;
}

.footer_right {
	background:url(/i/side_border_right_bottom.png);
	padding-right:5px;
	height:9px;
	background-position:right;
	background-repeat:no-repeat;
}

.footer_inner {
	height:10px;
	background:url(/i/side_border_bottom.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.message_board {
	height:150px;
	overflow:scroll;
	overflow-x:hidden !important;
	border-color:#5B677F;
	border-width:1px;
	border-style:solid;
	padding:5px;
}
