.modal-header {
	@include linear-gradient(to bottom, #fefefe 0%, #f5f5f5 100%);
	border-radius:$border-radius-large $border-radius-large 0 0;
	button.close {
		@include linear-gradient(to bottom, #ffffff 0%, #fcfcfc 100%);
		@include box-shadow(0 0 3px #fff);
		border:1px solid $gray-lighter;
		border-radius:$border-radius-base;
		color:$gray-dark;
		font-weight:300;
		height:27px;
		opacity:1;
		padding:0 1px 4px;
		text-align:center;
		width:27px;
		&:hover {
			color:$link-color;
		}
	}
}