#appContainer {
	background-color: #eee;
	width : 100%;
	padding-top : 40px;
	padding-bottom : 40px;
}
#adContainer {
	background-color: #909090;
	width : 100%;
	padding : 40px;
}

#shareBlock {
	text-align : center;
	/* white-space:nowrap; */
}
.shareBlockItem {
	margin : 0px 0px 10px 10px; /* T-R-B-L (trouble) */
}

.appBox {
	position : relative;
	width : 80%;
	margin: auto;
	border-collapse: collapse;
	font-family : Helvetica, Arial;
	font-size : 18px;
	color: #7f7f7f;
}

.appBox tr {
	padding:0px;
	margin:0px;
	height : 30px;
}

.appBox td {
	text-align : right;
	padding:5px 5px 5px 5px;
	margin:0px;
	border: 0;
}

.appBox thead td {
	text-align : center;
	margin : 0;
	padding: 0;
}

.textblock {
	margin : auto;
	width:100%;
	min-width : 50px;
	font-family : Helvetica, Arial;
	font-size : 18px;
}


#boxer {
	position : relative;
	width : 80%;
	height : 220px;
	margin : auto;
	background-color : #e2e2e2;
}
#boxerPageA, #boxerPageB {
	position : absolute;
	width : 50%;
	height : 200px;
}
#boxerPageA {
	left: 10px;
	top : 10px;
}
#boxerPageB {
	left: 50%;
	top : 10px;
}
#g_c {
	position : absolute;
	top: 0px;
	left : 0px;
	z-index : 2;
}
#g_t {
	position : absolute;
	top: 0px;
	left : 0px;
}

.currentColor {
	background-color : #6195d8;
}
.text-color-blue {
	color : #6195d8;
}
.toColor {
	background-color : #e795ea;
}
.text-color-pink {
	color : #e795ea;
}