/*******************************************************************************************************/	
/*******************************************************************************************************/
/* Pop Up*/

#popup_com{
  visibility: hidden;
  border: none;
}

#popup_com a:active,#popup_com  a:focus{
      outline:none;
}


#popup_com_global{
  width: 613px;  
  height: 300px; 
  z-index: 500;
  position: absolute; 
  top: 226px; 
  left: 32%; 
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
}


#popup_com_border_left{
  float: left;
  background-color: #ffc000;
  width: 15px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
}

#popup_com_border_right{
  float: left;
  width: 598px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  background-color: #ffffff;
}

#popup_com_border_right_img{
  background: url(http://www.memowin.com/public/skins/global/images/popup_header_com.gif) no-repeat;
  width: 268px;
  height: 94px;
  margin-top: 38px;
  margin-left: 25px;
}

#popup_com_border_right_text{
  margin-top : 35px;
  margin-left: 64px;
  color: #3d3d3d;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-right: 100px;
  line-height: 18px;
}

.popup_com_orange{
  color: #E89402;
  font-weight: bold;
  font-size: 11px;
}

#popup_com_close img{
  position: relative;
  top: -290px;
  left: 535px;
  border: none;
}
