@charset "utf-8";
/* CSS Document */

.aplaBox{
	display:inline-block;
	width:197px;
}
.aplaBoxBG{
	background:url(../images/aplaBoxLoginMiddle.png);  
	height:inherit;
}
.aplaBoxTop{
	background:url(../images/aplaBoxLoginTop.png) top no-repeat;  
	height:inherit;
}
.aplaBoxBottom{
	background:url(../images/aplaBoxLoginBottom.png) bottom no-repeat;  
	height:inherit;
}
.aplaBoxContent{
	/*padding:7px;*/
}

.aplaBoxTitle{
	font-size:14px;
	font:"Times New Roman", Times, serif;
	color:#006699;
	text-align:center;
	border-bottom:#CCCCCC 1px solid;
	margin-bottom:5px;
}


.aplaBoxForm{
	margin:4px;
}


.aplaBoxLeftFloat{
	float:left;
	margin-right:15px;
	margin-bottom:20px;
}


.aplaBoxRightFloat{
	float:right;
	margin-left:15px;
	margin-bottom:20px;
}

	.aplaBoxHeader{
		margin-bottom:10px;
		color:#FFFFFF;
		font-weight:bold;
		padding-left:10px;
		width:190px;
	}
	
	.aplaBoxHeaderTop{
		line-height:26px;
		height:26px;
		background:url(../images/aplabox_top_header.png) no-repeat;
	}
	
	.aplaBoxHeaderInside{
		margin-top:10px;
		line-height:22px;
		height:22px;
		background:url(../images/aplabox_inside_header.png) no-repeat;
	}

