@CHARSET "UTF-8";
#bday, #bmonth, #byear, #eday, #emonth, #eyear{
	font-size: 11px;
}
#bday, #eday{
	width: 40px;
	margin-left: 17px;
}
#bmonth, #emonth{
	width: 70px;
}
#byear, #eyear{
	width: 50px;
}
.cont_div label{
	font-weight: normal;
}
.new_div{
	line-height: 42px;
	float: right;
}
gf{
	font-size-adjust: 
}
.gitem_div{
	position: relative;
	width: 235px;
	height: 180px;
	border-bottom: 1px dashed #dadada;
	border-right: 1px dashed #dadada;
	margin: 0;
	padding: 5px 5px 5px 5px;
}
.gitem_div .gpic_div{
	width: 90px;
	height: 90px;
}
.gitem_div .gnpic_div{
	position: absolute;
	top: 57px;
	left: 57px;
	width: 30px;
	height: 30px;
	background-color: yellow;
	color: #000000;
	font-weight: bold;	
	font-size: 11px;	
	text-align: center;
	z-index: 5;
}
.gitem_div .gdate_div{
	width: 139px;
	margin-left: 5px;
	margin-bottom: 5px;
	min-height: 45px;
}
.gitem_div .gtitle_div{
	width: 100%;
	font-weight: bold;
}	
.gitem_div .gauth_div{
	font-size: 11px;
	width: 100%;
	line-height: 22px;
}
.gitem_div .gcomm_div{
	width: 135px;
	margin-left: 5px;
	line-height: 22px;
}

.gcomm_div .cpic_div, .gcomm_div .gpic_div{
	width: 22px;
	height: 22px;
}
.cpic_div .pic_top_div, .gpic_div .pic_top_div{
	height: 18px;
	color: white;
	text-align: center;
	line-height: 18px;
}
.cpic_div .pic_top_div{
	background-color: #ffd541;
}
.gpic_div .pic_top_div{
	background-color: #9ef906;
}
.cpic_div .pic_btn_div, .gpic_div .pic_btn_div{
	height: 4px;
	width: 22px;
	overflow: hidden;
}
.cpic_div .pic_btn_div{
	background: url(/images/ctoll_small.gif) 15px 0 no-repeat;
}
.gcomm_div a{
	font-size: 11px;
	color: #9e9e9e;
	margin-left: 5px;
	/*text-decoration: none;*/
}
a:hover {
	direction:ltr;
	z-index: 10;
}
a .smpic{
	visibility: visible;
}
a:hover .smpic{
	visibility: hidden;
}

a .bigpic{
	visibility: hidden;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 10;
}
a:hover .bigpic{
	visibility: visible;
}
