/* CSS Document */
/*选择联系人开始*/
/*右边开始*/
.address_list
{
	width:600px;
	float:left;
	margin-left:7px;
	margin-bottom:20px;
	padding:10px 0px 20px 10px;
	border:1px solid #CCCCCC;
}
.list
{
	width:600px;
	height:30px;
	background:#FFCCCC;
	border-top:2px solid #999999;
}
.check
{
	width:30px;
	height:20px;
	text-align:center;
	margin-top:5px;
}
.name
{
	width:220px;
	height:20px;
	margin-left:40px;
	margin-top:-16px;
}
.email_s
{
	width:220px;
	height:20px;
	margin-top:-20px;
	margin-left:280px;
}
.list_con
{
	width:600px;
	height:30px;
	margin-top:5px;
	cursor:pointer;
	border-bottom:1px dashed #CC9966;
}
.list_con:hover
{
	background:#ffede1;
}
.invitation
{
	width:450px;
	margin:20px 30px 20px 60px;
}
.invitation_top
{
	width:450px;
	border-bottom:1px solid #cc9966;
}
.invitation_text
{
	margin-top:10px;
}
.invitation_send
{
	float:left;
	margin-left:150px;
	margin-top:10px;
}
/*右边结束*/
/*选择联系人结束*/