.measure {
	font-size : 0.8em;
	margin-bottom : 10px;
}
	.measure a {
		text-decoration : underline;
	}
	.measure a:hover {
		text-decoration : none;
	}
	#page_main .measure h2 {
		font-size : 1.2em;
		color : #000;
		border-bottom : 0px solid #cc9;
		margin-top : 10px;
		margin-bottom : 0;
	}
	#page_main .measure .bl {
		border : 1px solid #cc9;
		padding : 4px;
		background-color : #f3f3e3;
		margin-top : 2px;
	}
		#page_main .measure .bl ul {
			list-style : square;
			margin : 0px 0px 0px 7px;
			padding : 0px 0px 0px 7px;
			/*color : #cc9;*/
		}
			#page_main .measure .bl ul li {
			}
	#page_main .measure #id_measure_add_info {
		margin-bottom : 5px;
	}
	#page_main .measure #id_measure_info_list {
	}
		#page_main .measure #id_measure_info_list li {
			margin : 3px;
		}
	#page_main .measure .participants {
	}
		#page_main .measure .participants .list {
			margin-top : 2px;
		}
			#page_main .measure .participants .list a {
				display : block;
				width : 60px;
				height : 60px;
				background : #cc9 no-repeat 50% 50%;
				float : left;
				border : 1px solid #cc9;
				margin-right : 5px;
				margin-bottom : 5px;
			}
				#page_main .measure .participants .list a img {
					display : none;
				}


.comments_list {
	margin-top : 20px;
	width : 520px;
}
	.comments_list .comment {
		margin-bottom : 5px;
		padding-bottom : 5px;
		font-size : 0.8em;
		border-bottom : 1px solid #f3f3e3;
	}
		.comments_list .comment .left {
			float : left;
			width : 120px;
		}
			.comments_list .comment .left .photo {
				width : 60px;
				height : 60px;
				position : relative;
				margin-top : 2px;
			}
				.comments_list .comment .left .photo a {
					display : block;
					width : 60px;
					height : 60px;
					position : relative;
					background-position : 50% 50%;
					background-repeat : no-repeat;
				}
				.comments_list .comment .left .photo img {
					display : none;
				}
		.comments_list .comment .right {
			float : right;
			width : 390px;
			margin-left : 10px;
		}
			.comments_list .comment .right .date {
				color : #666;
				margin-top : 5px;
			}


.add_comment {
	width : 520px;
}
	.add_comment .label {
		float : left;
		width : 130px;
		margin-bottom : 10px;
	}
	.add_comment .field {
		float : left;
		width : 390px;
		margin-bottom : 10px;
	}
		.add_comment .field .info {
			font-size : 0.8em;
			color : #666;
		}
	.add_comment .btn {
		padding-left : 130px;
	}
		.add_comment .btn .msg {
			font-size : 0.8em;
			padding-left : 10px;
			color : #f00;
		}