/* Share window */
#shareOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #000;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 10000;
}

#shareWindow {
  position: fixed;
  top: 210px;
  left: 50%;
  width: 30em;
  margin: 0 0 0 -23em;
  z-index: 10001;
  opacity: 1;
  display: none;
  text-align: left;
  overflow: visible;
  background: none repeat scroll 0 0 #333333;
}

#shareWindow a {
  color: #CCCCCC;
}

#shareWindow p {
  margin:0;
  padding:0;
}

.accordion h4 {
  background: none repeat scroll 0 0 #333333;
  border-bottom: 1px solid #666666;
  border-top: 1px solid #666666;
  cursor: pointer !important;
  display: block;
  padding: 6px 13px 3px 28px;
  margin: 1px 0;
}

.accordion div.content {
  padding: 1em;
  background: #333333;
}

#shareWindow #sharebox_status {
  background: #333333;
  padding: 1em;
  margin: 0;
  font-weight: bold;
}

#shareWindow form {
  overflow: hidden;
}

#shareWindow textarea,
#shareWindow input.text {
  width:96%;
  margin:3px 0 7px;
  padding:2px;
  border:1px solid #4C4C4C;
  background:#101010;
  color: #F1F1F1;
}

#shareWindow textarea:hover,
#shareWindow input.text:hover {
  border:1px solid #666;
}

#shareWindow input.button {
  float: right;
  margin: 0;
  padding: 0;
  outline: 0;
}

#shareWindow p.close {
  position: absolute;
  top: -1.2em;
  right: 0;
  text-align: right;
}

#shareWindow p.close a {
  background: #101010;
  line-height: 1em;
  margin: 0;
  padding: .4em .5em;
  text-decoration: none;
  color: #CCCCCC;
  display:block;
}

input#medialink {
  padding:2px;
  width:96%;
}


#share_button  {
  display: block; 
  width: 192px;
  height: 42px;
  margin: 0 0 15px auto;
  float: right;
}

#share_button span,
#share_button span {
  height: 34px;
  padding-top: 8px;
}

#share_button span.buttonText .buttonImage {
  background: url("../images/frontend/buttons/share-sprite.png") no-repeat scroll 0 0 transparent;
  height: 30px;
  width: 25px;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

#share_button:hover span.buttonText .buttonImage {
  background: url("../images/frontend/buttons/share-sprite.png") no-repeat scroll 0 -30px transparent;
}

#share_button:active span.buttonText .buttonImage {
  background: url("../images/frontend/buttons/share-sprite.png") no-repeat scroll 0 -60px transparent;
}


