/*
------------------------------
	Impromptu's
------------------------------
*/
.jmpfade{
	position: absolute; 
	background-color: #aaaaaa; 
}
div.jmp{ 
	width: 280px; 
	font-family: Arial, Helvetica, sans-serif; 
	position: absolute; 
	background-color: #f4f2e6; 
	font-size: 11px; 
	text-align: left; 
	border: solid 1px #92a4b0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}
div.jmp .jmpcontainer{ 
	font-weight: bold; 
}
div.jmp .jmpclose{ 
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #bbbbbb; 
	font-weight: bold; 
}
div.jmp .jmpmessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
}
div.jmp .jmpbuttons{ 
	text-align: right; 
	padding: 5px 0 5px 0; 
	border: solid 1px #eeeeee; 
	background-color: #f4f2e6;
}
div.jmp button{ 
	padding: 3px 10px; 
	margin: 0 10px; 
	background-color: #2F6073; 
	border: solid 1px #f4f4f4; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jmp button:hover{ 
	background-color: #728A8C;
}
div.jmp button.jmpdefaultbutton{ 
	/*background-color: #8DC05B;*/
	background-color: #BF5E26;
}
.jmpwarning .jmp .jmpbuttons{ 
	background-color: #f4f2e6;
}


