@CHARSET "UTF-8";
.jqifade{
 	background-color:#000;
}
div.jqi{
      position: absolute;
      background: #e4e4e4 url('../images/background-impromtu.png') center center repeat-x;
      padding: 10px;
      width: 340px;
      height: 76px;
      margin: 0px;
}
div.jqi .jqicontainer{
      padding: 5px;
	  color: #01b5ff;
	  font-size: 0.8em;
      font-weight: bold;
}
div.jqi .jqimessage{	
      padding: 5px 0px;
      text-align: center;
}
div.jqi .jqibuttons{
	  position: absolute;
	  bottom: 5px;
	  text-align: center;
}
div.jqi button{
      padding: 3px 10px 3px 10px;
      margin: 0 10px; 
}

div.jqi .hidden-link {
	display: none;
}

div.jqi a.jqi-button-round-normal {
	position: relative;
	left: 90px; 	
	display: block;
	float: left;	
	background: #000 url('../images/button-30px.png') -10px 0px no-repeat;
	font-size: 1.4em;
	text-decoration: none;
	vertical-align: middle;
	color: #fff;
	width: 4em;
	line-height: 1.7em;
	height: 1.7em;
	margin: 0px 4px;

}

div.jqi a.jqi-button-round-normal:hover {
	background-color: #444;
	background-repeat: repeat-x;
	text-decoration: none;
}

div.jqi a.only-one-button {	
	left: 125px;
}