/* Main Style Sheet for jQuery impromptu */
.jqiwarning .jqi{
      background-color: #b0be96;
}
.jqifade{
      background-color: #000;
}
div.jqi{
      position: absolute;
      background-color: #c0cEa6;
      padding: 10px;
      width: 300px;
}
div.jqi .jqicontainer{
      background-color: #e0eEc6;
      padding: 5px;
      color: #ffffff;
      font-weight: bold;
}
div.jqi .jqimessage{
      background-color: #c0cEa6;
      padding: 10px;
}
div.jqi .jqibuttons{
      text-align: center;
      padding: 5px 0 0 0;
}
div.jqi button{
	cursor:pointer;
	border:none;
	width:54px;
	height:21px;
	border:none;
	display:block;
} 