* {
  margin: 0;
  padding: 0;
}
/*
html, body {
	height: 100%;
}
*/
body, table, div {
    font-size: 12pt;
    font-family: sans-serif;
}
body {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#container {
    width: 100%;
    position: relative;
    text-align: center;
    /*height: 100%;
    min-height: 100%;*/
}
body > #container {
    height: auto;
}
#contents-holder {
    margin-left:auto;
    margin-right:auto;
}
/* common elements */
img {
    vertical-align: middle;
}
a img {
    border: 0px none;
}

/* colors */
.body-style {
	color: #000000;
    background-color: #808080;
}
.contents-style {
    color: #000000;
	background-color: #ffffff;
}



/* common classes */
.round-corner {
    border-radius: 2px;         /* CSS3 */
    -moz-border-radius: 2px;    /* Firefox */
    -webkit-border-radius: 2px; /* Safari,Chrome */
}
.clear {
    clear:both;
    display: none;
}

input.button {
    font-size: 10pt;
    width: 150px;
    height: 24px;
    background-image: url("./images/btn_w150_24_e.png");
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}
ul.errors {
    list-style-type: disc;
    list-style-position: inside;
    text-align: left;
    margin: 5px 0px 5px 10px;
    padding: 5px;
    color: #ffffff;
    background-color: #FE564E;
    font-weight: bold;
}
li.error {
    font-size: 10pt;
}
ul.info {
    list-style-image: url("./images/icon_login_caption.gif");
    /*list-style-type: square;*/
    margin: 15px;
    padding-left: 18px;
    text-align: left;
    line-height: 1.3em;
}
ul.info li {
    font-size: 10pt;
}


/* footer area */
#footer {
    clear: both;
    /*
    position: absolute;
    left: 0px;
    top: 0px;
    */
    /*width: 100%;*/
    display: inline-block;
    text-align: center;
    height: 50px;
    margin-top: 10px;
    background-color: #ffffff;
}

#fujilogo {
    float: right;
    text-align: right;
    display:table-cell;
    vertical-align:middle;
    padding-top: 5px;
    padding-right: 10px;
}
#xmrlogo {
    float: left;
    text-align: left;
    display:table-cell;
    vertical-align:middle;
    padding-top: 5px;
    padding-left: 10px;
}
table#login-area td#companyLogoCell {
	text-align: left;
	vertical-align: middle;
}
#companylogo {
    width: 200px;
    height:47px;
    float:left;
    display:table-cell;
    text-align: left;
    vertical-align:middle;
}
