body {
	margin: 0;
}

* {
	font-family: Helvetica;
	font-size: 16px;
}

a {
    color: #336699;
	text-decoration: none;
}

form {
	margin: 0;
}

#wrap2 {
	width: 320px;
	border: 1px solid #000;
	height: 416px;
}

#wrap {
	height: 356px;
	padding: 0 8px;
}

#toolbar {
	background: #c00 url('http://www.zhuantou.org/music/misc/tb.png') repeat-x;
	height: 61px;
	padding: 0 8px;
	margin-bottom: 10px;
}

#title {
	text-align: center;
	height: 18px;
	line-height: 18px;
	padding-top: 3px;
}

#search_wrap {
	margin-top: 5px;
}

#txt_word {
	width: 185px;
}

body[orient="landscape"] #txt_word {
	width: 345px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 2px;
}

.rec {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rec li {
	height: 44px;
	border: 1px solid #e0e0e0;
	border-top: 0;
	padding: 0 8px;
	margin-bottom: -1px;
}

.rec_lite {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rec_lite li {
	line-height: 32px;
	border: 1px solid #e0e0e0;
	border-top: 0;
	padding: 0 8px;
	margin-bottom: -1px;
}

.rec_outer, .rec_inner {
	height: 1px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background: #e0e0e0;
}

.rec_outer {
	margin: 0 2px;
	border-width: 0;	
}

.rec_inner {
	margin: 0 1px;
	border-width: 0 1px;
	background: #fff;
}

.song_title {
	font-size: 18px;
	font-weight: bold;
	padding-top: 4px;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 60px;
}

.song_info {
	font-size: 12px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
}

.song_player {
	width: 54px;
	text-align: right;
	height: 42px;
	position: absolute;
	right: 18px;
	overflow: hidden;
}

.loading_img {
	margin-top: 15px;
}

.player {
	margin-top: 9px;	
}

.pages {
	margin: 10px 0;
	text-align: center;
}

#copy {
	margin: 10px 0;
}
