div#loghi {
	width:660px;
	text-align:center;
	margin-left:35px;
	margin-top:35px;
	margin-bottom:25px;
}
div#loghi div {
	width:220px;
	margin:0px;
	padding:0px;
	float:left;
}
div#loghi div p {
	padding: 0px;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: justify;
}
.nyroModalCont iframe {
	width: 760px;
	padding: 15px;
}

#survey_link_container {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 40px;
}
#survey_link_container a {
	padding: 15px;
	color: #fff;
	background-color: #3C3;
	background-image: linear-gradient(bottom, rgb(39,99,26) 16%, rgb(54,209,93) 58%);
	background-image: -o-linear-gradient(bottom, rgb(39,99,26) 16%, rgb(54,209,93) 58%);
	background-image: -moz-linear-gradient(bottom, rgb(39,99,26) 16%, rgb(54,209,93) 58%);
	background-image: -webkit-linear-gradient(bottom, rgb(39,99,26) 16%, rgb(54,209,93) 58%);
	background-image: -ms-linear-gradient(bottom, rgb(39,99,26) 16%, rgb(54,209,93) 58%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.16, rgb(39,99,26)),
		color-stop(0.58, rgb(54,209,93))
	);	
	border: solid 1px black;
	border-radius: 10px;
	text-decoration: none;
}
#survey_link_container a:hover {
	color: #ccc;
}
