/* NEWSLETTER */

.igos_Widget {
	padding-bottom:18px;
}

.igos_Widget h5 {
	padding-bottom:8px;
	font:14px Arial, Helvetica, sans-serif; color:#063; font-weight:bold; text-shadow:1px 1px 0 rgba(255,255,255,1);
}

.igos_WNewsletter {
	display:block;
	width:286px; height:56px; padding:12px 7px 7px;
	background:url("images/newsletter.gif") no-repeat 0 0;
}

.igos_WNewsletter label {
	display:block;
	position:relative;
}

.igos_WNewsletter input[type=email] {
	display:inline-block; float:left;
	width:200px; padding:6px 10px 6px; margin-right:4px;
	font:12px Arial, Helvetica, sans-serif; color:#444; font-style:italic; line-height:14px;
	border:1px solid #cfcfcf;
	-moz-box-shadow:inset 2px 2px 5px rgba(0,0,0,.2); -webkit-box-shadow:inset 2px 2px 5px rgba(0,0,0,.2); -o-box-shadow:inset 2px 2px 5px rgba(0,0,0,.2); -ms-box-shadow:inset 2px 2px 5px rgba(0,0,0,.2); box-shadow:inset 2px 2px 5px rgba(0,0,0,.2);
}

*:first-child+html .igos_WNewsletter input {
	display:inline-block; float:left;
	width:200px; padding:6px 10px 6px; margin-right:4px;
	font:12px Arial, Helvetica, sans-serif; color:#999; font-style:italic; line-height:14px;
	border:1px solid #cfcfcf;
}

.igos_FormError input[type=email] {
	border:2px solid #900; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px;
}

.igos_WNewsletter button[type=submit] {
	display:inline-block; float:left;
/*	width:56px; height:28px;*/
	height:28px; width: auto;
	font:12px Arial, Helvetica, sans-serif; color:#333; text-shadow:1px 1px 0 rgba(255,255,255,1); 
	background: #FAFAFA;
	background: -moz-linear-gradient(top, #FAFAFA 0%, #DEDEDE 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#DEDEDE)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#DEDEDE',GradientType=0 );
	border:1px solid #cfcfcf; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px;
}

.igos_WNewsletter button[type=submit]:hover {
	background: #ffffff; 
	background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
	cursor:pointer;
}

.igos_WNewsletter button[type=submit]:active{
	background: #EBEBEB; 
	background: -moz-linear-gradient(top, #EBEBEB 1%, #FFFFFF 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#EBEBEB), color-stop(60%,#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#FFFFFF',GradientType=0 );
}

.igos_WNewsletter span.igos_Error {
	display:none;
}

.igos_WNewsletter .igos_FormError span.igos_Error {
	position:absolute; top:4px; left:10px;
	display:block;
	width:200px;
	font:11px Arial, Helvetica, sans-serif; color:#900; line-height:11px;
}

.igos_Check {
	padding-left: 36px;
	font:12px Arial, Helvetica, sans-serif; color:#333;
	background:url("images/check.gif") no-repeat left center;
}

.igos_Check span {
	font-weight:bold;
}

.igos_Response{
	display: none;
}