/* Cascading Style Sheet
 * by Bahadir Kocaoglu - bahadir@benkazanicam.com
 * Alert Module
 */

#alertBox-Box { padding-bottom: 24px; background: url('/images/AlertBox/bg-box-bottom.png') bottom left no-repeat !important; background: url('/images/AlertBox/bg-box-bottom.gif') bottom left no-repeat; }
#alertBox-InBox { padding-top: 15px; background: url('/images/AlertBox/bg-box-top.png') top left no-repeat !important; background: url('/images/AlertBox/bg-box-top.gif') top left no-repeat; }
#alertBox-BoxContent { background: url('/images/AlertBox/bg-box-body.png') top left repeat-y !important; background: url('/images/AlertBox/bg-box-body.gif') top left repeat-y; padding: 0px 26px 0 22px; }
#alertBox-BoxContenedor { padding: 0px 0px 0 74px; text-align: left; font-family: Arial; font-size: 12px; color: #000; min-height: 64px; }
#alertBox-BoxContenedor a:link, #alertBox-BoxContenedor a:active, #alertBox-BoxContenedor a:visited { text-decoration: none; color: navy; }
#alertBox-BoxContenedor a:hover { text-decoration: underline; color: #CC0000; }
#alertBox-Buttons { text-align: right; }
#alertBox-Buttons input { margin: 0; }
#alertBox-BoxContenedor #BoxPromptInput { margin-top: 5px; }
#alertBox-Box .BoxAlert { background: url('/images/AlertBox/dialog-warning.png') top left no-repeat; }
#alertBox-Box .BoxInfo { background: url('/images/AlertBox/dialog-information.png') top left no-repeat; }
#alertBox-Box .BoxHelp { background: url('/images/AlertBox/dialog-help.png') top left no-repeat; }
#alertBox-Box .BoxError { background: url('/images/AlertBox/dialog-error.png') top left no-repeat; }
