/*
------------------------------
	Impromptu
------------------------------
*/
.jqifade{ /* the color the background screen turns to when the prompt is displayed */
	position: absolute; 
	background-color: #aaaaaa; 
}
div.jqi{ 
	width: 300px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	position: absolute; 
	background-color: #ffffff; /* the back ground color of the promt box */
	font-size: 11px; 
	text-align: left; 
	border: solid 1px #eeeeee;
	border-radius: 10px;
	-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; 
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
}
div.jqi .jqibuttons{ 
	text-align: right; 
	padding: 5px 5px 5px 5px; 
	border: solid 1px #eeeeee; 
	background-color: #f4f4f4; /* the background color of the bar the buttons are on */
}
div.jqi button{
	margin-left:5px;
	padding: 3px 15px;	
	border-right:3px outset #CC0000;	
	border-bottom:3px outset #CC0000;	
	border-top:1px solid  #CC3300;		
	border-left:1px solid #CC3300;
	background-color: #CC0000;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 14px; 
}
div.jqi button:hover{ 			
	border-top:3px inset #CC0000;
	border-left:3px inset #CC0000;		
	border-right:1px solid #CC3300;			
	border-bottom:1px solid #CC3300; 	
	cursor:pointer; 
}
div.jqi button.jqidefaultbutton{
	background-color: #CC0000;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #CC3300;
}
