/* SPENDING DATA MAIN FEATURE STYLES */

/* Table Area */
.spending-data-wrapper{
	position: relative;
	min-height: 200px;
}
.spending-content{
	margin-left: 200px; /* must match width of .spending-options */
	position: relative;
	min-height: 690px;
	border-bottom: 1px solid #585d65;
}
.spending-content .no-results{
	padding: 42px 70px 30px 52px;
	border-top: 1px solid #bbb;
	font-size: 22px;
	line-height: 32px;
	color: #99A;
}
.spending-content-overlay{
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #c1c5cd;
	opacity: 0.7;
	text-align: center;
}
#govspend_loader{
	display: block;
	margin: 17% 0 0 41%;
	width: 124px;
	height: 124px;
	background: url(./images/data-loader.gif) no-repeat 0 0;
}
table.spending-table{
	width: 100%;
	background: #ddd;
	border-right: none;
	/* border-top: 1px solid #bbb; */
	/* border-collapse: collapse; */
	border-spacing: 1px;
	font: normal 12px/16px Helvetica, Arial, sans-serif;
}
table.spending-table th{
	padding: 8px;
	background: #f7f5f5;
	font-weight: bold;
	text-align: left;
}
table.spending-table th.active{
  color: #F15C5E;
  background: #eee;
}
th.column-sorter{
	cursor: pointer;
	position: relative;
}
/* table.spending-table th .sort-indicator{ */
th.column-sorter .sort-indicator{
	display: none;
	width: 10px;
	height: 10px;
	float:right;
	margin-top: 2px;
	background: url("./images/indicator-down.gif") no-repeat 0 0;
  text-indent:120%;
  white-space:nowrap;
  overflow:hidden;
}
th.column-sorter .sort-indicator.desc{
  background: url("./images/indicator-up.gif") no-repeat 0 0;
}


th.column-sorter:hover .sort-indicator,
th.column-sorter.active .sort-indicator{
  display: block;
}


