#application-review textarea {
	border:solid 1px #B5B4B1;
	padding:7px;
	margin:7px;
	border-radius:4px;
	width:295px;
	height:60px;
}
#application-review label.register {
	width:auto;
}
table tr.has-score td {
	background:#E5E3DC;
}
input[type=button].yellow {
	background:#fcc02b;
	padding:5px 13px;
	text-transform:uppercase;
	color:#FFF;
	text-shadow:1px 1px #999;
	font-weight:bold;
	box-shadow:0 1px 2px #999;
	border-radius:4px;
	cursor:pointer;
}
input[type=button].yellow:hover {
	box-shadow:0 1px 2px #666;
}
#table-grant-review-list tr td {
	border-bottom:solid 1px #CCC;
}

/* Survey ************************************
*/
#survey {
	padding:0 20px;
}
#survey #progress-bar {
	float:right;
	position: relative;
	border-bottom:solid 1px #087DB6;
}
#progress-bar .progress-bar-page {
	width: 50px;
	float: left;
	border:solid 1px #087DB6;
	text-align: center;
	color: #3E5271;
	position:relative;
	top:7px;
	height:11px;
	width:11px;
	border-radius:7px;
	margin:auto 10px;
	background:#FFF;
}
#progress-bar .progress-bar-page.past {
	background:#42B6EC;
}
#progress-bar .progress-bar-page.active {
	background:#F8931D;
}
.slide {
	margin-top: 20px;
}
.slide .col {
	vertical-align:top;
	width:47%;
	display:inline-block;
}
#survey h3 {
	margin-bottom: 20px;
}
#survey .col:first-child {
	margin-right:5%;
}
#survey label {
	display: block;
}
#survey label.inline {
	display: inline-block;
}
#survey label input[type=checkbox] {
	float: left;
	margin-top:2px;
}
#survey label input[type=radio] {
	float: left;
	margin-top:1px;
}
#survey label span.text-block {
	margin-left: 20px;
	display: block;
}
#survey #state-select .cmf-skinned-select {
	margin-top: 0px;
}
#survey textarea {
	padding: 10px;
}
.survey-button {
	background:#6A8EC4;
	border:solid 2px #285375;
	padding:10px 15px;
	border-radius:6px;
	color:#FFF;
	cursor:pointer;
	color: #FFF !important;
}
.survey-button:hover {
	background:#5372a0;
	border:solid 2px #285375;
	padding:10px 15px;
	border-radius:6px;
	color:#FFF;
}
.survey-button:active {
	background:#5372a0;
	border:solid 2px #1e3e56;
	padding:10px 15px;
	border-radius:6px;
	color:#FFF;
}
#survey table.styled {
	width: 100%;
	text-align: center;
	margin-bottom:10px;
	border-collapse:collapse;
	border:solid 1px #FFF;
}
#survey table.styled tr:nth-child(odd) td {
	background: #DDD;
}
#survey table.styled tr:nth-child(even) td {
	background: #EEE;
}

#survey table.styled tr.header td {
	background: #CCC;
}
#survey table.styled tr.header td:first-child {
	text-align: left;
}
#survey table.styled td {
	padding: 10px;
	min-width: 40px;
	border:solid 1px #FFF;
}
#survey table.styled tr td:nth-child(1) {
	text-align: left;
	font-weight:bold;
}
#survey table.styled tr td.bg-white {
	background: #FFF;
	font-weight:normal;
}
#survey table.styled tr.clear td {
	background: none;
}


/* Modal window survey***********************
*/
#infoaging-survey-modal {
	position: fixed;
	border-radius: 5px;
	border: solid 1px #aaa;
	background: #FFF;
	top: 20%;
	min-height: 300px;
	height: 40%;
	left: 30%;
	width: 40%;
	z-index: 100000;
	padding: 5px;
	box-shadow: 0px 3px 5px #444;
}
#infoaging-survey-modal .header {
	
	background: rgb(8,125,182); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(8,125,182,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(8,125,182,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(8,125,182,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(8,125,182,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(8,125,182,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(8,125,182,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087db6', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	
	color: #FFF;
	font-weight: bold;
	border-radius: 5px;
	padding: 10px;
	
}
#infoaging-survey-modal .modal-content {
	margin-top:10px;
	padding: 10px;
}
#survey-modal-cover {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #FFF;
	z-index: 100000;
	
}