#loading {
  width: 100px;
  height: 70px;
  background: transparent url(../images/loading_bezel.png) no-repeat center center;
  top: 40%;
  left: 45%;
  position: fixed;
  z-index: 2000;
  color: #ffffff;
  text-align: center;
  font-size: 10px;
  padding-top: 35px;
  padding-left: 2px;
}

#flash {
  width: 300px;
  padding: 2em 1em;
  top: 2%;
  z-index: 2000;
  background: black;
  float:right;
  right:2%;  
  position:fixed;
  color: white;
  text-shadow: #000 2px 2px 1px;
  opacity: 0.87;
  text-align:center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: #000 0 0 2px;
}

#flash.error {
  background: #b50000;
  text-shadow: none;
  color: white;
}

#flash.alert {
  background: #f66e00;
  text-shadow: none;
  color: white;
}

#flash.info {  
  background:#8DBD0A;
  text-shadow: none;
  color: white;
}

#flash .title {
	text-align: left;
	padding: 2px;
	margin-top:-1.5em;
  	font-weight: bold;
  	padding-bottom: 10px;
  	opacity: 1;  
  	color: white;
} 

#flash img {
  vertical-align: middle;
}

#flash a {
	color: orange;
}

#flash a.bezel-btn {
  color: #262626;
  background: #d0d0d0 none repeat-x 0 bottom;
  text-shadow: #fff 0 1px 0;
  padding: 4px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-right: 5px;
}

#flash p {
	margin-top: 1em;
}