/* h2_titles */
h2{
	font-size:1.3em;
	margin:0px;
	padding-top:5px;
	padding-bottom:2px;
	color:#cc6600;
	font-weight:normal;
	border-bottom: 1.5px solid black;
}
/* h3_subtitles */
h3{ 
	font-size:16px;                
	padding-top:5px;
	font-weight:normal;
	margin-bottom: 5px;
	border-bottom: none;
}
/* header */
header{
	width: 100%;
	height: 47px;
	background-color: #E7E6E6;
	border-bottom: 1px solid #808080;
}
/* function tables */
#tablefun{
	border-collapse:collapse;
}
#tdfun{
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #F8F8F8;
	border:1px solid DimGray;
}
#containerAssemble, #containerAssemble div {
    display: inline;
    float: left;
}
/* others */
#containerAssemble div {
	display: inline;
}
button{
	width: 28px;
	height: 22.5px;
}