body {
   background:#000 url("../image/common_image/midas_bg.jpg") repeat-x;
   border-collapse:collapse;
   scrollbar-arrow-color:#ddb75d;
   scrollbar-base-color:#000000;
   scrollbar-face-color:#000000;
   scrollbar-highlight-color:#333333;
   scrollbar-shadow-color:#000000;
}

div.errbox {
   position: absolute;
   top:  50%;
   left: 50%;
   width:  500px;
   height: 300px;
   margin-left: -250px;
   margin-top:  -150px;
   overflow: auto;
   background-color: #000000;
   color: e3e3e3;
}

div.errbox h1 {
   font-size: 16px;           
   text-align: center;        
   background-color: #ddb75d;
   color: #000000;            
   margin: 10px;              
}

div.errbox p {
   font-size: 14px;
   font-weight:bold;
   margin: 0px;
   padding: 1em;
   line-height: 1.45;
}

div.errbox .small {
   font-size: 12px;
   font-weight: normal;
   color: a8a8a8;
   margin: 0px;
   padding: 1em;
   line-height: 1.45;
}

div.top {
   text-align: left;
   float: left;
}

div.back {
   text-align: right;
}

div.link {
   border-top: 1px solid #444444;
   border-bottom: 1px solid #444444;
   font-size: 12px;
   color:a8a8a8;
   margin: 10px;
   padding:0.5em;
}

div.errbox address {
   text-align: center;
   font-size: 12px;
   color:a8a8a8;
   margin: 1em;
}

a:link {
   color: #a8a8a8;
}
a:visited {
   color: #a8a8a8;
}
a:hover {
   color: #ddb75d;
}
a:active{
   color: #ddb75d;
}