﻿    /* alert common styles */
    div.alert{
        border      : 0;
        width       : auto;
        font-family : Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif;  
        display     : block;
        position    : relative; 
        font-size   : 14px; 
        padding     : 12px 38px 14px 18px;   
				margin-bottom: 50px;
				margin-top: -50px;
				color: #FFF;
    }
    
    .alert a.close:hover { color: #fff !important;  }
        
    .alert.bordered {
        border-width: 1px;
        border-style: solid;    
    }
    
    .alert.rounded { 
        -moz-border-radius   : 6px; 
        -webkit-border-radius: 6px; 
        border-radius        : 6px;         
    } 
      
    /* alert error common styles */ 
    .alert.error a.close       { color     : #FFF;  background: #013651; border: 3px solid #013651;}
    .alert.error a.close:hover { color     : #CCC;  background: #8C44AA; border: 3px solid #8C44AA;}
    	    
    .alert a.close { 
        position             : absolute;
        top                  : 10px;
        right                : 12px;
        float                : right;
        padding              : 0px 5px 4px;
        line-height          : 17px;
        margin-left          : 17px;
        text-shadow          : none;
        -moz-border-radius   : 15px; 
        -webkit-border-radius: 15px; 
        border-radius        : 15px;
        font-family          : Tahoma;  
        color                : #fff; 
        font-size            : 16px;
        font-weight          : bold;
        text-decoration      : none;       
    }