@charset "iso-8859-1";
/* CSS Document */
input {
   -webkit-appearance: textfield;
   -moz-appearance:    textfield;
   appearance:         textfield;
}
input[type=number] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
button{
	border:0;
	margin:0;
	-webkit-appearance:none;
	padding: 0;
	background-color: transparent;
}
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#newsletterform{
	display:inline-block;
	position:relative;
	width:75%;
	max-width:960px;
	margin:36px auto 16px auto;
}
#n {
	font: inherit;
	width:100%;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #e0e0e0;
	margin: 0;
	line-height: 56px;
	letter-spacing: -1px;
	padding-bottom: 6px;
	outline: none;
	display: inline-block;
	vertical-align:top;
	border-radius: 0;
	background-color: transparent;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
}

.nws_input::-webkit-input-placeholder  { color:#e8e8e8 !important;text-align: center !important;font-style:italic !important; }
.nws_input::-moz-placeholder  { color:#e8e8e8 !important;text-align: center !important;font-style:italic !important; }/* firefox 19+ */
.nws_input:-moz-placeholder  { color:#e8e8e8 !important;text-align: center !important;font-style:italic !important; }/* firefox 19+ */
input.nws_input::-moz-placeholder  { color:#e8e8e8 !important;text-align: center !important;font-style:italic !important; }
input.nws_input::-ms-input-placeholder { color:#e8e8e8 !important;text-align: center !important;font-style:italic !important; }

.input-reset-wrap {
	position: absolute;
	z-index: 120;
	text-align: center;
	right: 0px;
	top: -4px;
	width: 100px;
}

#inputsubmit{
	
}
.input-reset{
	display:none;
	text-align: center;
}

.input-search{
	width:740px;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 6px 28px 14px 38px;
	border: 0 !important;
	vertical-align:middle;
	
	font-family: Georgia, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 48px;
	line-height: 56px;
	text-decoration: none;
	color: #404040 !important;
	
	background-color: transparent;
	border-radius: 50em;
	-moz-border-radius: 50em;
	-webkit-border-radius: 50em;
	background-clip: border-box;
	-webkit-background-clip: border-box; 
	-moz-background-clip: border-box;
	background-color:rgba(62,61,64,0.08);

    -webkit-appearance: none;
}
.input-search::-webkit-input-placeholder  { color:rgba(64,64,64,0.2) !important;text-align: left;font-style: italic !important; }
.input-search::-moz-placeholder  { color:rgba(64,64,64,0.2) !important;text-align: left;font-style: italic !important; }/* firefox 19+ */
.input-search:-moz-placeholder  { color:rgba(64,64,64,0.2) !important;text-align: left;font-style: italic !important; }/* firefox 19+ */
input.input-search::-moz-placeholder  { color:rgba(64,64,64,0.2) !important;text-align: left;font-style: italic !important; }
input.input-search::-ms-input-placeholder { color:rgba(64,64,64,0.2) !important;text-align: left;font-style: italic !important; }