@charset "utf-8";

.FootLeftRight {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
.FootLeftRight p {	
	margin: 0px 0px 0px 10px;
	color:#999;
}
.FootLeftRight #FLRleft {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #999;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
.FootLeftRight #FLRright {
	margin: 0px 0px 0px 150px;
	padding: 0px 0px 0px 0px;
}
