th, td {
    padding: 10px;
}
table#base-container {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    position: relative;
}
table#base-container td {
    border: 0px none;
    position: relative;
}
td#content-body-layout {
    padding-bottom: 0px;
}
tr#footer-row td {
    height: 60px;
    text-align: center;
    vertical-align: top;
}
#footer {
    margin-top: 0px;
    padding-top: 0px;
    width: 100%;
}
#content-body {
    width: 100%;
    height: 100%;
}

h1 {
    font-weight: bold;
    font-size: 18pt;
    margin: 10px;
    padding-top: 10px;
    text-align: left;
}
p {
    margin: 15px;
    text-align: left;
}
.close-button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*
#contents-holder {
    width: auto;
    padding: 20px;
    text-align: center;
    min-width: 300px;
}
#content {
    padding: 10px;
}
#content-body {
    min-height: 330px;
    height: auto !important;
    height: 330px;
}
#footer {
    width: auto;
    display: block;
    margin: 0px 20px 20px 20px;
    white-space: nowrap;
    min-width: 300px;
}
h1 {
    font-weight: bold;
    font-size: 18pt;
    margin-bottom: 10px;
    text-align: left;
}
p {
    margin: 15px;
    text-align: left;
}
.close-button {
    margin-top: 5px;
}
*/
/* systemRequirements */
applet {
    vertical-align:middle;
}
div#requirements_list {
    text-align: center;
    margin-top: 25px;
	width: 100%;
	padding: 0px;
}
div#requirements_list table {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-style: solid none;
    border-width: 1px;
}
div#requirements_list table th, div#requirements_list table td {
    border-width: 1px;
    border-color: #333333;
    border-style: solid none;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}

.result { display: none; }
.result-ok { color: rgb(0, 170, 170); }
.result-ng { color: rgb(255, 0, 0); }


/* contract info */
div#contents_msg{
    height:550px;
    width:98%;
    overflow-y:scroll;
}

/* faq */
div#faq_list {
    height:550px;
    width:98%;
    overflow-y:scroll;
}
ul#title_link {
    /*margin: 20px 5px 20px 50px;*/
    margin: 5px 5px 10px 50px;
}
ul#title_link li {
    margin: 5px 0px 5px 0px;
}
hr#width95 {
	width:97%;
	text-align:center;
	margin-left: 10px;
}
div#list_title {
    font-weight: bold;
    padding: 5px;
    margin: 5px 5px 10px 20px;
}
div#list_message {
    margin: 10px 5px 15px 35px;
}
div#list_paragraph_header{
    margin: 5px 5px 5px 35px;
}
ol#list_message_ol {
    margin: 10px 5px 15px 60px;
}
ul#list_message_ul {
    margin: 10px 5px 15px 60px;
}

