#loginBox {
	background:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow:1px 1px 1px #ddd;
	-webkit-box-shadow:1px 1px 1px #ddd;
	-moz-box-shadow:1px 1px 1px #ddd;
	margin:140px auto 0 auto;
	padding:28px;
	width:470px;}

#loginBox dl,
#loginBox p {
	margin-bottom:14px;
}

#loginBox dt,
#loginBox dd {
	float:left;
}

#loginBox dt {
	width:84px;
	margin-right:14px;
	text-align:right;
	padding-top:4px;
}

#loginBox dd {
	width:294px;
}

#loginBox dd input[type="text"],
#loginBox dd input[type="password"] {
	width:275px;
}

.loginLogoImg {
	background:url(../img/logo.png) no-repeat;
	height:200px;
	margin:0 auto 20px auto;
	text-indent:-9999px;
	width:300px;

}

#productInfo {
	margin-top:120px;
	text-align:center;
}

#pdName {
	margin-bottom:10px;
}

#technoLogo {
	margin-bottom:20px;
}
