/**
 *
 * jQuery plugin: Popup 1.0
 *
 * Copyright (c) 2008 Yves Bresson
 * www.ybresson.com
 *
 * Default styles
 *
 */

#popup    { background-color: #549203; padding: 8px; position: fixed; z-index: 999; top: 200px; left: 400px; width: 400px; _position: absolute; display: none }

#popup_bg   { background-color: #fff; border: solid 1px #cecece; position: fixed; z-index: 888; top: 0; left: 0; width: 100%; height: 100%; _position: absolute; display: none }

#popup_title    { color: #ffffff; font-weight: bold }

#popup_close    { background: url(/scripts/jquery/popup/close-off.png) no-repeat; position: absolute; right: 10px; width: 14px; height: 14px; cursor: pointer  }
#popup_close:hover {
  background: url('close.png') no-repeat;
}

#popup_message   { background-color: #ffffff; margin-top: 5px; padding: 12px }

