@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	background-image: url(../images/bg.jpg);
}

#dldiv {
	width: 659px;
	height: 475px;
	margin: 0px auto;
	margin-top: 150px;
	background-image: url(../images/dlbg.jpg);
	background-size: 100% 100%;
}
#smscode {
	padding: 7px 12px;
    width: 92px;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
	margin-left:25px;
}
#dllogo {
	width: 450px;
	height: 100px;
	margin: 0px auto;
	background-image: url(../images/dllogo.png);
}

#dlcontentdiv {
	width: 440px;
	height: 300px;
	/*border:1px solid #FFF;*/
	margin-top: 30px;
	margin: 0px auto;
	color: #dbdbdb;
}

#regdiv {
	width: 450px;
	height: 500px;
	margin: 0px auto;
	margin-top: 100px;
}