#fadeinbox
{
font-size:75%;
position:absolute;
width: 570px;
height: 480px;
top: -300px;
border: 7px solid blue;
background-color: #ffffcc;
z-index: 100;
visibility:hidden;
}

#fadeinbox_top
{
padding: 10px;
background-color: #ffffcc;
text-align: center;
}

#fadeinbox_form
{
background-color: #ffffcc;
line-height: 200%;
}

#close
{
background-color: #ffffcc;
text-align: center;
margin-top: 20px;
margin-bottom: 10px;
}

#fadeinbox_form table
{
background-color: silver;
border-style: solid;
border-color: black;
border-collapse: collapse;
margin-left: 10px;
margin-right: 10px;
width: 550px;
}

#fadeinbox_form td
{
border-color: white;
}

.ime_active
{
ime-mode:active;
}

.ime_disabled
{
ime-mode:disabled;
}
.right {
	text-align: right;
}
.font_bold {
	font-weight: bold;
}
.font_red {
	color: #FF0000;
	font-weight: bold;
}
.font80 {
	font-size: 80%;
}

