@charset "utf-8";
/* CSS Document */

#address_container {
	clear: both;
	text-align: left;
	height: 100px;
	width:500px;
	margin-left:15px;
}
#address {
	font-size:14px;
	line-height:20px !important;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 200px;
	height:140px;
	float: left;
}
#address_pic {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	width: 150px;
	text-align: right;
	height: 95px;
}

