.jqifade{
      position: fixed !important;
      background-color: #000;
}
div.jqi{
      position: absolute !important;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      background-color: #D5C8AA;
      font-size: 11px;
      text-align: left;
      border: solid 1px #6F615E;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 2px;
}
div.jqi .jqicontainer{
      font-weight: bold;
}
div.jqi .jqiclose{
      position: absolute;
      top: 6px;
      right: 6px;
      width: 19px;
      height: 19px;
      cursor: pointer;
      text-indent: -99999px;
      font-size: 0px;
      z-index: 1001;
      background: url(../../images/close.gif) no-repeat;
}
div.jqi .jqimessage{
      padding: 26px 7px 7px;
      line-height: 20px;
      color: #444444;
}
div.jqi .jqibuttons{
      text-align: center;
      padding: 5px 0 5px 0;
}
div.jqi button {
	background: 		url(../../images/layout_v2/input-button-background.png) repeat-x;
	border: 			1px solid #c0ae86;
	font-size: 			10px;
	color: 				#412821;
	padding: 			0px 32px;
	height:				21px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
}
div.jqi button:active {
	background: 		url(../../images/layout_v2/input-button-active-background.png) repeat-x;
}
div.jqi button[disabled], div.jqi button[disabled="disabled"] {
	background: 		url(../../images/layout_v2/input-button-disabled-background.png) repeat-x;
	border:				1px solid #cec0a0;
	color:				#A9935F;
}
div.jqi button.jqidefaultbutton{
/*
      border: 2px solid #3F241D;
      background-color: #DAD3C3;
*/
}
.jqiwarning .jqi .jqibuttons{
      background-color: #E8E0D3;
}
