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

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow1{
    display: none;
	z-index:100;
    position: absolute;
	width:845px;
	height:180px;
    background-color:#000000;
    color: #999999;
    border: 1px dashed #1380a1;

    padding: 12px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:12px;

}
.jqmWindow1 a, .jqmWindow2 a {
 
  color:#1380a1;
  font-weight:normal;
  
  

}
.output {
 
  color:#ff3333;
  font-weight:normal;
  vertical-align:bottom;
  margin-bottom:0px;
  
}
.jqmWindow1 h5 {
 
  color:#000000;
  text-indent:0px;
  margin-left:-2px;
  padding-bottom:10px;

  
}
.jqmWindow1 .jqmClose,.jqmWindow2 .jqmClose {
  
  float:right;
  clear:right;
  color:#1380a1;
  font-weight:bold;

  
}

.jqmWindow2 {
    display: none;
	z-index:200;
    position: absolute;
	width:845px;
	height:180px;
    background-color:#000000;
    color: #999;
    border: 1px dashed #1380a1;
	
    padding: 12px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:12px;
}


