@charset "utf-8";
/* CSS Document */
.item {
	clear:both;
	border: 1px solid #eee;
	padding: 10px 10px 25px 10px;	
	margin: 0 10px 10px 10px;
	/* background: #fff url(tpl/questionmark.gif) no-repeat center left; */
	color: #454545; 	
}
.top {
	clear:both;
	border: 1px solid #FFD9D9;
	padding: 10px 10px 25px 80px;	
	margin: 0 10px 10px 10px;
	background: #fff url(top.gif) no-repeat top left;
	color: #454545; 	
}
.item:hover {
	border: 1px solid #ccc;
}


.serial{
	float:left	
}
.item p{
	margin:0px;
}
.item_title{}
.item_content{	
	font-size:14px;
	line-height:20px;	
}
.item_content .normal{
	text-align:center;
}
label.error{
	color:#F00;
	font-size:12px
}
label{
	width:auto
}

.nav{
	text-align:center;
}
.nav span{
	margin-left:10px
}
.nav .highlight{
	font-size:24px;
	font-weight:bold
}

div.err {
	display: none ;
	color:#FF0000; 
	font-size:14px; 
	font-weight:bold
}


div.growlUI { background: url(check48.png) no-repeat 10px 10px }
div.growlUI h1, div.growlUI h2 {
	color: white; padding: 5px 5px 5px 75px; text-align: left
}

.sub td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
