*{
    margin: 0;
    padding: 0;
    border:none;
}

html{
  height: 100%;
}

body {
  margin: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background: #000;
}

.new_con {
	text-align: left;
	width: 160px;
}

.new_con dt {
	color: #fff;
	font-size: 11px;
}

.new_con dd {
	padding: 0 0 0 10px;
	line-height: 18px;
	background: url(img/icon_w.png) no-repeat 0 0;
}