.jqifade{
      position: absolute;
      background-color: #000;
	  z-index:2000;
	  top:3px;
}
div.jqi{
      width: 560px;
	  height:520px;
      font-family:Arial, "Times New Roman", Times, serif;
      position: absolute;
      
      font-size: 11px;
	  top:-15%;
      text-align: left;
    
      
      padding: 7px;
}
div.jqi .jqicontainer{
      font-weight: normal;
}
div.jqi .jqiclose{
      position: absolute;
      top: 2px; right: 0;
      width: 30px;
			height: 30px; line-height: 30px;
      cursor: default;
      color: #fff;
      font-weight: normal;
	  text-align:center;
	  padding:4px 4px 4px 4px;
	  background:#ff1901;
	border-radius: 50px;
	  cursor:pointer;
}
div.jqi .jqimessage{
      
      line-height: 20px;
      color: #000000;
}
div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 5px 0;
	  position:absolute;
	  display:none;
/**      border: solid 1px #eeeeee;
      background-color: #f4f4f4;**/
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #2F6073;
      border: solid 1px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.jqi button:hover{
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
      background-color: #101c30;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #101c30;
}


div.jqi .left {float:left; width:442px; height:591px; margin:0 20px 0 0;}
div.jqi .right {float:left; width:442px; height:591px;}