.button-soft-gray {
	letter-spacing: 0.5px;
	font-family: 'open sans';
	font-weight: bold;
	font-size: 12px !important;
	color: #fff !important;
	font-size: 12px;
	text-transform: capitalize;
	text-shadow: 1px 1px 1px #505050;
	box-shadow: 1px 1px 1px #F3F3F3;
	padding: 6px 35px;
	border: 1px solid #686868;
	border-bottom: 0px;
	background: #fff;
	background: linear-gradient(top, #8E8E8E, #686868);
	background: -ms-linear-gradient(top, #8E8E8E, #686868);
	background: -webkit-gradient(linear, left top, left bottom, from(#8E8E8E), to(#686868));
	background: -moz-linear-gradient(top, #8E8E8E, #686868);
}
.button-soft-gray:hover {
	color: #fff !important;
	text-shadow: 1px 1px 1px #505050;
	background: linear-gradient(top, #686868, #8E8E8E);
	background: -ms-linear-gradient(top, #686868, #8E8E8E);
	background: -webkit-gradient(linear, left top, left bottom, from(#686868), to(#8E8E8E));
	background: -moz-linear-gradient(top, #686868, #8E8E8E);
}
#dialog {
	position: absolute;
	width: 575px;
	z-index: 10200;
	border: none;
	background: #FFF;
	min-height: 300px;
}

