.promptView {
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
	box-shadow: 1px 1px 5px #000000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height:0px;
	z-index:9999;
}

.promptView > section {
	display:none;
	background:#d9edf7;
	padding:10px;
	margin:5px;
	border-color: #bce8f1;
	color: #2e6a87;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:pointer;
	cursor:hand;
}

.promptView > section > img {
	vertical-align:middle;
}