a {
  color: #cd04aa;
  background-color: transparent;
  text-decoration: underline;
}
a:hover {

}
a img {
  border: 0;
}
p {
  margin: 0 0 1em 0;
}

strong {
  font-weight: normal;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.lineheight-x { line-height: 1.4em; }
.lineheight-xx { line-height: 1.6em; }
.float_left { float: left; display: inline; }
.float_right { float: right; display: inline; }
.fontbigger { font-size: 1.1em; line-height: 1.2em; }
.fontbigger-x { font-size: 1.2em; line-height: 1.2em; }


.notice { position: relative; color: #000; background-color: #edf3fd; padding: 8px 40px; margin: 0 0 1em 0; border-top: 1px solid #b2c7df; border-bottom: 1px solid #b2c7df; text-align: left; }
.notice.notice_global{ position: relative; z-index: 10; min-width: 640px; max-width: 860px; border: 0; margin: 0 auto 1em auto; padding: 7px 30px; font-size: 150%; line-height: 1.2em; background: #f5dbe7 url(../images/ico/information.png) no-repeat 10px 7px; color: inherit; -moz-border-radius: 0 0 5px 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; }
.notice a { color: #000; background-color: transparent; }
.notice.ok { color: #000; background: #edffe1 url(../images/ico/ok.png) no-repeat 15px 0.7em; border-top: 1px solid #bdd8bd; border-bottom: 1px solid #bdd8bd; }
.notice.warning { color: #000; background: #fdffcb url(../images/ico/warning.png) no-repeat 15px 0.7em; border-top: 1px solid #fcd41d; border-bottom: 1px solid #fcd41d; }
.notice.error { color: #c33; background: #ffebe2 url(../images/ico/error.png) no-repeat 15px 0.7em; border-top: 1px solid #fecfc1; border-bottom: 1px solid #fecfc1; }

div.notice .close, div.notice_global .close { position: absolute; cursor: pointer; right: 9px; top: 9px; color: #333; background-color: transparent; font-weight: bold; font-size: 0.9em; line-height: 1.2em; }


.spacer {
  margin: 0.5em 0;
  height: 3px;
  background: #ccc;
  overflow: hidden;
}

.pagination {
  overflow: hidden;
  position: relative;
  margin: 2em 0 0 0;
  padding: 5px 0;
  text-align: center;
}
  .pagination .page {
    margin: 0 2px;
    padding: 3px 7px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #000;
    background-color: #eee;
    vertical-align:  bottom;
  }
  .pagination .current {
    font-weight: normal;
    background-color: #fff;
    color: inherit;
  }

form {
  margin: 0;
  padding: 0;
}
input, select, textarea {
  font-size: 1em;
  font-family: inherit;
}
.fieldbox {
  border: 1px solid #f3f3f3;
  background: #f8f8f8 url(../images/fieldbox_bg.gif) repeat-x 0 0;
  color: inherit;
  padding: 2px;
  -moz-border-radius: 5px 5px 0 0; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
}
.fieldbox.wide {
  width: 98%;
}
.button {
  overflow: visible;
  cursor: pointer;
  background: #fff;
  color: #777;
  border: 1px outset #ccc;
  padding: 1px 10px;
  font-size: 1em;
  font-weight: normal;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
  -moz-box-shadow: 1px 2px 2px;  -webkit-box-shadow: 5px;
}
a.button {
  text-decoration: none;
  line-height: 1.5em;
}

.button_fan, .button_unfan {
  overflow: visible;
  text-align: center;
  cursor: pointer;
  background: #CECDCE;
  color: #000;
  border: 2px solid #999;
  padding: 5px 0px;
  width: 100px;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.button_unfan {
  background-color: #f5f5f5;
  border-color: #ccc;
}
a.button_fan, a.button_unfan {
  float: left; display: inline;
  text-decoration: none;
}
.button.red {
  background-color: #c00;
  color: #fff;
  border-color: #f00;
}

.form_row {
  margin: 0 0 1em 0;
}
.form_actions {
  margin: 2em 10px 0 0;
}
form .error_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #c00;
  font-size: 11px;
  line-height: 1.2em;
}

.sectitle {
  margin: 0 0 0.3em 0;
  padding: 0;
  font-size: 300%;
  line-height: 1.1em;
  font-weight: normal;
}
