.res_title {
  text-align: center;
  font-weight: bold;
}
.que {
	clear: both;
	float: left;
  margin: 10px 0 0 0; 
  /* border: 1px solid #f7f7f7; */
}
.inp {
	clear: both;
	float: left;
  width: inherit;
  /* border-top:1px solid #CCCCCC;
  background: none repeat scroll 0 0 #eeeeee;*/
}
.cans_user img {
  height: 32px;
  width: 32px;
}
.ans_cmt {
	clear: both;
	float: left;
        width: 100%;
}
.ans_cmt .cans_data {
        clear:both;
	float:right;
	padding-left: 5px;
	padding-right: 5px;
        margin-right: 10px;
        width:85%;
}
.ans_cmt .cans_comment_odd {
	clear:both;
	float:left;
	/*background: none repeat scroll 0 0 #e5e5e5;*/
	padding:10px 0px 10px 40px;
	/*border: 1px solid #e5e5e5;*/
  border-top:1px solid #CCCCCC;
}
.ans_cmt .cans_comment_even {
	clear:both;
	float:left;
	padding:10px 0px 10px 40px;
	/*background: none repeat scroll 0 0 #cccccc;
	border: 1px solid #e5e5e5;*/
  border-top:1px solid #CCCCCC;
}
.cans {
	clear: both;
	float: left;
        border-top:1px solid #CCCCCC;
	margin: 10px 0 0 0; 
	padding: 10px 0 10px 0; 
        width: 100%;
}
.cans .cans_data {
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}
.cans_user {
	float:left;
	padding-left: 10px;
	padding-right: 0px;
	text-align: center;
}
.cans_time {
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}
.cans_tup {
	float:left;
	padding-left: 10px;
	padding-right: 10px;
  cursor: pointer;
}
.cans_tdn {
	float:left;
	padding-left: 0px;
	padding-right: 10px;
  cursor: pointer;
}
.inp img {
  /*height: 300px;*/
}
.tup_c {
  float: left;
}
.tdown_c {
  float: left;
}
.floatL {
  float: left;
}

.ans{
  clear: both;
  float: left;
  font-size: 11px;
  max-height: 300px;
  height: expression( this.scrollHeight > 299 ? "300px" : "auto" );
  overflow-y: auto;
}


div.mainmenu {
    position: absolute;
    left: 10px;
    top: 150px;
    font-weight: bold;
    z-index: 1;
}

div.menu {
    float: right;
    margin-left: 10px; 
}

div.popup span:hover { background-color: #96f; cursor: pointer; }
div.menu:hover div:first-child { border-bottom: none; }
div.menu div.popup { display: none; }
div.menu:hover div.popup { 
    display: block; 
    background-color: #99f;
    z-index: 10000;
    position: absolute;
}


div.menu div {
    width: 190px;
    background-color: #66f;
    padding: 5px;
    }


div.popup div, div.popup span { display:block; text-decoration: none; padding: 2px 2px 2px 5px; }
div.popup div , div.popup span { padding: 5px; } 

div.content {
    position: absolute;
    left: 20px;
    top: 195px;
    border: 1px dashed gray;
}

.commrow {
      font-size:1em;
      width:95%;
      background: #ddd;
      margin: 2px;
      padding: 3px;
  }

.ans {
  width: 100%;
}

