.text {

	font-family: Tahoma, Arial;

	font-size: 10px;



}

input {

	font-family: Tahoma, Arial;

	font-size: 10px;

}

select {

	font-family: Tahoma, Arial;

	font-size: 10px;

}

.demo-show {
  width: 600px;
  height:100px;
  border-top: 1px dotted #386785;
  margin: 1em .5em;
  overflow:hidden;
}
.demo-show h3 {
  margin: 0;
  padding:.7em;
  
  border-right:1px dotted #ccc;
  float:left;
  text-align:left;
}
.demo-show div {
  padding: .5em .25em;
  float:left;
}

.demo-show h3 {
	font-size:10px;
	height:100px;
}

.demo-show div {
	font-size:9px;
	height:100px;
	overflow:auto;
	width:100px;
}