table.spending-table td{
	padding: 8px;
	min-width: 70px;
	vertical-align: middle;
}
table.spending-table td.last{border-right: none;}
table.spending-table tr.even td{background: #fff;}
table.spending-table tr.odd td{background: #f3f5f7;}
table.soft th,
table.soft td,
.spending-content .no-results.soft{
	-webkit-filter: blur(1px);
}

a.btn{
	display: block;
	min-width: 50px;
	padding: 3px 10px;
	background: #83a0c9;
	-moz-border-radius:	3px;
		border-radius:		3px;
	color: #fff;
	font-family: 'Dosis', Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
}
a.btn:hover{
	background: #5086cf;
}
a.btn:active{
	background: #377bca;
}

a.btn.details{
  min-width: 70px;
}

/* Filters sidebar */
aside.spending-options{
	width: 198px; /* must match margin-left of .spending-table minus borders*/
	position:absolute; /* dynamically pull background to 100% height */
	top:0; /* dynamically pull background to 100% height */
	bottom: 0px; /* dynamically pull background to 100% height */
	background: #41454b;
	border: 1px solid #25272b;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}
aside.spending-options h3{
	text-transform: uppercase;
	font-family: 'Dosis', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0.2em;
	padding: 8px 24px;
}
.spend-filters{
	/* background: #4b5057; */
}
.spend-filters h3{
	border-bottom: 1px solid #222;
}
.spend-filters-inner{
	padding: 12px 24px;
	border-top: 1px solid #5b626a;
	/* border-bottom: 1px solid #383c41; */
}
.spending-options .label,
.spending-options legend,
.spend-filters label{
	display: inline-block;
	margin-top: 12px;
	font-weight: 400;
	letter-spacing: 0.14em;
	font-size: 11px;
	color: #DDD;
	text-shadow: 1px 1px 1px #222;
}
.spending-options legend{
  display: block;
  width: 100%;
  float: left;
}
.gs_years{
  margin-top: 12px;
}
.spend-filters .gs_years label{
  margin-top: 4px;
  float: left;
  margin: 7px 0 0 6px;
}
.spend-filters .gs_years input[type="checkbox"]{
  float: left;
  clear: left;
  display: inline-block;
  margin-top: 9px;
}

.spend-filters-inner select{
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 150px;
	padding: 8px 3px 8px 8px;
	background: #43484e url('./images/bg-dark-select.jpg') no-repeat 100% 50%;
  border: 1px solid #2d3034;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), inset 0 -1px 1px rgba(255, 255, 255, 0.1);
  border-radius:3px !important;
  -webkit-border-radius:3px !important;
	-moz-border-radius: 3px;
	color: #f3f3f3;
}

.spend-filters-inner .action{
	margin-top: 22px;
}
.spending-options button,
.spending-options input,
.spending-options select{
  cursor: pointer;
}
.spending-options button,
.spending-options .btn{
	width: 150px;
	padding: 10px 6px;
	background: #F15C5E;
	background-image: -webkit-linear-gradient(bottom, rgb(183,70,72), rgb(245,94,96));
  background-image:		-moz-linear-gradient(bottom, rgb(183,70,72), rgb(245,94,96));
  background-image:     -ms-linear-gradient(bottom, rgb(183,70,72), rgb(245,94,96));
  background-image:      -o-linear-gradient(bottom, rgb(183,70,72), rgb(245,94,96));
  background-image:         linear-gradient(bottom, rgb(183,70,72), rgb(245,94,96));
  border: 1px solid #412C2E;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
	-moz-border-radius: 3px;
		border-radius: 	 	3px;
	font-family: 'Dosis', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #ffe2df;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #920;
}
.spending-options button:hover,
.spending-options .btn:hover{
	background: #f1484a;
	background-image: -webkit-linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  background-image:		-moz-linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  background-image:     -ms-linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  background-image:      -o-linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  background-image:         linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  text-shadow: 1px 1px 0 #300;
}
.spending-options button:active,
.spending-options .btn:active{
	background: #e14c4e;
	background-image: -webkit-linear-gradient(bottom, rgb(162,52,54), rgb(250,99,102));
  background-image:		-moz-linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  background-image:     -ms-linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  background-image:      -o-linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  background-image:         linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 -1px 1px rgba(255, 255, 255, 0.4);
  color: #e2d9d4;
  text-shadow: 1px 1px 0 #920;
}
.spending-options button:disabled.
.spending-options .btn:disabled{
	background: #4c5158;
	border: 1px solid #2c2e30;
	background-image: -webkit-linear-gradient(bottom, rgb(66, 71, 78), rgb(81, 86, 94));
  background-image:		-moz-linear-gradient(bottom, rgb(66, 71, 78), rgb(81, 86, 94));
  background-image:     -ms-linear-gradient(bottom, rgb(66, 71, 78), rgb(81, 86, 94));
  background-image:      -o-linear-gradient(bottom, rgb(66, 71, 78), rgb(81, 86, 94));
  background-image:         linear-gradient(bottom, rgb(66, 71, 78), rgb(81, 86, 94));
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(255, 255, 255, 0.1);
  color: #777;
  text-shadow: 1px 1px 0 #333;
  cursor: default;
}

.spending-options button.alt{
  background: #375e97;
	background-image: -webkit-linear-gradient(bottom, rgb(62,91,133), rgb(66,117,187));
  background-image:		-moz-linear-gradient(bottom, rgb(62,91,133), rgb(66,117,187));
  background-image:     -ms-linear-gradient(bottom, rgb(62,91,133), rgb(66,117,187));
  background-image:      -o-linear-gradient(bottom, rgb(62,91,133), rgb(66,117,187));
  background-image:         linear-gradient(bottom, rgb(62,91,133), rgb(66,117,187));
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  border: 1px solid #2e3857;
  color: #d3dce6;
  text-shadow: 1px 1px 0 #0d4d96;
}
.spending-options button.alt:hover{
  color: #fff;
  text-shadow: 1px 1px 0 #003;
  background: #2b5ca3;
	background-image: -webkit-linear-gradient(bottom, rgb(47,85,139), rgb(84,126,190));
  background-image:		-moz-linear-gradient(bottom, rgb(47,85,139), rgb(84,126,190));
  background-image:     -ms-linear-gradient(bottom, rgb(47,85,139), rgb(84,126,190));
  background-image:      -o-linear-gradient(bottom, rgb(47,85,139), rgb(84,126,190));
  background-image:         linear-gradient(bottom, rgb(47,85,139), rgb(84,126,190));
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.spending-options button.alt:active{
  background: #375e97;
	background-image: -webkit-linear-gradient(bottom, rgb(62,91,133), rgb(66,117,187));
  background-image:		-moz-linear-gradient(bottom, rgb(62,91,133), rgb(66,117,187));
  background-image:     -ms-linear-gradient(bottom, rgb(62,91,133), rgb(66,117,187));
  background-image:      -o-linear-gradient(bottom, rgb(62,91,133), rgb(66,117,187));
  background-image:         linear-gradient(bottom, rgb(62,91,133), rgb(66,117,187));
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  color: #c3ccd6;
}
.spending-options button.alt:disabled{
	background: #4377be;
	border: 1px solid #4773ae;
  box-shadow: none;
  color: #6089c1;
  text-shadow: none;
  cursor: default;
}

.spend-action{
  display: none;
  border-bottom: 1px solid #555;
  border-top: 1px solid #666;
  text-align: center;
  padding: 24px 0;
  background: #333;
}
#download-all{
  margin: auto;
  cursor: pointer;
}
.btn-subtext{
  display: block;
  font-size: 11px;
}

button#add-keyword{
  width: 29px;
  height: 29px;
  padding: 0;
  float: right;
  background: #43484e url('./images/bg-dark-add.jpg') no-repeat -8px -10px;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #333;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(255, 255, 255, 0.1);
	text-shadow: none;
}
#add_keyword_text{
  width: 109px;
  padding: 6px;
  border: 0;
  float: left;
  color: #333;
}
#add_keyword_text:disabled{
  background: #606870;
  cursor: default;
}
#gs_keywords{
  margin-bottom: 12px;
  overflow: hidden;
  width: 150px;
}
#gs_keywords li.keyword{
  display: block;
  float: left;
  width: 111px;
  height: 13px;
  margin-top: 6px;
  padding: 8px 6px 8px 31px;
  background: #43484e url('./images/bg-dark-remove.jpg') no-repeat 0% 50%;
  border: 1px solid #2d3034;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), inset 0 -1px 1px rgba(255, 255, 255, 0.1);
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px;
  color: #ddd;
  font-size: 11px;
}
#reset-filters{display:none;}
#export-results{
  margin-top: 24px;
}
.spend-meta{
  display: none;
  background: #5086cf;
  border-bottom: 1px solid #2c2f33;
}
.spend-meta h3{
	border-top: 1px solid #5ba0ff;
	border-bottom: 1px solid #546490;
}
.spend-meta-inner{
	padding: 0 24px 12px;
	border-top: 1px solid #5ba0ff;
}
.spend-meta .label {
  color: #d1e0f5;
  text-shadow: 1px 1px 1px #449;
  margin: 10px 0 0;
}
.spend-meta .results-total{
  margin-top: 16px;
}
.spend-meta .records-sum{
  font-size: 20px;
  /* text-shadow: 1px 1px 1px #33A; */
  display: block;
  margin: 3px 0 0;
}
.spend-meta .showing{
	font-size: 40px;
	line-height: 48px;
}
.spend-meta .showing-of{
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #b3d0f9;
}

