/* my-bootstrap-theme */
.alert {
	text-shadow:0 1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);
}
.panel {
	-webkit-box-shadow:0 5px 2px rgba(0,0,0,0.1);
	box-shadow:0 5px 2px rgba(0,0,0,0.1);
}
.my-panel-default {
	background-image:-webkit-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);
	background-image:-o-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
	background-image:linear-gradient(to bottom,#f5f5f5 0%,#e8e8e8 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
}
.my-panel-primary {
	background-image:-webkit-linear-gradient(top,#337ab7 0%,#2e6da4 100%);
	background-image:-o-linear-gradient(top,#337ab7 0%,#2e6da4 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
	background-image:linear-gradient(to bottom,#337ab7 0%,#2e6da4 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);
}
.my-panel-success {
	background-image:-webkit-linear-gradient(top,#dff0d8 0%,#d0e9c6 100%);
	background-image:-o-linear-gradient(top,#dff0d8 0%,#d0e9c6 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));
	background-image:linear-gradient(to bottom,#dff0d8 0%,#d0e9c6 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0);
}
.my-panel-info {
	background-image:-webkit-linear-gradient(top,#d9edf7 0%,#c4e3f3 100%);
	background-image:-o-linear-gradient(top,#d9edf7 0%,#c4e3f3 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));
	background-image:linear-gradient(to bottom,#d9edf7 0%,#c4e3f3 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0);
}
.my-panel-warning {
	background-image:-webkit-linear-gradient(top,#fcf8e3 0%,#faf2cc 100%);
	background-image:-o-linear-gradient(top,#fcf8e3 0%,#faf2cc 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));
	background-image:linear-gradient(to bottom,#fcf8e3 0%,#faf2cc 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0);
}
.my-panel-danger {
	background-image:-webkit-linear-gradient(top,#f2dede 0%,#ebcccc 100%);
	background-image:-o-linear-gradient(top,#f2dede 0%,#ebcccc 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));
	background-image:linear-gradient(to bottom,#f2dede 0%,#ebcccc 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0);
}
