div.panel {
	padding: 10px;
}

.btn-primary {
	background-image: -webkit-linear-gradient(top,#000 0,#222 100%);
	background-image: -o-linear-gradient(top,#000 0,#222 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(#222));
	background-image: linear-gradient(to bottom,#000 0,#222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-radius: 0;
}

.fsubmit.btn-primary {
	color: #fff;
	background-color: #000;
	border-color: #777;
}