.spend-meta .show-unrun{
	color: #74a0dd;
}
.spend-pager{
	/* margin-top: 22px; */
	float: right;
}
.spend-pager button{
	display: block;
	float: left;
	height: 37px;
	width: 70px;
	margin: 0;
	padding: 0;
	background: #41454b;
	background-image: -webkit-linear-gradient(bottom, rgb(57,61,67), rgb(74,79,86));
  background-image:    -moz-linear-gradient(bottom, rgb(57,61,67), rgb(74,79,86));
  background-image:     -ms-linear-gradient(bottom, rgb(57,61,67), rgb(74,79,86));
  background-image:      -o-linear-gradient(bottom, rgb(57,61,67), rgb(74,79,86));
  background-image:         linear-gradient(bottom, rgb(57,61,67), rgb(74,79,86));
	border: 1px solid #2d3034;
	box-shadow: inset 1px 1px 1px rgba(225, 225, 225, 0.3);
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
}
.spend-pager button:active{
	box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1);
	background: #31353b;
	background-image: -webkit-linear-gradient(bottom, rgb(47,51,57), rgb(64,69,76));
  background-image:    -moz-linear-gradient(bottom, rgb(47,51,57), rgb(64,69,76));
  background-image:     -ms-linear-gradient(bottom, rgb(47,51,57), rgb(64,69,76));
  background-image:      -o-linear-gradient(bottom, rgb(47,51,57), rgb(64,69,76));
  background-image:         linear-gradient(bottom, rgb(47,51,57), rgb(64,69,76));
}
.spend-pager button:disabled{
	box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1);
	color: #6a7079;
	cursor: default;
}
.spend-pager button.prev{
	border-right: 1px solid #2d3034;
	-moz-border-radius-topleft:			3px;
	-moz-border-radius-bottomleft:	3px;
		border-top-left-radius: 	 		3px;
		border-bottom-left-radius:		3px;
}
.spend-pager button.next{
	border-left: 0;
	-moz-border-radius-topright:		3px;
	-moz-border-radius-bottomright:	3px;
		border-top-right-radius: 	 		3px;
		border-bottom-right-radius:		3px;
}

