	
	
	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		overflow-x:hidden;
	}

	#home-pgallery-container {
		width:450px;
		height:250px;
		background:url(../images/cara_pgallery_1.png) no-repeat;
	}
	
	#home-latest-msgs-container {
		width:100%;
		padding:5px;
		display:none;
	}
	
	.pgallery-thumb {
		width:30px;
		height:30px;
		margin-left:10px;
		float:left;
		display:inline;
		border:1px solid #fff;
		box-shadow: 1px 1px 2px #999;
		-moz-box-shadow: 1px 1px 2px #999;
	}
	
	#page-disable {
		width:100%;
		height:100%;
		background-color:#fff;
		display:none;
		position:fixed;
		top:0px;
		left:0px;
		z-index:10001;
	}
	
	#msgDiv {
		width:450px;
		height:450px;
		padding:15px;
		background-color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		position:fixed;
		top:0px;
		left:0px;
		z-index:10002;
		border:1px solid #999;
		display:none;
		box-shadow: 1px 1px 2px #999;
		-moz-box-shadow: 1px 1px 2px #999;
	}
	
	#content-body {
		display:none;
	}
	
	#main-col-intro {
		display:none;
	}
	
	#spacer {
		width:100%;
		height:1px;
	}
	
	.clearBoth {
		clear:both;
	}
	
	.subText {
		font-size:9px;
	}
	
	.msg-text {
		font-size:12px;
		color:#666666;
	}
	
	.msg-title {
		font-size:11px;
		color:#999999;
	}