#All {
	position: relative;
	width: 900px;
	min-width: 600px;
	top: 150px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	border-radius: 2px;
	background-color: #F3F3F3;
}
#Content2 {
	position: absolute;
	top: 0px;
	bottom: 90px;
	right: 200px;
	left: 0px;
}
#Content2 .Distance {
	padding: 0px;
}
#Content3 {
	position: absolute;
	left: 0px;
	right: 200px;
	bottom: 0px;
	height: 90px;
	width: auto;
}
#Content3 .Distance {
	top: 0px;
}
#Content3 .Button2 {
}
#Content5 {
	right: 0px;
	position: absolute;
	width: 200px;
	bottom: 0px;
	top: 0px;
}
#Content5 .Distance {
	left: 0px;
	padding: 0px;
}
#Content6 {
	position: relative;
	width: 900px;
	top: 130px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 2px;
	text-align: center;
	height: 90px;
}
#Room {
	float: left;
	padding-left: 10px;
}
#Room h1 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
}
#Share {
	float: right;
	padding-right: 10px;
	padding-top: 4px;
}
#Share img {
}
#Login {
	position: fixed;
	border-radius: 4px;
	width: 300px;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	box-shadow: 2px 2px 4px #CBCBCB;
	top: 260px;
	margin-left: -150px;
	left: 50%;
	height: 200px;
	z-index: 3;
}
#Login .distance{
	padding: 15px;
}
#Login label {
	width: 80px;
	font-weight: bold;
	display: inline-block;
}
#Login .UserName {
	margin-top: 15px;
}
#Login .Gender {
	margin-top: 15px;
}
#Login .ButtonDiv {
	text-align: right;
	margin-top: 30px;
}
#Receive {
	overflow-x: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 10px;
}
#Receive div {
	position: relative;
	left: 0px;
	right: 0px;
	padding-left: 10px;
}
#Receive .User {
	font-weight: bold;
}
#Receive .User:hover{
	cursor: pointer;
}
#Receive:after {
  content: "";
  display: block;
  height: 100px;
  width: 100%;
}
#Send {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	background-color: #FFF;
}
.SendInput {
	position: absolute;
	left: 0px;
	right: 100px;
	height: 20px;
	border: 1px solid #333333;
}
.SendDiv {
	position: relative;
	top: 0px;	
	left: 0px;
	right: 15px;
	max-width: 800px;
}
.SendInfo {
	clear: both;
}
.Button2 {
	float: right;
	margin-right: 30px;
}
#UserTotal {
	background-color: #DDD;
	font-weight: bold;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 10px;
}
#Sort {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 16px;
}
#Sort:hover {
    cursor: pointer;
}
#SortList {
	position: absolute;
	top: 40px;
	right: 20px;
	background-color: #FFF;
	z-index: 99;
	border: 1px solid #BBB;
	line-height: 30px;
}
#SortList div {
	padding-right: 10px;
	padding-left: 10px;
}
#SortList div:hover {
	background-color: #EEE;
	cursor: pointer;
}
#User {
	overflow: auto;
	position: absolute;
	left: 10px;
	top: 30px;
	right: 10px;
	bottom: 5px;
}
#User .Self {
	cursor: text;
	font-weight: bold;
}
#User div {
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B6B6B6;
	padding-left: 8px;
	position: relative;
}
#User div:hover {
	background-color: #EEE;
}
.Distance {
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	padding: 10px;
	border-radius: 2px;
	background-color: #FFF;
	border: 1px solid #B5B5B5;
}
.Logout {
	font-weight: bold;
	text-decoration: underline;
	float: right;
	height: 80px;
	line-height: 80px;
	margin-right: 30px;
}
.Logout a:hover {
	color: #999;
}

.size {
	color: #FFF;
	text-decoration: underline;
	cursor:pointer;
	margin-left: 15px;
}


.Male , .Female {
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
.Male{
	font-size: medium;
	color: #69F;
}

.Female{
	font-size: medium;
	color: #F69;
}

.Menue {
	position: absolute;
	height: 160px;
	width: 160px;
	border: 1px solid #CCC;
	line-height: 20px;
	background-color: #FFF;
	border-radius: 3px;
	z-index: 99;
}
.Menue .Head{
	background-color: #CCC;
	position: absolute;
	height: 25px;
	right: 0px;
	left: 0px;
	top: 0px;
	padding-left: 5px;
}
.Menue .Close{
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	right: 0px;
	background-color: #CCC;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
}
.Menue .Text{
	position: absolute;
	left: 0px;
	top: 20px;
	right: 0px;
	bottom: 0px;
	background-color: #F4F4F4;
	line-height: 40px;
}

.Menue .Text span {
	cursor: pointer;
	padding-left: 5px;
	display: block;
}
.Menue .Text span:hover {
	background-color: #9CF;
}

.Private {
	position: absolute;
	top: 160px;
	right:  220px;
	width: 300px;
	height: 200px;
	border: 1px solid #A1A1A1;
	border-radius: 2px;
	background-color: #FFF;
	z-index: 2;
}
.Private .Head {
	position: absolute;
	left: 0px;
	right: 0px;
	padding-left: 5px;
	color: #FFFFFF;
	cursor: move;
	background-color: #0E0E0E;
	line-height: 25px;
}
.Private .Close {
	position: absolute;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	width: 25px;
	line-height: 25px;
	top: 0px;
	right: 0px;
}
.Private .Close:hover{
	 cursor: pointer;
}
.Private .Receive {
	position: absolute;
	top: 25px;
	left: 0px;
	right: 0px;
	bottom: 35px;
	padding: 5px;
	overflow:auto;
	line-height: 16px;
}
.Private .Receive div{
	position: relative;
	padding-left: 8px;
}
.Private .Send{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 5px;
	top: 165px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A1A1A1;
}
.Private .Send input{
	border: 1px solid #777777;
	width: 205px;
	background-color: #FFFFFF;
}

.Private .User {
	font-weight: bold;
}
.Report {
	font-weight: bold;
}