/* Spend Footer */
.spend-footer{
	padding: 10px 24px;
	background: #7b848f;
	background-image: -webkit-linear-gradient(bottom, rgb(116,123,134), rgb(132,141,152));
  background-image:    -moz-linear-gradient(bottom, rgb(116,123,134), rgb(132,141,152));
  background-image:     -ms-linear-gradient(bottom, rgb(116,123,134), rgb(132,141,152));
  background-image:      -o-linear-gradient(bottom, rgb(116,123,134), rgb(132,141,152));
  background-image:         linear-gradient(bottom, rgb(116,123,134), rgb(132,141,152));
	border: 1px solid #585d65;
	overflow: hidden;
	border-top: 0;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
	-moz-border-radius-bottomright:	6px;
	-moz-border-radius-bottomleft:	6px;
		border-bottom-left-radius: 	 	6px;
		border-bottom-right-radius:		6px;
	color: #dbdfe4;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.spend-footer p{
  float: left;
}

/* Modal */
.gs-overlay-diag{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(./images/bg-diag.png) repeat 0 0;
	z-index: 99;
}
.gs-modal-window{
	display: none; /* start hidden */
	position: fixed;
	top: 20%;
	left: 30%;
	width: 600px;
	min-height: 200px;
	border: 1px solid #000;
	background: #f0f0f0;
	-moz-border-radius:	6px;
		border-radius:		6px;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.6);
	font-size: 17px;
	line-height: 22px;
	z-index: 100;
}
.gs-modal-window header{
	text-align: left;
	padding: 12px 32px;
	background: #eee;
	background-image: -webkit-linear-gradient(bottom, rgb(226,230,236), rgb(255,255,255));
  background-image:    -moz-linear-gradient(bottom, rgb(226,230,236), rgb(255,255,255));
  background-image:     -ms-linear-gradient(bottom, rgb(226,230,236), rgb(255,255,255));
  background-image:      -o-linear-gradient(bottom, rgb(226,230,236), rgb(255,255,255));
  background-image:         linear-gradient(bottom, rgb(226,230,236), rgb(255,255,255));
 	border-bottom: 1px solid #FFF;
  -moz-border-radius-topleft:  6px;
	-moz-border-radius-topright: 6px;
		border-top-right-radius: 	 6px;
		border-top-left-radius:    6px;
}
.gs-modal-window footer{
	text-align: left;
	padding: 12px 32px;
	background: #eee;
	background-image: -webkit-linear-gradient(bottom, rgb(226,230,236), rgb(255,255,255));
  background-image:    -moz-linear-gradient(bottom, rgb(226,230,236), rgb(255,255,255));
  background-image:     -ms-linear-gradient(bottom, rgb(226,230,236), rgb(255,255,255));
  background-image:      -o-linear-gradient(bottom, rgb(226,230,236), rgb(255,255,255));
  background-image:         linear-gradient(bottom, rgb(226,230,236), rgb(255,255,255));
 	border-top: 1px solid #999;
  -moz-border-radius-bottomleft:  6px;
	-moz-border-radius-bototmright: 6px;
		border-bottom-right-radius: 	 6px;
		border-bottom-left-radius:    6px;
}
.gs-modal-window header h2{
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}

