.hack-title {
	color:#fff;
	font-size:15px;
	font-family:Arial;
}
.hack-title .howId {
	float:right;
	color:#faff6f;
	border-bottom:dashed 1px #faff6f;
	padding-bottom:0px;
	font-weight:bold;
	cursor:hand; cursor:pointer;
}

.hackPanel {
	background:#3b5998 url(hack/panel_c.gif) repeat-x 0 0;
}
.hackPanel .l {
	background:url(hack/panel_l.gif) no-repeat 0 0;
	width:6px;
	font-size:0;
}
.hackPanel .r {
	background:url(hack/panel_r.gif) no-repeat right top;
	width:6px;
	font-size:0;
}

.hack-input {
	background:url(hack/input_bg.gif) no-repeat 0 0;
	float:left;
	width:383px; height:46px;
}
.hack-inputFocus {
	background-position:0 -46px;
}

.hack-inpuId {
	background:none;
	background:Transparent;
	font-size:20px;
	padding:11px 0 0 55px;
	width:225px;
	border:none;
}

.hack-button {
	background:url(hack/button.gif) no-repeat 0 0;
	width:93px; height:38px;
	cursor:hand; cursor:pointer;
	border:none;
	margin:4px 4px 0 0;
	float:right;
	
}
.hack-button:hover {
	background-position:0 -38px;
}



/* Id Layer */
.idLayer {
	position:absolute;
	margin-top:2px;
	margin-left:-345px;
	width:750px;
	background:#fff url(hack/idLayer_bg.gif) repeat-x center bottom;
	border:dashed 1px #0378d9;
	padding:10px;
}
.idLayer td {
	color:#000;
}
.idLayer ul {margin:0 auto; padding:0;}
.idLayer ul li {
	margin:0;
	padding:6px 0 0 0;
	color:#000;
	font-size:11px;
	cursor:default;
}
