body
{
	background:#000;
}
.placeholder
{
	display: block;
	color: #fff;
	background: #111;
	font-family: "Ubuntu";
	border-radius: 5px;
	width: 600px;
	vertical-align: center;
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
	padding: 10px;
}
p
{
	color: #fff;
	padding-bottom: 20px;
	font-size: 16px;
}
.btn-primary
{
	background: #1565C0;
	border: 0;
}
.btn-primary:hover
{
	background: #0D47A1;
	border:0;
}
h2
{
	padding:0;
	margin: 0;
	padding-bottom: 10px;
}
#notification {
	display: none;
	position:relative;
	top:0px;
	width:100%;
	z-index:105;
	text-align:center;
	font-weight:normal;
	font-size:14px;
	font-weight:bold;
	color:white;
	background-color:#FF7800;
	padding:5px;
}
#notification span.dismiss {
	border:2px solid #FFF;
	padding:0 5px;
	cursor:pointer;
	float:right;
	margin-right:10px;
}
#notification a {
	color:white;
	text-decoration:none;
	font-weight:bold
}