@charset "utf-8";
/* CSS Document */

/* --- SendGrid CSS --- */

.sendgrid-subscription-widget{
	width:280px; height:66px; padding-top:10px; padding-left:0px; padding-right:0px; margin-left: auto; margin-right: auto;}
	
.sendgrid-subscription-widget label{
	font-size:11px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#FFF; padding-right:0px; word-spacing:0px;}
	
.sendgrid-subscription-widget label span{
	display:none;
}

.sendgrid-subscription-widget input[type=email]{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	height:24px;
	line-height:24px;
	padding-left:8px;
	width:172px;
	margin-left:0px;
	padding-right:0px;
	margin-right:0px;
	border-width:0px;
	border-color:#CCC;
	/*ROUNDED*/
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 10px;

  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 10px;

  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 10px;
}

.sendgrid-subscription-widget input[type=submit]{
	height:26px;
	line-height:22px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	width:98px;
	padding-left:0px;
	margin-left:0px;
	text-align:center;
	padding-left:2px;
	border-width:0px;
	border-color:#CCC;
	/*ROUNDED*/
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0px;

  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0px;

  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  
  	color: #fef4e9;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.sendgrid-subscription-widget input[type=submit]:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.sendgrid-subscription-widget input[type=submit]:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.sendgrid-subscription-widget .response{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	font-weight:lighter;
	color:#0FF;
	padding-bottom:6px;
	text-align:center;
}