/* Well */
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background: #D9DEE1;
	border: 1px solid #B2C1CE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
	padding: 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.well-small {
	padding: 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.well-large h1 {
	line-height: 0px;
	font-size: 28px;
	color: #697B86;
	margin: 0px 0;
	margin-bottom: 30px;
	font-family: inherit;
	font-weight: normal;
}

/* Well box */
.well-box {
	background: #D9DEE1;
	border: 1px solid #B2C1CE;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	background: -moz-linear-gradient(top, #eceef0 0%, #d9dee1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eceef0), color-stop(100%, #d9dee1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eceef0 0%, #d9dee1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eceef0 0%, #d9dee1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eceef0 0%, #d9dee1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eceef0 0%, #d9dee1 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceef0', endColorstr='#d9dee1', GradientType=0 ); /* IE6-9 */
}
.well-box-title {
	background-color: #8E9CA4;
	border-bottom: 1px solid #C7CED2;
	height: 36px;
	border-radius: 0px 0px 0px 0px;
	margin-bottom: 10px;
}
.well-box-title h1 {
	color: #fff;
	text-size: 24px;
}
.well-box-title h5 {
	color: #fff;
	/* text-shadow: 0 1px 0 #28363E;*/
	font-size: 21px;
	font-weight: normal;
	padding: 12px;
	line-height: 12px;
	margin: 0;
	text-transform: normal;
	text-align: left;
}

/* Well announcement */
.well-announcement {
	background: #eaebed; /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));

background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);

background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);

background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);

background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );


	font-size: 12px;
	color: #435a68;
	text-align: center;
	padding: 12px;
	border-top: 1px solid #B2C1CE;
	border-bottom: 1px solid #B2C1CE;
	min-height: 36px;
	border-radius: 0px 0px 0px 0px;
	margin-bottom: 20px;
}
