/*#SexyAlertBox-Box {
  padding-bottom: 24px;
  background: url('images/bg-bubble-bottom.png') bottom left no-repeat !important;
  background: url('images/bg-bubble-bottom.gif') bottom left no-repeat;
}

#SexyAlertBox-InBox {
  padding-top: 15px;
  background: url('images/bg-bubble-top.png') top left no-repeat !important;	
  background: url('images/bg-bubble-top.gif') top left no-repeat;	
}*/

#SexyAlertBox-BoxContent {
  background: url('../../images/bubble_animation1.png') no-repeat;
  width:700px;
  height:700px;
  position:absolute;
  top:-350px;
  left:-150px;
  
/*  background: url('images/bg-bubble-body.gif') top left repeat-y;*/
/*  padding: 0px 20px;*/
}

#SexyAlertBox-BoxContenedor {
	width:310px;
  padding: 0px 10px 5px 20px;
  text-align: center;
  vertical-align:middle;
  font-family:"Comic Sans MS", cursive;
  font-size:18px;
  color:#555;
  text-transform:uppercase;
  position:absolute;
  top:325px;
  left:175px;
 
}

#SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h2,#SexyAlertBox-BoxContenedor h3,#SexyAlertBox-BoxContenedor b,#SexyAlertBox-BoxContenedor strong{
  text-align: center;
  font-family:"Comic Sans MS", cursive;
  font-size:18px;
  color:#555;
  text-transform:uppercase;
  line-height:28px;
/*	margin:0px;
	padding:0px;
*/  vertical-align:middle;
margin-top:50px;
}

#BoxAlertBtnOk{
  display: none;
}

#SexyAlertBox-Buttons input {
  margin: 10px 10px;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
}
/*
#SexyAlertBox-Box .BoxAlert {
  background: url('images/dialog-warning.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxConfirm {
  background: url('images/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxPrompt {
  background: url('images/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxInfo {
  background: url('images/dialog-information.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxError {
  background: url('images/dialog-error.png') top left no-repeat;
}
*/


.titlePop1 {
		font-family:"Comic Sans MS", Arial, cursive;
		font-size:16px;
		color:#F93;
}

.titlePop2 {
	font-family: Arial, cursive;
		font-size:14px;
		color:#3C0;
		font-weight:bold;
}

.titlePop3 {
		font-family: Arial, cursive;
		font-size:13px;
		font-weight:bold;
		color:#000;
		text-align:left;	
}

.titlePop3 img {
		padding-left:10px;
		vertical-align:middle;
}

.icon img {
	float:left;
	padding:5px 5px 5px 0px;
}

#BoxOverlay{
  background-color: #FFFFFF;
}
