.jqifade{
      position: absolute;
      background-color: #aaaaaa;
}
div.jqi{
      width: 400px;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      position: absolute;
      background-color: #ffffff;
      font-size: 11px;
      text-align: left;
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{
      font-weight: bold;
}
div.jqi .jqiclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
			bac
}
div.jqi .jqimessage{
      padding: 5px;
      line-height: 15px;
      color: #444444;
}
div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      /*border: solid 1px #eeeeee;
      background-color: #f4f4f4;*/
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
     /* background-color: #666;
      border: solid 1px #f4f4f4;*/
			background-color:#a4b6c5;
			border-bottom:1px solid #2E3E4B;
			border-right:1px solid #2E3E4B;
			-moz-border-radius:5px 5px 5px 5px;
			-webkit-border-radius:5px 5px 5px 5px;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.jqi button:hover{
      background-color: #666;
}
div.jqi button.jqidefaultbutton{
      /*background-color: #ae4242;*/
			background-color:#5B7B96;
			border-bottom:1px solid #2E3E4B;
			border-right:1px solid #2E3E4B;
			-moz-border-radius:5px 5px 5px 5px;
			-webkit-border-radius:5px 5px 5px 5px;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #ae4242;
}

/* jqsmooth */
.jqismoothfade {
  position: absolute;
  background-color: #333333;
}

div.jqismooth{
  width: 350px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  position: absolute;
  background-color: #ffffff;
  font-size: 11px;
  text-align: left;
  border: solid 3px #e2e8e6;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 7px;
}

div.jqismooth .jqismoothcontainer {
  font-weight: bold;
}

div.jqismooth .jqismoothclose {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  cursor: default;
  text-align: center;
  padding: 2px 0 4px 0;
  color: #727876;
  font-weight: bold;
  background-color: #e2e8e6;
  -moz-border-radius-bottomLeft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-left: solid 1px #e2e8e6;
  border-bottom: solid 1px #e2e8e6;
}

div.jqismooth .jqismoothmessage {
  padding: 10px;
  line-height: 20px;
  color: #444444;
}

div.jqismooth .jqismoothbuttons {
  text-align: right;
  padding: 5px 0 5px 0;
  border: solid 1px #e2e8e6;
  background-color: #f2f8f6;
}

div.jqismooth button {
  padding: 3px 10px;
  margin: 0 10px;
  background-color: #3976B9; /*#2F6073;*/
  border: solid 1px #f4f4f4;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}

div.jqismooth button:hover, div.jqismooth button.jqismoothdefaultbutton:hover {
  background-color: #7AA6D6;
}

div.jqismooth button.jqismoothdefaultbutton {
  background-color: #3976B9; /*#BF5E26;*/
}

.jqismoothwarning .jqismooth .jqismoothbuttons {
  background-color: #3976B9; /*#BF5E26;*/
}
