/*
can't have global no margins/padding
*{
    margin: 0;
    padding: 0;
}
*/
#alert_placeholder{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.alert span{
    color: #1c94c4;/*#c09853;*/
    font-size: 16px;
}

.alert a{
    color: #6a8bc0;
}

.alert{
    padding: 4px 35px 4px 14px;
    margin-bottom: 20px;
   /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #ffffff;
    border: 0px solid #fbeed5;/*#fcf8e3;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin: 1px 6px 0 6px;
}
.timeissue {
    padding: 4px 20px 4px 14px;
    margin: 1px 50px 0px
}
.alert .close{
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}

.close{
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
}