.gs-modal-window footer ul.sharing{
  width: 100%;
  overflow: hidden;
}
.gs-modal-window footer ul.sharing li{
  float: left;
  margin-right: 12px;
}
.gs-modal-window footer ul.sharing li.facebook{
  width: 50px;
  overflow: hidden;
}
.gs-btn-close{
	position: absolute;
	top: 8px;
	right: 8px;
	padding: 5px 8px;
	background: #eee;
	border: 1px solid #ccc;
	-moz-border-radius:	4px;
		border-radius: 	 	4px;
}
.gs-btn-close:hover{
	background: #ddd;
	border: 1px solid #aaa;
}
.gs-modal-window .content{
	text-align: left;
	overflow: hidden;
}
.gs-modal-window .content .primary{
	width: 318px;
	float: left;
	padding: 0 13px 0 32px;
	border-top: 1px solid #c7cfd4;
	border-right: 1px solid #fff;
}
.gs-modal-window aside{
	width: 188px;
	float: right;
	text-align: right;
	padding-right: 32px;
	padding-left: 13px;
}
.gs-modal-window .direct-link-content{
  padding: 44px 44px 52px;
  font-size: 23px;
  color: #db5456;
}
.gs-detail-label{
	display: block;
	margin-top: 16px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
.recip-name{
	font-size: 24px;
	line-height: 28px;
}
.gs-address{
	margin:	6px 0 24px;
	font-size: 12px;
	line-height: 13px;
	font-family: Helvetica, Arial, sans-serif;
}
.gs-detail-obligation{
	background: #a2a7ae;
	border: 1px solid #696c70;
	border-right: 0;
}
.gs-detail-more{
	background: #c6ccd4;
	border: 1px solid #9ea3a9;
	border-bottom: 0;
	border-right: 0;
	font-weight: 600;
	padding-bottom: 30px;
	/*-moz-border-radius-bottomright:	6px;
		border-bottom-right-radius: 	6px;*/
}
.gs-detail-amount{
	padding: 2px 8px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 44px;
	font-weight: 600;
	background: #e1e4e8;
	color: #f15c5e;
	-moz-border-radius:	6px;
		border-radius:		6px;
}
.gs-detail-signed{
	display: block;
	margin: 4px 0 8px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}
.gs-modal-window .confirm{
	padding: 24px 32px;
}
.confirm-phrase{
	display: block;
	width: 100%;
	text-align: center;
	margin: 18px 0 32px;
	font-size: 26px;
	line-height: 34px;
	color: #5086cf; /*#F15C5E;*/
}
.gs-modal-window .confirm button{
	width: 120px;
	padding: 4px 6px;
	background: #F15C5E;
	background-image: -webkit-linear-gradient(bottom, rgb(183,70,72), rgb(245,94,96));
  background-image:		-moz-linear-gradient(bottom, rgb(183,70,72), rgb(245,94,96));
  background-image:     -ms-linear-gradient(bottom, rgb(183,70,72), rgb(245,94,96));
  background-image:      -o-linear-gradient(bottom, rgb(183,70,72), rgb(245,94,96));
  background-image:         linear-gradient(bottom, rgb(183,70,72), rgb(245,94,96));
  border: 1px solid #715C5E;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
	-moz-border-radius: 3px;
		border-radius: 	 	3px;
	font-family: 'Dosis', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.2em;
	color: #ffe2df;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #920;
}
.gs-modal-window .confirm button:hover{
	background: #f1484a;
	background-image: -webkit-linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  background-image:		-moz-linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  background-image:     -ms-linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  background-image:      -o-linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  background-image:         linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  text-shadow: 1px 1px 0 #300;
}
.gs-modal-window .confirm button:active{
	background: #e14c4e;
	background-image: -webkit-linear-gradient(bottom, rgb(162,52,54), rgb(250,99,102));
  background-image:		-moz-linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  background-image:     -ms-linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  background-image:      -o-linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  background-image:         linear-gradient(bottom, rgb(192,62,64), rgb(250,99,102));
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 -1px 1px rgba(255, 255, 255, 0.4);
  color: #e2d9d4;
  text-shadow: 1px 1px 0 #920;
}
#autosearch-confirmed{margin-left: 22px;}