iframe.bundleContent
{
	width: 100%;
	height: 220px;
	margin-top: 10px;
}

.VisibilityHidden
{
	visibility: hidden;
}


.inputButton {
    float: center;
    width: 134px;
    height: 30px;
    margin-top: 6px;
    background: url('../cut/button_up.gif');
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    color: white;
    border:0px;
}



.cssHeaderStyle
{
	font-size: 14px;
	font-family: 'Arial';
	text-align: center;
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: #DCDCDC;
	height: 20px;
}


.cssItemStyle
{
	font-size: 14px;
	font-family: 'Arial';
	text-align: left;
	color: black;
	text-decoration: none;
	background-color: #F5F5F5;
	height: 20px;
}

.cssAlternatingItemStyle
{
	font-size: 14px;
	font-family: 'Arial';
	text-align: left;
	color: black;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 20px;
}

.cssItemStyleOver
{
	background-color: #A8FFFF;
	cursor: hand;
}

.cssSelectedItemStyle
{
	font-size: 14px;
	font-family: 'Arial';
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	background-color: magenta;
	height: 20px;
}
.dirRTL
{
	direction: rtl;
}

.cssOverflow
{
	text-align: center;
	width: 100%;
	overflow: auto;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	overflow-x: hidden;
	overflow-y: auto;
}

.chatwindow
{
display:none;position :absolute;width:462px;height:506px;z-index:999;top:100px;left:100px
}