html, body { height: 100%; }

/** Span link **/
span.link { color: #494949; border-bottom: 1px dashed #999; cursor: pointer; }
span.link:hover { color: #494949; border-bottom: 1px dashed #494949; }

/** Subscriptions **/
#boxSub {
  display: none;
  width: 230px;
  text-align: center;
  border: 1px solid #bbb;
  padding: 8px;
  position: absolute;
  margin-top: -20px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 6px 20px #bbb;
  -moz-box-shadow: 3px 6px 20px #bbb;
  box-shadow: 3px 6px 20px #bbb;
} 

#boxSub fieldset { border: none; padding-bottom: 5px; padding-right: 14px; }
#boxSub input[type=text] { margin-bottom: 4px; width: 100%; }
#boxSub .success { font-size: 12px; }

/** Inputs **/
input.default { color: #aaa; }
input.error { color: red; }

/** iBox **/
.ibox { border: 1px solid #bababa; background: white; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

/** iBox content **/
.ibox .content { padding: 8px; font-size: 14px; }
.ibox .content .sub-groups { text-align: left; }
.ibox .content .sub-groups ul { list-style: none; }
.ibox .form { padding: 8px 0px 6px 0px; font-size: 14px; }

/** iBox buttons **/
.ibox .buttons { width: 100%; border-top: 1px solid #b0b0b0; height: 43px; }
.ibox .buttons .button { height: 43px; float:left; text-align:center; background-color:#009d0d; font-size:16px; color:white; text-shadow:0px -1px 1px #444; cursor:pointer; }
.ibox .buttons .button:active { text-shadow:none; }
.ibox .buttons .button div { padding-top:11px; }
.ibox .buttons .button:active div { padding-top:10px; }

.ibox .buttons .submit div { padding-top: 0px; margin-top: -1px; }
.ibox .buttons .submit:active div { padding-top: 0px; }

.ibox .buttons .left { -webkit-border-bottom-left-radius: 9px; -moz-border-radius-bottomleft: 9px; border-bottom-left-radius: 9px; border: none; }
.ibox .buttons .right { -webkit-border-bottom-right-radius: 9px; -moz-border-radius-bottomright: 9px; border-bottom-right-radius: 9px; border: none; }

.ibox .buttons .red { background-color: #cd2a27; background: url('/img/admin/buttons/red-bg.png') repeat-x; }
.ibox .buttons .red:active { background-color: #f34f41; background: url('/img/admin/buttons/down-bg.png') repeat-x; }
.ibox .buttons .green { background-color: #009d0d; background: url('/img/admin/buttons/green-bg.png') repeat-x; }
.ibox .buttons .green:active { background-color: #45c33c; background: url('/img/admin/buttons/down-bg.png') repeat-x; }

/** iBox inputs **/
.ibox .input { text-align: left; padding-left: 8px; padding-right: 8px; }
.ibox .input label { float:left; width: 60px; text-align: left; font-weight:bold; margin-top: 2px; }
.ibox .text input, .ibox .password input { width: 256px; border: none; font-size: 17px; padding-left: 5px; padding-right: 5px; }

.ibox .line { width: 100%; border-bottom: 1px solid #b0b0b0; margin-bottom: 4px; margin-top: 4px; }

/** Message **/
.message { margin-bottom:-28px; width:100%; background: #bc2328; color: white; text-align: center; padding:4px 0px 4px 0px; border-bottom: 1px solid #99080a; text-shadow:0px -1px 1px #444; }