#fadeinbox
{
	position:absolute;
	width: 300px;
	left: 0;
	top: -400px;
	border: 2px solid black;
	background-color: lightyellow;
	padding: 4px;
	z-index: 100;
	visibility:hidden;
}

#fadeinboxheader
{
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 3px;
	width: 100%;
	color: #000080;
	font-family: tahoma,arial;
	background-color: transparent;
}
#fadeinboxtd
{
	width: 100%;
	background-color: khaki;
}

.fadeinboxtext
{
	font-size: 10pt;
	color: #000000;
	padding-top: 4px;
	font-family: tahoma;
}
A:link.fadeinboxtext
{
	font-size: 10pt;
	color: #0000ff;
	text-decoration: underline;
}
A:active.fadeinboxtext 
{
	 TEXT-DECORATION: underline; 
	 color: #0000ff;
}
A:visited.fadeinboxtext 
{
	TEXT-DECORATION: underline;
	color: #0000ff;
}
A:hover.fadeinboxtext
{
	font-size: 10pt;
	color: #4169e1;
	text-decoration: none;
	font-family: tahoma;
}

#contentMsg
{
	overflow: auto;
}

.usrImg
{
	border-right: transparent 2px groove;
	border-top: transparent 2px groove;
	border-left: transparent 2px groove;
	border-bottom: transparent 2px groove;
}

.btnExit
{
	background-position: center center;
	background-image: url(pix/JAMIM/exit.gif);
	width: 24px;
	border-top-style: none;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	height: 24px;
	background-color: transparent;
	border-bottom-style: none;
}

.btnsend
{
	border-right: purple thin groove;
	border-top: purple thin groove;
	font-weight: bold;
	font-size: 11pt;
	border-left: purple thin groove;
	width: 52px;
	color: #d5d6f4;
	border-bottom: purple thin groove;
	font-family: arial,tahoma;
	height: 25px;
	background-color: #4b0082;
	text-align: center;
}
