@charset "ISO-8859-1";

/* ---------------------------------  Style Pages  */


.LstChatV {
	width: 80%;
	border-width: medium;
	border-style: groove;
	margin: auto;
	height: auto;
	background-color: #99CC99;
}
.LstChatH {
	width: 80%;
	border-width: medium;
	border-style: groove;
	margin: auto;
	height: auto;
}
.LstChatV div {
	background-color: #99CC99;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
.LstChatH div {
	background-color: #99CC99;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity: 0.5;
}

.ImgLstChat {
	height: 200px;
	width: 200px;
	float: right;
	z-index: 10;
}

.DetLstChat {
	width: auto;
	_height: 200px;
	min-height:200px;
	background-color: #99CC99;
	margin-right: 200px;	
}


.DetChatH {
	display: none;
}

.DetChatV{
	display: block;
	background-color: #99CC99;
	width: auto;
	width: auto;
	padding-right: 175px;
	overflow: auto;
}

.AlphaH {
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity: 0.5;
   }
.AlphaV{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
   }

.txt1 {font-size: 20px}
.txt2 {font-size: 26px}
.txt3 {font-size: 16px}

.film {
	background-image: url(./img/film.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 250px;
	color: #FFFFFF;
	background-color: #ECE9D8;
}

.divchaton {
	height: auto;
	width: 700px;
	margin: 20px auto;
	border-width: medium;
	border-style: groove;
	background-image: url(./img/trans.gif);
}


#contact {
	background-color: #99CC99;
	border-width: medium;
	border-style: solid;
	padding: 25px;
	height: auto;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size:120%;
}

