@charset "utf-8";
/* CSS Document */
#rctable {
	background: transparent url(../images/1x1_t.png);
repeat top left;
	width: 460px;
	height: 147px;
	margin: 0 auto 7px auto;
	padding: 25px;
	color: #fff;
	font-weight: ;
	border: 0px solid;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	behavior: url(../incs/border-radius.htc);
	top: 23px;
	position: relative;
}

.box2 {
	/*background-position: 95% 50%;*/
	position: relative;
	left: 140px;
	/*width: 300px;*/	
	height: 0px;
	margin: 0 0 0 0;
	padding: 0px;
	}
	
	#rctable2 {
	background: transparent url(../images/1x1_t.png);
repeat top left;
	width: 100px;
	height: 100px;
	margin: 0 auto 7px auto;
	padding: 0px;
	color: #fff;
	font-weight: ;
	border: 2px solid #FFFFFF;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	behavior: url(../incs/border-radius.htc);
	top: 0px;
	position: relative;
}

