﻿#SexyAlertBox-Box
{
    padding-bottom: 24px;
    background: url(../Images/MessageBox/bg-box-bottom.png) bottom left no-repeat;
}

#SexyAlertBox-InBox
{
    padding-top: 15px;
    background: url(../Images/MessageBox/bg-box-top.png) top left no-repeat;
}

#SexyAlertBox-BoxContent
{
    background: url(../Images/MessageBox/bg-box-body.png) top left repeat-y;
    padding: 0px 20px;
}

#SexyAlertBox-BoxContenedor
{
}

#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;
    padding: 10px;
}

#SexyAlertBox-Buttons #BoxAlertBtnOk
{
    padding: 5px 20px;
    font-weight: bold;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput
{
    margin-top: 5px;
}

#SexyAlertBox-Box .BoxAlert
{
}

#SexyAlertBox-Box .BoxConfirm
{
}

#SexyAlertBox-Box .BoxPrompt
{
}

#SexyAlertBox-Box .BoxInfo
{
}

#SexyAlertBox-Box .BoxError
{
}
