@CHARSET "UTF-8";
@import url('part.css');
@import url('common.css');

.alert {
	margin: 20px;
	padding: 15px;
	border-radius: 5px;
}
.alert-error {
	background-color: #DB3344;
	color: white;
}
.alert-error p {
	color: white!important;
}
.alert-box p,
.alert p,
.alert ul,
.alert-box ul {
	margin: 0;
	list-style: none;
	font-size: 13px;
}
.alert-success {
	background-color: #3498db;
	color: white;
	text-align: center;
}
.contact .alert-success {
	font-size: 20px;
	border-radius: 5px;
	padding: 30px 12px;
}
.contact .alert {
	margin-top: -20px;
}
.controls, .input-block {
	position: relative;
}
.input-block .help-block {
	top: 8px;
	left: 45%;
}
.captcha .widget {
	width: 120px;
	float: left;
}
h2.error {
	font-size: 200px;
	margin: 0;
	line-height: 230px;
}
div.centered {
	text-align: center;
}
#header .brand img {
	display: inline-block;
	vertical-align: middle;
}
#header .brand {
	display: inline-block;
	height: 76px;
	overflow: hidden;
	line-height: 76px;
	margin: 0 20px 0 0;
}
#header .brand:hover {
  text-decoration: none;
}
#footer .brand img {
	display: inline-block;
	vertical-align: middle;
}
#footer .brand {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 200px;
	text-align: right;
	display: block;
	height: 120px;
	overflow: hidden;
}
#footer .brand:hover {
  text-decoration: none;
}
.controls.captcha {
	
}
.controls.captcha img {
	float: left;
}
.controls.captcha a {
	line-height: 50px;
	display: inline-block;
	margin: 0 7px;
}
.controls.captcha input {
	width: 20%!important;
}