.styledPopup {
    z-index:1000;
}
canvas {
    z-index:999;
}
 .likeAddFavOuter{
   position: relative;
 }
 
 .likeAddFavOuter .button_bar a:hover{
   color: #ffffff;
 }


 .styledPopup .closeLink{
   cursor: pointer;
   width: 30px;
   height: 30px;
   top: -13px;
   right: -13px;
   z-index: 200;
   position: absolute;
   background-image: url(/img/msgv/widgets/btn_close_round.png);
 }


 .likeAddFavOuter .styledPopup{
  visibility: hidden;
  position: absolute;
  font-weight: bold;
  padding: 50px;
  padding-left: 100px;  
   padding-right: 100px;
  background-color: #eeeeee; 
  color: #363636;
}

.styledPopup p{
   color: #363636;
}

.styledPopup .buttons{
 overflow: auto;
 margin-left: auto;
 margin-right: auto;
 width: 200px;
}

.styledPopup .button{
 width: 80px;
 height: 30px;
 margin-right: 10px;
 margin-top: 10px;
 text-align: center;
 cursor: pointer;
 color: #434343;
 background-color: #ffffff;
 float: left;
}

.styledPopup .button .text{
 display: block;
 padding-top: 6px;
}
.styledPopup .button{
 background:  url(/img/msgv/widgets/modal_button_bg.gif) right;
}

.styledPopup .button:hover{
   background-position: left;
}

.styledPopup .errorMessages{
 display: none;
 margin-top: 5px;
 margin-bottom: 5px;
}

.likeAddFavOuter .favoritePop,
.likeAddFavOuter .loginPop{
 width: 200px;
}

.likeAddFavOuter .sharePop{
 width: 275px;
}

.likeAddFavOuter .sharePop h1{
 font-size: 150%;
 color: #363636;
}

.likeAddFavOuter .sharePop .label{
 float: left;
 width: 100px;
}

.likeAddFavOuter .sharePop .row{
 clear: both;
 overflow: auto;
 width: 100%;
 padding-top: 4px;
 padding-bottom: 4px;
}

.styledPopup .centeredButton{
  float:none;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
}
.styledPopup label {
    display: block;
}
.styledPopup input.send {
    background: transparent url(/img/msgv/send.png) no-repeat;
    height: 30px;
    width: 65px;
    border: none;
    margin-top: 10px;
}

.styledPopup input.send:active {
    background: transparent url(/img/msgv/send.png) no-repeat -65px 0;
}

.styledPopup .done {
    background: transparent url(/img/msgv/done.png) no-repeat;
    height: 30px;
    width: 66px;
    border: none;
    margin-top: 10px
}

.styledPopup .done:active {
    background: transparent url(/img/msgv/done.png) no-repeat -66px 0;
}
