﻿.messageBox
{
	width: 450px;
	height: 200px;
	border: #7f9db9 1px solid;
	background-color: #fffff4;
}

.adv
{
	border: #ffa500 1px solid !important;
}

.err
{
	border: #ff3366 1px solid !important;
}

.inf
{
	border: #7f9db9 1px solid !important;
}

.non
{
	border: #7f9db9 1px solid !important;
}

.messageBox #MessageBoxBehavior_Title
{
    color: #666;
    height: 35px;
    width: 100%;
    position: relative;
    text-indent: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 25px;
}

.messageBox #ConfirmBoxBehavior_Title
{
    color: #666;
    height: 35px;
    width: 100%;
    position: relative;
    text-indent: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 25px;
}

.messageBox .None
{
    background-position: 0px 0px;
    position: absolute;
    background-image: url(../../Images/messagebox_icons.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    top: 45px;
    left: 20px;
}

.messageBox .Error
{
    background-position: -64px 0px;
    position: absolute;
    background-image: url(../../Images/messagebox_icons.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    top: 45px;
    left: 20px;
}

.messageBox .Advertencia
{
    background-position: -96px 0px;
    position: absolute;
    background-image: url(../../Images/messagebox_icons.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    top: 45px;
    left: 20px;
}

.messageBox .Informacion
{
    background-position: -32px 0px;
    position: absolute;
    background-image: url(../../Images/messagebox_icons.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    top: 45px;
    left: 20px;
}

.messageBox #MessageBoxBehavior_Message
{
    position: absolute;
    top: 45px;
    color: #666666;
    font-size: 15px;
    left: 60px;
    height: 80px;
    right: 10px;
    overflow: auto;
}

.messageBox #ConfirmBoxBehavior_Message
{
    position: absolute;
    top: 45px;
    color: #666666;
    font-size: 15px;
    left: 60px;
    height: 80px;
    right: 10px;
    overflow: auto;
    text-align: center;
}

.messageBox #MessageBoxBehavior_buttonOK
{
    position: absolute;
    bottom: 5px;
    right: 180px;
    left: 180px;
    height: 35px;
}

.messageBox #ConfirmBoxBehavior_buttonOK
{
    position: absolute;
    bottom: 5px;
    left: 130px;
    width: 85px;
    height: 35px;
}

.messageBox #ConfirmBoxBehavior_buttonCancel
{
    position: absolute;
    bottom: 5px;
    right: 130px;
    width: 85px;
    height: 35px;
}
