/* @override http://ufficiobrevetti.it/wp-content/plugins/tutility/tutility.css?ver=3.4.2 */

#accept-policy + label {
	font-size: 12px;
}

.newsletter-subscribe-modal a {
	color: #4a86c0 !important;
	font-weight: normal;
}

#simplemodal-container {
	width: 295px !important;
	height: 265px !important;
	padding:  30px 30px 10px 30px !important;
	color: #222 !important;
	background: #fcfcfc !important;
}

#simplemodal-overlay.simplemodal-overlay {
	cursor: default;
}

#ns-form p {
	margin-bottom: 5px;
}

#ns-form label {
	color: #555;
}

#ns-form #email {
	width: 190px;
	font-size: 14px;
	padding: 4px;
}

#ns-submit {
	background: #444;
	border-radius: 2px;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	height: 35px;
	padding: 7px 15px;
	position: relative;
	top: -1px;
	font-size: 13px;
	font-family: "PT Sans", sans-serif;
	text-shadow: 1px 1px 0 rgba(0,0,0,.4);
}

#ns-submit:hover {
	background: #333;
}

#ns-submit:disabled {
	background: #999;
	color: #ccc;
}

#ns-intro.intro {
	margin-bottom: 15px;
}

#ns-intro .title {
	display: block;
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#ns-errors {
	margin: 6px 0 0 0;
	font-size: 13px;
	position: relative;
}

#ns-errors li {
	line-height: 16px;
	list-style-type: none;
}

#ns-errors li.error {
	color: #b00;
}

#ns-success {
	font-size: 13px;
	line-height: 17px;
	margin-top: 40px;
}

#ns-success h2 {
	font-weight: bold;
	margin-bottom: 7px;
}

#ns-success p {
	margin-bottom: 0;
}