﻿.messageLabel
{

}

.helpMeBody 
{
	padding: 1em; 
	overflow: visible;
}

.conversationContainer 
{
}

.conversationDisplay 
{
	border-style: outset;
	border-width: 1px;
	overflow: visible;
	width: 39.2em;
	padding: 0.4em;
	background-color: #EEEECC;
	vertical-align: bottom;
	position: relative;
}

.conversationText 
{
	/*position: absolute;
	bottom: 0em;
    max-height: 3em;
*/
    left: 0em;
    width: 100%;
    overflow: auto;
}

.rightSideNotifications
{
	border-style: inset;
	border-width: thin;
	float: right;
	width: 20em;
	margin: 1em;
	padding: 1em;
	font-size: 0.8em;
}

.helpMeHeader
{
	background-image: url( '/i/a11.jpg' );
	background-repeat: repeat-x;
	height: 2em;
	padding: 0.2em;
	padding-left: 0.4em;
	padding-bottom: 0.1em;
	font-weight: bold;
}

.helpMeContainer 
{
	border: 1px dashed #000030; 
}