@charset "utf-8";
/**
 * RSS stylesheet
 * Copyright (C) OKWave.  All rights reserved.
 */
/* ======= loading indicator ======= */
#ajaxLoading {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: white;
  overflow: hidden;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index: 1001;
}
.ajaxLoadingInner {
  position: relative;
  width: 300px;
  text-align: center;
}
.ajaxLoadingMessage {
  margin-top: 20px;
  font-weight: bold;
  color: steelblue;
  font-size: 25px;
}

/* ======= new dialog ======= */
#okwave_ui_dialog {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 320px;
  max-width: 500px;
  z-index: 1002;
  padding: 30px 40px;
  border: 8px solid gray;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#okwave_ui_dialog_message {
  word-break: break-all;
  word-wrap: break-word;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.okwave_ui_dialog_btn {
  display: inline-block;
 /display: inline;
 /zoom: 1;
  width: 100px;
  height: 30px;
  margin: 30px auto 0;
}
.okwave_ui_dialog_btn a {
  display: block;
  height: 100%;
  line-height: 30px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#okwave_ui_dialog_action {
  background: url(../images/common/sprite_leaf_2.gif?Qche1i8sPd) no-repeat 0 -80px;
  margin-right: 10px;
}
#okwave_ui_dialog_close {
  background: url(../images/common/sprite_leaf_2.gif?Qche1i8sPd) no-repeat 0 -115px;
}
#okwave_ui_dialog_mask {
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
  filter: Alpha(Opacity=30);
  background-color: gray;
}

#okwave_ui_dialog_action a:hover {
  background: url(../images/common/sprite_leaf_2.gif?Qche1i8sPd) no-repeat -100px -80px;
  text-decoration: none
}
#okwave_ui_dialog_close a:hover {
  background: url(../images/common/sprite_leaf_2.gif?Qche1i8sPd) no-repeat -100px -115px;
  text-decoration: none
}
