@charset "utf-8";
/* CSS Document */
.testwrap{
  margin: 10px 0;
  border: 1px #cccccc solid;
  padding: 10px;
  clear: both;
  height: auto;
  overflow: hidden;
  background-color: #F1F1F1;
}
.testwrap .form-row{
  margin-bottom:10px;
}
.title_row{
	width:20%;
	float:left;
}
.authorcontent{
	width:80%;
}


