﻿	
    .alert.style-2.error {
        background: #7F4099;
        background: -moz-linear-gradient(top,  #7F4099 0%, #004060 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7F4099), color-stop(100%,#004060));
        background: -webkit-linear-gradient(top,  #7F4099 0%,#004060 100%);
        background: -o-linear-gradient(top,  #7F4099 0%,#004060 100%);
        background: -ms-linear-gradient(top,  #7F4099 0%,#004060 100%);
        background: linear-gradient(to bottom,  #7F4099 0%,#004060 100%);
        filter    : progid:DXImageTransform.Microsoft.gradient( startColorstr='#7F4099', endColorstr='#004060',GradientType=0 );
    }
				