div.box {
  position: relative;
  float: left;
  clear: none;
  padding: 0 5px;
}

div.thumbs {
  padding-top: 6px;
}

div.box img.thumb {
  position: relative;
  width: 240px;
  height: 180px;
  padding: 1px;
  border: 1px solid #ccc;
  background-color: #fff;
}

div.box img.thumbSmall {
  position: relative;
  width: 72px;
  padding: 1px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 5px;
}

#liveThumb {
  width: 244px;
}

#historyThumbs {
  width: 76px;
}

#perfData {
  width: 385px;
  margin-left: 35px;
}

#cntLiveBox {
  position: relative;
  width: 780px;
}

#cntLiveBox div.liveBox {
  position: relative;
  float: left;
  clear: none;
  padding: 0 5px;
  margin-bottom: 10px;
}

#cntLiveBox div.liveBox div.title {
  font-size: 12px;
}

#cntLiveBox div.liveBox span.age {
  color: #777;
  font-weight: normal;
}

#cntLiveBox div.liveBox img {
  position: relative;
  width: 113px;
  height: 84px;
  padding: 1px;
  border: 1px solid #ccc;
  background-color: #fff;
}

#perfData table.details {
  position: relative;
  padding: 0;
}

#perfData table.details td {
  padding: 1px 5px 1px 0;
}

#perfData table.details td.legend {
  font-weight: bold;
}

#perfData table.details td.value {
  padding-left: 10px;
  padding-right: 20px;
}

#freechat{
	position: absolute;
	width: 370px;
	top: 0px;
	right: 15px;
}

.title{
  font-weight: bold;
  font-size: 14px;
  color: #777;
}

input.button {
  position: relative;
  font-weight: normal;
  color: #000;
  padding: 0 10px;
  height: 36px;
  margin: 0;
}

input.inputText {
  padding: 5px 10px 0 10px;
  height: 30px;
  width: 250px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 24px;
  margin: 0;
}
