.close_overlay {
  position: absolute;
  margin-left: 423px;
  margin-top: 6px;
  color: #FFFFFF;
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
  width: 20px;
  height: 18px;
  text-align: center;
  border-width: 1px;
  border-color: #B6D0F1;
  border-style: solid;
  padding-top: 1px;
}

.close_overlay:hover {
  background-color: #CDDEF6;
  border-color: #FFFFFF;
}

.no_avatar_overlay {
  position:absolute;
  margin-left: 550px;
  margin-top: 1px;
  display: none;
  border-width: 2px;
  border-color: #1c6b92;
  border-style: solid;
  background-color: #f9f9f9;
  z-index: 2;
  width: 450px;
  height: 200px;
  border-top-width: 0px;
  background-repeat: repeat-x;
  background-position: top;
}

.not_registered_overlay {
  position:absolute;
  margin-left: 550px;
  margin-top: 1px;
  display: none;
  border-width: 2px;
  border-color: #1c6b92;
  border-style: solid;
  background-color: #f9f9f9;
  z-index: 2;
  width: 450px;
  height: 200px;
  border-top-width: 0px;
  background-repeat: repeat-x;
  background-position: top;
}

.profile_overlay {
  position:absolute;
  margin-top: 480px;
  margin-left: 150px;
  display: none;
  background-color: #000000;
  z-index: 2;
  width: 590px;
  height: 1300px;
}

.chat_overlay {
	position: absolute;
	width: 300px;
	height: 200px;
	z-index: 3;
	background-image: url(/design/teaser_bg.gif);
	background-color: #ff5555;
	display: none;
	top: 350px;
	left: 358px;
  	border-width: 3px;
  	border-color: #1c6b92;
  	border-style: solid;
	padding: 10px;
}

.chat_button_true {
	font-size: 10px;
	font-weight: bold;
	border: 0px double #AAA;
	background-image: url(/design/button.png);
	background-repeat: repeat-x;
	background-position: center;
	font-variant: small-caps;
	color: #FFF;
	width: 91px;
	height: 33px;
	cursor: pointer;
	padding-bottom: 2px;
}

.chat_button_false {
	font-size: 10px;
	font-weight: bold;
	border: 0px double #AAA;
	background-image: url(/design/button_red.png);
	background-repeat: repeat-x;
	background-position: center;
	font-variant: small-caps;
	color: #FFF;
	width: 91px;
	height: 33px;
	cursor: pointer;
	padding-bottom: 2px;
}

.content {
  padding-left: 30px;
  padding-top: 25px;
  margin-top: 5px;
  font-size:11px;
}