	* { border:none; margin:0; padding:0; }
	body {
		background: url(../images/app-detail-bg.gif) repeat-x;
	}
	.ff-lucida {
		font:normal 13px/1.45em "Lucida Sans Unicode", sans-serif;
		text-transform: normal;
		letter-spacing: normal;
	}	
	.page {
		margin:0 auto;
		width:720px;
		position:relative;
	}
	h1 { font:normal 24px/50px Arial, Helvetica, sans-serif; color:#000}
	h1 img { vertical-align:text-bottom}	
	.header {
		height:63px;
	}
	.float-left { width:333px; margin-right:10px; float:left;}
	.float-right { float:right; width:370px; }
	p {}
	/* more detail button */
	a.moredetail {
		margin-top:7px;
		color: #666666; 
		display: block; 
		float: left;
		font-size:12px;
		height: 27px;   
		text-decoration: none;
		line-height: 27px;
	}
	a.moredetail span {
		background: transparent url(../images/moredetailbtn-left.png) no-repeat;
		display: block;
		line-height: 23px;
		padding: 0 5px 4px 0;
		text-indent:8px;
	}
	a.moredetail:hover span {background-position: bottom left; color:#fff;}
	
	/* install button */
	a.install {		
		margin-top:7px;
		color: #fff; 
		display: block; 
		float: left;
		font-size:12px;
		height: 27px;   
		text-decoration: none;
		line-height: 27px;
	}
	a.install span {
		background: transparent url(../images/installnow-left.png) no-repeat right top;
		display: block; 
		line-height: 23px; 
		padding: 0 8px 4px 0; 
		text-indent:8px;
	}
	a.install:hover span {background-position: bottom right;color:#000 !important}	
