div.bv_error_msg { 
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
  background-color:red; 
  border:1px solid #fff; 
  padding:10px 15px;
  margin-top: 10px;
  width:250px; 
  display:none; 
  color:#fff; 
  text-align:left; 
  font-size:12px; 
  /* outline radius for mozilla/firefox only */ 
  -moz-box-shadow:0 0 10px #000; 
  -webkit-box-shadow:0 0 10px #000; 
  z-index: 2000;
}
div.bv_error_msg p {
	color:#fff;
	margin:0px;
}
div.bv_loading_msg { 
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
	background-color:#000; 
	border:1px solid #fff; 
	padding:5px 15px; 
	width:140px; 
	display:none; 
	color:#fff; 
	text-align:left; 
	font-size:14px; 
	height: 32px;

	/* outline radius for mozilla/firefox only */ 
	-moz-box-shadow:0 0 10px #000; 
	-webkit-box-shadow:0 0 10px #000; 
	z-index: 2000;
}
div.bv_loading_msg table {
	color:#fff; 
	width: 100%;
	background-color:#000;
	border: none;
	margin-top: 0px;
}
div.bv_loading_msg td {
	border: none;
}

ul.social {
  font-size:11px;
  margin-top: -30px;
  margin-left: 65px;
  margin-right: 20px;
  list-style-type: square;
}