.jqifade {
	position: absolute;
	background-color: #020;
}

.jqimessage fieldset {
	border: 0;
}

div.jqi {
	width: 400px;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #aaa;
	border-radius:  40px 10px 40px 10px;
	-moz-border-radius: 40px 10px 40px 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
	border: 2px solid #333;
}

div.jqi .jqicontainer {
	font-weight: bold;
	border: solid 1px #999;
	-moz-border-radius: 40px 0px 40px 0px;
	border-radius:  40px 10px 40px 10px;
	-webkit-border-radius: 10px;
}

div.jqi .jqiclose {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: default;
	color: #333;
	font-weight: bold;
	text-indent: -10000px;
	height: 16px;
	width: 16px;
	background: url(../images/icons/cancel.png) no-repeat;
}

div.jqi .jqimessage {
	text-align: center;
	padding: 10px;
	line-height: 20px;
	color: #444444;
	overflow: hidden;
}

div.jqi .jqibuttons {
	text-align: center;
	padding: 5px 0 5px 0;
}

div.jqi button {
	background: url('../images/buttons/ok.gif');
	text-indent: -9999px;
	width: 62px;
	height: 24px;
	border: 0;
	margin: auto;
	text-align: center;
}

div.jqi button:hover {
	background-color: #728A8C;
}

div.jqi button.jqidefaultbutton {
	background-color: #BF5E26;
}

.jqiwarning .jqi .jqibuttons {
	background-color: #BF5E26;
}



















.jqigamefade {
  position: absolute;
  background-color: #020;
}

.jqigamemessage fieldset {
  border: 0;
}
div.jqigame object{
	
}
div.jqigame {
  width: auto;
  position: absolute;
  background-color: #ffffff;
  font-size: 11px;
  text-align: left;
  border: solid 1px #aaa;
  -moz-border-radius: 40px 10px 40px 10px;
  -webkit-border-radius: 10px;
  padding: 7px;
  border: 2px solid #333;
}

div.jqigame .jqigamecontainer {
  font-weight: bold;
  border: solid 1px #999;
  -moz-border-radius: 40px 0px 40px 0px
}

div.jqigame .jqigameclose {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: default;
  color: #333;
  font-weight: bold;
  text-indent: -10000px;
  height: 16px;
  width: 16px;
  background: url(../images/icons/cancel.png) no-repeat;
}

div.jqigame .jqigamemessage {
  text-align: center;
  padding: 10px;
  line-height: 20px;
  color: #444444;
  overflow: hidden;
}

div.jqigame .jqigamebuttons {
  text-align: center;
  padding: 5px 0 5px 0;
}

div.jqigame button {
  background: url('../images/buttons/close.gif');
  text-indent: -9999px;
  width: 82px;
  height: 24px;
  border: 0;
  margin: auto;
  text-align: center;
}

div.jqigame button:hover {
  background-color: #728A8C;
}

div.jqigame button.jqigamedefaultbutton {
  background-color: #BF5E26;
}

.jqigamewarning .jqigame .jqigamebuttons {
  background-color: #BF5E26;
}


