.close {
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0 0 9px;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover {
	color: #000000;
	text-decoration: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: pointer;
}

.alert {
    width:auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#BF5E5E;
    margin-left:2px;
    margin-top:10px;
    margin-bottom:10px;
    padding:10px;
    font-weight:bold;
}
.alert .close {
	width:auto;
	position: relative;
	top: -2px;
	right: 1px;
	line-height: 18px;
}
.alert-success {
	background-color: #dff0d8;
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #BF5E5E;
	color: #5E1515;
}
.alert-info {
	background-color: #d9edf7;
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}