
.bootbox-danger .modal-title
{
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.bootbox-danger .modal-body
{
	color: 8C001A;
	margin: auto;
	text-align: left;
	vertical-align: middle;
	
}

.bootbox-success .modal-title
{
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.bootbox-success .modal-body
{
	color: #348017;
	margin: auto;
	text-align: left;
	vertical-align: middle;
	
}
.hidden { display: none; }
.unhidden { 
	display: block; 
	position: absolute; 
	bottom: 100px; 
	right: 580px;
border-radius: 5px;
background: #C0C0C0;
padding: 20px;
width: 800px;
height: 450px;
}
	
	
.bootbox-danger .leftal{
font: bold;
float: left;
width: 175px;
}
