body{
	font-size: 15px;
	line-height: 21px;
	}
p{
	margin-bottom: 20px;
	}
h1.h2_gray_banner {
	margin: 0 0 20px;
	color: #484848;
	font: 36px/40px "Futura Md BT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	}
h3.h3_01 {
	margin: 0 0 24px;
	color: #05336b;
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	}
.sidebar-ns-form{
	margin: 0 0 11px;
	padding: 17px 23px 12px;
	background: linear-gradient(#42578e, #2e437a);
	border-radius: 10px;
	}
.sidebar-ns-form h3{
	margin: 0 0 14px;
	padding: 0;
	color: #fff;
	font-weight: normal;
	font-size: 19px;
	line-height: 19px;
	text-transform: uppercase;	
	}
.sidebar-ns-form input[type=text],
.sidebar-ns-form input[type=email]{
	display: block;
	box-sizing: border-box;
	margin: 6px 0;
	padding: 0 15px;
	width: 230px;
	height: 29px;
	max-width:100%;
	color: #7c7c7c;
	font: 12px/29px Arial, Helvetica, sans-serif;
	background: #fff;
	border: 1px solid #fff;
	}
.sidebar-ns-form input[type=submit]{
	display: block;
	box-sizing: border-box;
	margin: 8px 0;
	padding: 7px 10px 6px;
	width: 100px;
	height: 29px;
	color: #363636;
	font-size: 16px;
	line-height: 15px;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	background: linear-gradient(#ffffff, #cacaca);
	border: none;
	border-radius: 3px;
	cursor: pointer
	}
.sidebar-ns-form input[type=submit]::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
.sidebar-ns-form input[type=submit]:hover{
	background: linear-gradient(#cacaca, #ffffff);
	}
.sidebar-ns-form-result{
	color: #fff;
	}