﻿/*
Generic #brandedpanels styles should go here.

Some consolidation of Dashboard.css, Login.css and Register.css could take place
*/

#brandedpanels div#alert div.alert-red {
    border-width: 1px;
    border-radius: 4px;
    margin: 0 auto;
    margin-left: 6px;
    padding-left: 15px;
    width: 909px;
    color: #CD0A0A;
    border-color: #CD0A0A;
    background-color: #FEF6F3;
	font-weight: normal;
}

.ie.v8 #brandedpanels div#alert div.alert-red {
    position:relative;
	behavior:url(/App_Themes/PIE/PIE.htc);
}