.skin-color-bg{
    background: rgba(0, 0, 0,.6);
    border-top: 1px solid rgba(0, 0, 0, 1);
	color:#CCC

}
.skin-color{
    color: rgba(0,0,0,1);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC
}
.skin-color:hover{
    color: rgb(102, 102, 102);
}

.popup_background {
    z-index: 9999999; /* any number */
  }
  .popup_wrapper {
    z-index: 99999999; /* any number + 1 */
  }
  /* Add inline-block support for IE7 */
  .popup_align,
  .popup_content {
    display: block;
    zoom: 1;
  }

#my_modal:focus  {  outline:none;  }