@charset "utf-8";
/* 图标 */
.icon_right, .icon_wrong, .icon_exclamation, .icon_help, .icon_email, .icon_email_twinkle, .icon_pencil, .icon_folder, .icon_detailed, .icon_right_big, .icon_wrong_big, .icon_warning_big, .icon_new {
	vertical-align: middle;
	display: inline-block;
}
.icon_right, .icon_wrong, .icon_exclamation, .icon_help, .icon_email, .icon_email_twinkle, .icon_pencil, .icon_folder, .icon_detailed {
	width: 16px;
	height: 16px;
}
.icon_right, .icon_wrong, .icon_exclamation {
	margin: 0 3px 3px 0;
}
.icon_right {
	background: url(images/icon/16x16/right.png) no-repeat;
}
.icon_wrong {
	background: url(images/icon/16x16/wrong.png) no-repeat;
}
.icon_exclamation {
	background: url(images/icon/16x16/exclamation.png) no-repeat;
}
.icon_help {
	margin:2px 0 0 0;
	background: url(images/icon/16x16/help.png) no-repeat;
}
.icon_email {
	background: url(images/icon/16x16/email.png) no-repeat;
}
.icon_email_twinkle {
	background: url(images/icon/16x16/email.gif) no-repeat;	
}
.icon_pencil {
	background: url(images/icon/16x16/pencil.png) no-repeat;
}
.icon_folder {
	background: url(images/icon/16x16/folder.png) no-repeat;
}
.icon_detailed {
	margin:0 0 3px 5px;
	background: url(images/icon/16x16/detailed.png) no-repeat;
}
.icon_right_big, .icon_wrong_big, .icon_warning_big {
	width:36px;
	height:36px;
	margin:0 8px 0 0;
}
.icon_right_big {
	background: url(images/icon/right.png) no-repeat;
}
.icon_wrong_big {
	background: url(images/icon/wrong.png) no-repeat;
}
.icon_warning_big {
	width: 42px;
	background: url(images/icon/warning.png) no-repeat;
}
.icon_new {
	width:23px;
	height:16px;
	margin:0 0 2px 5px;
	background: url(images/icon/new.gif) no-repeat;
}
