#customPromptFullpage input, #customPromptFullpage textarea {
	cursor:text;
	display:block;
	margin:auto;
	width:200px;
}

.box {
	background-image:url(../images/alert_head.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border-bottom:1px solid #6f6e6e;
	padding-top:10px;
}

.head {
	background-color:#bebebd;
	background-image:url(../images/alert_head.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	border-left:1px solid #6f6e6e;
	border-right:1px solid #6f6e6e;
	border-bottom:1px solid #6f6e6e;
	height:19px;
}

.body {
	background-color:#eeeeee;
	background-position:left;
	background-repeat:no-repeat;
	height:72px;
	text-align:center;
	padding-top:10px;
	padding-left:00px;
	border-left:1px solid #6f6e6e;
	border-right:1px solid #6f6e6e;
}

.box a.confirmButton, .box a.cancelButton {
  background: transparent url('../images/buttons/button-left.gif') no-repeat top left;
  display: block;
  float: left;
  font: normal 12px Arial; /* Change 12px as desired */
  line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
  height: 23px; /* Height of button background height */
  padding-left: 9px; /* Width of left menu image */
  text-decoration: none;
  margin-left: 30px;
}

.box a.confirmButton:link, .box a.confirmButton:visited, .box a.confirmButton:active, .box a.cancelButton:link, .box a.cancelButton:visited, .box a.cancelButton:active {
  color: #494949; /*button text color*/
}

.box a.confirmButton span, .box a.cancelButton span {
  background: transparent url('../images/buttons/button-right.gif') no-repeat top right;
  display: block;
  padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

.box a.confirmButton:hover, .box a.cancelButton:hover {
  background: transparent url('../images/buttons/button-left-hover.gif') no-repeat top left;
}

.box a.confirmButton:hover span, .box a.cancelButton:hover span {
  background: transparent url('../images/buttons/button-right-hover.gif') no-repeat top right;
  color: black;
}

.box a.closeButton {
	background-image:url(../images/buttons/chiudi.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:16px;
	height:16px;
	display:block;
	float:right;
	position:relative;
	left:-6px;
}

/*.box a.closeButton:hover {
	background-position:0px -18px;
}*/

.box .buttonBox {
	background-color:#eeeeee;
	border-left:1px solid #6f6e6e;
	border-right:1px solid #6f6e6e;
	padding-top:6px;
	padding-bottom:6px;
}

.box .promptBox {
	background-color:#eeeeee;
	border-left:1px solid #6f6e6e;
	border-right:1px solid #6f6e6e;
}

.box .promptBox input {
	display:block;
	margin:auto;
	width:200px;
}

.box span.little {
	font-size:0.8em;
}

