

#diplay_debug {
    width   : 90% ;
    height   : 200px ;
    position    : fixed ;
    bottom    : 0 ;
}

table#itemList {
	width: 90%;
}
table#itemList th {
	width: 30%;
	padding: 3px 10px;
	background: #FAFAFA;
	border-bottom: 1px dotted #CCC;
}
table#itemList td {
	width: 70%;
	padding: 3px 10px;
	border-bottom: 1px dotted #CCC;
}
table#itemList td.title {
	font-size: 14px;
	padding: 3px 10px;
	border: 1px solid #EEEEEE;
	background: #FFFFCC;
}
table#itemList td.none {
	border-bottom: none;
}
table#itemList td.button {
	text-align: center;
}
table#itemList img {
	min-width:20%;
	width:100%;
	max-width: 100%;
}

.pager {
    margin  : 10px ;
}

table#itemList td.delimiter {
    border-bottom   : 2px solid silver ;
}

table.form_input , table.form_confirm  {
    width   : 90% ;
    border  : 1px solid silver ;
    margin  : 10px ;
}

#formBtn {
    text-align  : center ;
}   

#error , .error {
    color   : red ;
}

table.form_input th , table.form_confirm th {
    background  : #eee ;
    text-align  : left ;
}

table.form_input th span.input_necessary, table.form_confirm th span.input_necessary{
    font-size   : 90% ;
    color   : silver ;
}
