@charset "utf-8";
/* CSS Document */

div.qsBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

div.qsContainer {
	margin-left: 10px;
}
div.qsContainer h2, div.qsContainer h3 {
	clear: both;
	margin-top: 5px;
	margin-bottom: 15px;
}

div.qsSubContainer {
	margin-left: 40px;
	margin-bottom: 15px;
}

img.floatLeftClear { 
    float: left; 
    clear: left; 
	margin-right: 20px;
	margin-bottom: 10px;
}

img.floatRightClear { 
    float: right; 
    clear: right;
    margin-left: 5px; 
	margin-top: 5px;
}

table {
	color:#FFF;
	border:1px dashed #333333;
}

table td {
	width:33%;
	background-color:#CCC;
	line-height:2em;
}

table .active {
	color:#333;
}

.remarkBox {
	width:500px;
	border:1px solid #000000;
	background-color:#CCC;
	padding: 15px;
	margin-bottom: 20px;
}