@charset "UTF-8";

/* Start Twitter Style Flash Messages */
	
.flash-message {
    display: none;
    width: 100%;
    height:45px;
    position: fixed;
    left:0;
    margin: 0;
    font-weight: bold;
    font-size: 1.2em;
    overflow: visible;
    background-color:rgba(255,255,255,0.9);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3); /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

.flash-message ul, .flash-message ul li{
    list-style: none;
    margin:0;
    padding:0;
}

#flash-message-list{
	width: 100%;
	text-align:center;
	margin-top:11px;
}

/* End Twitter Style Flash Messages */