﻿div.ImgBtn
{
	float:right;
}
div.sociable
{
	height:30px;
}
img.imgstyle
{
	width:16px;
	height:16px;
	border:none;
	opacity:0.5;
}
	
img.imgstyle:Hover
{
	height:20px;
	width:20px;
	opacity:1;
}
.TransparentLayer
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  background-color: #cedce8;
  z-index: 99;
}
.GrayLayer
{
  position: fixed;
  top: 95px;
  left: 50%;
  width: 823px;
  height: 586px;
  margin-left: -411px;
  padding: 30px 0 0 8px;
  background-image: url(Images/Tamyrasbg.png);
  background-repeat: no-repeat;
  z-index: 100;
}
.xBotton
{
  background-image: url(Images/x.png);
  width: 23px;
  height: 23px;
  position: absolute;
  top: 5px;
  right: 13px;
  cursor: pointer;
}
.xBotton:hover
{
  background-image: url(Images/x-on.png);
}