#SexyAlertBox-Box {
    padding-bottom: 24px;
    background: url('bg-box-bottom.png') bottom left no-repeat !important;
    background: url('bg-box-bottom.gif') bottom left no-repeat;
}

#SexyAlertBox-InBox {
    padding-top: 15px;
    background: url('bg-box-top.png') top left no-repeat !important;	
	background: url('bg-box-top.gif') top left no-repeat;	
}

#SexyAlertBox-BoxContent {
    background: url('bg-box-body.png') top left repeat-y !important;
    background: url('bg-box-body.gif') top left repeat-y;
    padding: 0px 20px;
}

#SexyAlertBox-BoxContenedor {
    padding: 15px 25px 20px 100px;
    text-align: left;
    font-family:Verdana;
    font-size:14px;
    color:#000;
}

#SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h2,#SexyAlertBox-BoxContenedor h3,#SexyAlertBox-BoxContenedor b,#SexyAlertBox-BoxContenedor strong{
    text-align: left;
    font-family:Verdana;
    font-size:18px;
    color:#000;
    font-weight:bold;
    margin:0px;
    padding:0px;
	padding-bottom:6px;
}

#SexyAlertBox-Buttons{
    text-align:right;	
}

#SexyAlertBox-Buttons input {
    margin-top: 30px;
	margin-left: 4px;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput {	   
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #7a7a7a;
	width: 150px;
}
#SexyAlertBox-BoxContenedor label {	
	margin-top: 6px;
	float: left;
	width: 95px;
	font-size: 16px;
	font-weight: bold;
}


#SexyAlertBox-Box .BoxAlert {
    background: url('dialog-warning.png') top left no-repeat;
	background-position: 12px 16px;
}

#SexyAlertBox-Box .BoxConfirm {
    background: url('dialog-help.png') top left no-repeat;
	background-position: 12px 16px;
}

#SexyAlertBox-Box .BoxPrompt {
    background: url('nena.gif') top left no-repeat;
	background-position: 12px 16px;
}

#SexyAlertBox-Box .BoxInfo {
    background: url('dialog-information.png') top left no-repeat;
	background-position: 22px 16px;
}

#SexyAlertBox-Box .BoxError {
    background: url('dialog-error.png') top left no-repeat;
}

.closeBox {
	float:right;
	background: url("closeBox.png") top left no-repeat;
	padding-right: 5px;
	width: 16px;
	height: 16px;
	cursor:pointer; cursor; hand;
}
.closeBoxhover {
	float:right;
	background: url("closeBoxhover.png") top left no-repeat;
	padding-right: 5px;
	width: 16px;
	height: 16px;
	cursor:pointer; cursor; hand;
}

.minBox {
	float:right;
	background: url("minBox.png") top left no-repeat;
	padding-right: 5px;
	width: 16px;
	height: 16px;
	cursor:pointer; cursor; hand;
}
.minBoxhover {
	float:right;
	background: url("minBoxhover.png") top left no-repeat;
	padding-right: 5px;
	width: 16px;
	height: 16px;
	cursor:pointer; cursor; hand;
}