div.block.block-block.with_notification {
  position: relative;
}

div.block_notification_links {
    background-color: #FFFFFF;
    display: none;
    font-size: 0.75em;
    padding: 0 2px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 40;
}

div.block.with_notification:hover div.block_notification_links {
	display: block;
}

.block_notification_links .subscribe { 
  background: url("../images/email.png") no-repeat scroll left top transparent;
  cursor: pointer;
  float: left;
  height: 32px;
  position: absolute;
  right: 0px;
  width: 32px;
}

.block_notification_links .unsubscribe { 
  background: url("../images/unemail.png") no-repeat scroll left top transparent;
  cursor: pointer;
  float: left;
  height: 32px;
  position: absolute;
  right: -10px;
  width: 32px;
}

#TB_window {
  z-index: 2000 !important;
}

#error_msg {
  display: none;
}

div.block.with-block-editing.with_notification div.edit {
  right: 70px;
}

#TB_window .unsubscribe {
    background: none repeat scroll 0 0 #E0E0E0;
    border: 1px solid #AAAAAA;
    clear: both;
    cursor: pointer;
    /*display: inline;*/
    /*float: right;*/
    height: 18px;
    padding: 0 15px;
    width: 70px;
}

div.description {
  padding-bottom: 5px;
  padding-top: 5px;
}

.gray {
  color: gray;
}
#subscription_form #edit-submit {
  margin-bottom: 20px;
  width: 100px;  
}

#subscription_form .intro_text,
#unsubscription_form {
  margin-top: 5px;
}