.panel{
	.clearfix();
	border:1px solid #ddd;
	margin-bottom:18px;
	.box-shadow(0 1px 1px rgba(0,0,0,.05));
	.panel-heading{
		background:#f2f2f2;
		border-bottom:1px solid #ddd;
		overflow:hidden;
		padding:7px;
		line-height: 28px;
		form{
			margin: 0;
			padding: 0;
		}
		h1,h2,h3,h4,h5,h6{
			margin: 0;
		}
	}
	.panel-body{
		padding:8px;
	}
}


.no-border-radius{
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	-ms-border-radius:0 !important;
	-o-border-radius:0 !important;
}
