body {
	padding-top: 60px;
	padding-bottom: 40px;
}

.hero-unit {
	height: 400px;
}

.hero-unit-text {
	background-color: rgba(51, 51, 51, 0.3);
	padding: 12px;
	border-radius: 6px 6px 6px 6px;
	overflow: auto;
	height: 400px;
	max-width: 600px;
	overflow: hidden;
	position: relative;
}

.hero-unit-text h1 {
	color: #D8DED9;
	font-size: 30px;
}

.hero-unit-text h3 {
	color: #D8DED9;
	font-size: 20px;
}

.hero-unit-text p {
	color: #ffffff;
}

.hero-unit-text li {
	color: #ffffff;
}

.t {
	display: table;
	color: #ffffff;
}

.t-row {
	display: table-row;
}

.t-cell {
	display: table-cell;
	border-bottom: 1px solid #ffffff;
}

.t-th {
	display: table-cell;
	font-weight: bold;
	background-color: #7A7A7A;
	text-align: center;
}

.well {
	background: transparent;
}

#contactForm label {
	color: white;
}

#contactForm .span3 {
	margin-bottom: 22px;
}

#add {
	color: #FF6A00;
}

.error_input {
	border-color: #b94a48 !important;
}

.error_label {
	color: #b94a48 !important;
	font-weight: bold !important;
}

.msg-mailbox {
	border-radius: 4px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	height: 20px;
	margin-bottom: 10px;
}

.msg-mailbox-reset {
	background-color: transparent;
}

.msg-mailbox-ack {
	color: green;
	background-color: white;
}

.msg-mailbox-nok {
	background-color: white;
	color: red;
}