div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	line-height: 1.3em;
}

textarea {
	min-height: 48px;
	height: 48px;
}

#msgsContent {
	width: 100%;
	height: 30em;
	overflow: auto;
}

#msgsContent .msg {
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	position: relative;
	z-index: 1;
	cursor: pointer;
	word-wrap: break-word;
}

#msgsContent .msg + .msg {
	border: dashed #E0E0E0;
	border-width: 1px 0 0 0;
}

#msgsContent .msg:hover:after {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: #F0F0F0;
}

#msgsContent .msg .info {
	margin-bottom: 0.2em;
	color: #0056c6;
}

#msgsContent .msg .name {
	font-weight: bold;
	padding-right: 0.5em;
	color: #1483FF;
}

#msgsContent .msg .misc {
	font-size: 0.8em;
}

#msgsContent .msg .msgdate {
	padding-right: 0.4em;
	display: inline-block;
	white-space: nowrap;
	font-size: 70%;
}

#msgsContent .msg a {
	color: #000EFF;
}
