
/* Detail Page
-----------------------------------------------------------*/
#detailPage{
	width:300px;
	margin: 0px auto 40px auto;
	font-size:12px;
	line-height:150%;
}

.register_btn{
	width:75px;
	height:40px;
	background:url(./images/register_btn.png) no-repeat left top;
	background-size:75px 40px;
	cursor:pointer;
	border:0;
	-webkit-appearance: none;
    border-radius: 0;
}

.login_btn{
	width:150px;
	height:40px;
	background:url(./images/login_btn.png) no-repeat left top;
	background-size:150px 40px;
	cursor:pointer;
	border:0;
	-webkit-appearance: none;
    border-radius: 0;
}
