html, body, form, div#MainPage {
	height: 100%;
}
table#base-container {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    position: relative;
}
table#base-container td {
    border: 0px none;
    position: relative;
}
table#MainRowTable {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
tr#main-row {
    height: 100%;
}
tr#main-row td#main-row-main {
    vertical-align: top;
	/*height: 70%;*/
	height: 70vh;
}
td#main {
	height:100%;
}
iframe {
	height: 100%;
}
/*
table#MainRowTable {
	height: 100%;
}
table#MainRowTable tr {
	height: 100%;
}
*/

tr#language-row td {
    height: 40px;
    text-align: right;
    vertical-align: bottom;
}
tr#header-row td {
    height: 50px;
    text-align: center;
    vertical-align: bottom;
}
tr#footer-row td {
    height: 70px;
    text-align: center;
    vertical-align: top;
}
tr#main-row {
    height: auto;
    position: relative;
}
#login-area {
    width: 100%;
    margin-bottom: 5px;
    position:relative;
}
table#login-area td {
    height: 50px;
}
#footer {
    margin-top: 5px;
    width: 100%;
}
td#main {
    width: auto;
    min-width: 623px;
    min-height: 400px;
    position: relative;
}
td#sidebar-area {
    width: 260px;
    padding-left: 5px;
    height: 100%;
}
#sidebar {
    width: 260px;
    height: 100%;
    position: relative;
}
td.side-space {
    width: 50px;
}
#loginform, #loginsuccess {

    /*width: 690px;
    height:47px;*/
    /*display:table-cell;*/
    text-align: right;
    vertical-align: middle;
    /*float:right;*/
}
td.loginsuccess {
text-align:right;vertical-align:middle;
/*
    position:absolute;
    top:50%;
    right:15px;
    margin-top: -13px;
    height:47px;
    display:table-cell;
    vertical-align:middle;*/
}
iframe#main-content {
    width: 100%;
    height: 100%;
    min-width: 623px;
    min-height: 400px;
    border: 1px solid;
}

input#login-back {
    margin-left: 20px;
}

#langform {
    /*float: right;*/
    text-align: right;
    vertical-align:bottom;
    padding-bottom: 5px;
}
select#language {
    width: 150px;
}
select {
    border: 1px solid #666666;
}
input {
    vertical-align: middle;
}
input.tf {
    margin-left: 10px;
    margin-right: 20px;
    border: 1px solid #666666;
    width: 125px;
    height: 20px;
}
label {
    font-weight: bold;
    font-size: 10pt;
    vertical-align: middle;
}
/* sidebar area */
div#announce-title {
    position: relative;
    text-align: left;
    font-size: 14pt;
    font-weight: bold;
    padding: 10px;
}
div#announce-title img {
    vertical-align: middle;
}
div#announce-content-wrapper {
    /*height: 100%;
    margin-bottom: -150px;*/
    position: relative;
    width: 100%;
    height: 100%;
}
div#announce-content {
    position: absolute;
    min-height: 200px;
    overflow: auto;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin-bottom: 177px;
    /*
    width: 235px;
    height:100%;
    margin-left: 10px
    */

    text-align: left;
    border: 1px solid #333333;
    background-color: #ffffff;
    font-size: 10pt;
}
#announce-layout-link {
    position: absolute;
    bottom: 0;
}
/* for HTML5 version */
/*			.login-radio-mode {
	border: 1px solid;
	background-color: #cccccc;
	color: #ff0000;
}
.login-radio-mode input[type="radio"] {
	-webkit-appearance:none;
	-moz-appearance:button-bevel;
}*/