﻿body {
}


.button_classA
{
   border: 1px solid #CCCCCC;
    color: Black;
    float: none;
    font-family: MS PMincho;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    width: 46px;
}

.button_classB
{
    background-color:Black;
    font-family:MS PMincho;
    font-size:14px;
    font-weight:bold;
    color:White;
    border:1px solid #CCCCCC;
    height:24px;
}

.page
{
    position:fixed;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    background-color:#000000;
    filter:alpha(opacity=55);
    -moz-opacity:.55;
    opacity:.55;
    z-index:50;
 }
 
 .content
 {
     position:fixed;
     background-color:none; 
     border:none;
     z-index:50; 
     left:35%; 
     right:35%; 
     top:20%;
     height:auto;
 }
