.has-error input, .has-error textarea {
	border-color: red;
	font-style: italic;
	color: red;
}

.has-error .help-block {
	background: url("/assets/ctx/815121fb/static/imgs/pct_nok.gif") no-repeat center center;
	display: inline-block;
	margin: 0;
	width: 20px;
	height: 20px;
	vertical-align: top;
	font-size: 0;
}

DIV.alert LI {
	color: red;
	background: white;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0px;
}

.alert h4 {
	margin-top: 0;
	background-color: red;
	color: white;
	font-weight: bold;
	font-size: 1em;
	padding: 2px;
	display: block;
	margin: 0px;
	text-transform: none;
}

.alert .alert-link {
	font-weight: bold;
}

.alert>p,.alert>ul {
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

.alert-dismissable,.alert-dismissible {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.alert-dismissable .close,.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
	display: none;
}

.alert-danger {
	border: 1px solid red;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}