#SexyAlertBox-Box {
  padding-bottom: 24px;
  background: url('images/bg-box-bottom.png') bottom left no-repeat !important;
  background: url('images/bg-box-bottom.gif') bottom left no-repeat;
}

#SexyAlertBox-InBox {
  padding-top: 15px;
  background: url('images/bg-box-top.png') top left no-repeat !important;    
  background: url('images/bg-box-top.gif') top left no-repeat;    
}

#SexyAlertBox-BoxContent {
  background: url('images/bg-box-body.png') top left repeat-y !important;
  background: url('images/bg-box-body.gif') top left repeat-y;
  padding: 0px 20px;
  width: 450px;
 
}

#SexyAlertBox-BoxContenedor {
  padding: 5px 0px 5px 65px;
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  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:12px;
  color:#000;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

#SexyAlertBox-Buttons{
  text-align:right;
  
  
}

#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;
}

.tt{
    
    margin-left: -50px;
}

.t2
{
    background-color: #999;
    color:#FFF;
    
}

#cWindowAction {
text-align:right;
margin-top: 25px;
margin-left: -65px;
background-color: #cccccc;
}

#cWindowAction .button:hover {
background:#333333 none repeat scroll 0 0;
border:1px outset #888888;
color:#FFFFFF;
}

#cWindowAction .button {
background:#333333 none repeat scroll 0 0;
border:1px outset #888888;
color:#CCCCCC;
cursor:pointer;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
height:21px;
margin-right:5px;
margin-top:4px;
}

#cWindow #cwin_close_btn:link, #cWindow #cwin_close_btn:visited {
background-color:transparent;
background-image:url(window/dialog/closebox-normal.png);
background-position:0 0;
background-repeat:no-repeat;
float:right;
height:30px;
margin:0;
outline-style:none;
text-indent:-9999px;
width:30px;
}

#cWindowContentTop {
background:#333333 none repeat scroll 0 0;
float:left;
height:30px;
}

.title
{
  
  background-color:#000; 
  position:relative; margin-left:-65px;margin-top:0px;background-color:#000;
  height:30px;
  padding-top: 10px;
    
}

.title .head {
    
    padding-left: 5px;
    padding-top: 8px;
    text-align: center;
    font-size: 15px;
   
}
