﻿body{
	
	
	
}

.body_cont{
	width: 855px;
	margin: auto;
}

.body_cont_cont{
	width: 855px;
	float: left;
	background-color: white;
}

.center_cont{
	width: 800px;
	height: 600px;
	border: 1px solid #999999;	
	float: left;
	position: relative;
	left: 8px;
}

.left_cont{
	
	position: relative;
	top: 190px;
	width: 19px;
	float: left;
}

.right_cont{
	position: relative;
	top: 190px;
	left: 16px;
	width: 19px;
	float: left;
}

.content{
	
	position: relative;
	margin-top: 65px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	
}

.title{
	float: left;
	position: relative;
	top: 0px;
	width: 800px;
	margin-top: 24px;
	left: -50px;
	cursor: pointer;
}

.title img{
	float: right;
}

.email{
	float: left;
	position:relative;
	width: 800px;
	top: 0px;
	margin-top: 12px;
	left: -120px;
}

.email img{
	float: right;
}

.preload{
	position:absolute;
	left: -100000px;
	top: -100000px;
	
}

.preload img{
	position: absolute;
}

.btnAdd, .btnSub{
	cursor: pointer;
}
