/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 500px;
    background-color: #fff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }


/* Fixed posistioning emulation for IE6
 *      Star selector used to hide definition from browsers other than IE6
 *           For valid CSS, use a conditional include instead */
* html .jqmWindow {
*      position: absolute;
*           top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
*           }


/*****************************/

div.jqmAlert { /* contains + positions the alert window */
  display: none;
  position: fixed;
  top: 17%;
  width: 100%;
}

    

div.jqmAlertWindow {
  display: none;
  position: fixed;
  top: 20%;
  left: 20%;

  width: 200px;
  margin-left:  auto;
  margin-right: auto;
  padding: 0 10px 10px;
  background:#111;
  border:1px dotted #FFF;
}

.jqmAlertTitle{
  margin:5px 2px;
  height:20px;
  color:#FFF;
  background:#000;
}
.jqmAlertTitle h1{
  margin:5px 2px;
  padding-left:5px;
  padding:0;
  font-size:14px;
  font-weight:bold;
  color:#FFF;
  float:left;
  height:20px;
}

div.jqmAlertContent{
  text-align:center;
  border-top:px;
  color:#FFF;
  padding:5px 20px 5px;
  margin:5px;
  border:1px dotted #111;
  letter-spacing:0px;
  background:#111 ;
}

/******************************************/


div.jqmNotice img.jqResize {position: absolute; right: 2px; bottom: 2px;}

/* Notice CSS courtesy of;
   Alexandre Plennevaux <alexandre@pixeline.be>,
   Brice Burgess <bhb@iceburg.net> */

div.jqmNotice {
    display: none;
    position: relative;
    width: 400px; 
    margin: 200px 200px 200px 200px; 
    background:#fff 5px 5px no-repeat;
    border: 1px solid #000;
    padding: 5px;
}

.jqmnTitle{margin: 0 25px;}
  
.jqmnTitle h1{
  margin: 5px 0;
  padding-left:5px;
  width: 100%;
  
  font-size:10px;
  color:#FFFFCC;
  background-color:#505050;
}

div.jqmNotice .jqmClose {
  position: absolute;
  cursor: pointer;
  right: 4px;
  top: 6px;
}

.jqmnContent{
  border-top:1px;
  color:#000;
  padding:0 20px 5px;
}
