/*
------------------------------
	Impromptu's
------------------------------
*/
.jqiwarning .jqi{ background-color: #b0be96; }
.jqifade{
	position: absolute;
	background-color: #000000;
}
div.jqi{
	position: absolute;
	padding: 0px; 
	width: 415px;
	height: 380px;
	text-align: left;
	background: #ffffff url(/Sites/calarasi_md/Images/bgH3.gif) repeat-x left top;


}
div.jqi .jqiclose{
    float: right;
    margin: 4px 10px 0 10px;
    cursor: pointer;
	color: #2C6D12;
	font-weight: bold;

}
div.jqi .jqicontainer{
	padding: 0px; 
	color: #ffffff;
}
div.jqi .jqimessage{
	padding: 0px;
}
div.jqi .jqibuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.jqi button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
}

div.jqi div.title {
	text-align: center;
	padding-top: 4px;
	margin: 0px;
	height: 20px;	
	color: #2C6D12;
	font-weight: bold;
	
}

div.jqi div.content {
	font-family: Arial, Helvetica, sans-serif;
	width: 269px;
	margin: 0px;
	color: #a2a2a2;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: normal;

}

div.jqi div.title img {
	margin-top: 1px;
}
