/*

/*
------------------------------
	impromptu
------------------------------
*/
.impromptuwarning .impromptu{ background-color: #aaaaaa; }
.impromptufade{
	position: absolute;
	background-color: #ffffff;
}
div.impromptu{
  position: absolute;
	background-color: #E0E0E2;
	padding: 5px; 
	width: 400px;
	text-align: left;
}
div.impromptu .impromptuclose{
  float: right;
  margin: 0 2px 0 0;
  cursor: pointer;
  color: #333333;
  font-weight: bold;
}
div.impromptu .impromptucontainer{
	padding: 5px; 
	color: #ffffff;
}
div.impromptu .impromptumessage{
	padding: 10px;
  color: #333333;
  font-size: 12px;
}
div.impromptu .impromptubuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.impromptu button{
	width: 120px; color: white; background-color: #D3001E; cursor: pointer; font-weight: bold; padding: 3px 0 3px 0; text-align: center;
	margin: 0 10px;
}

div.impromptu textarea{
	width: 370px;
	font-size: 11px;
	height: 400px;
}