@charset "UTF-8";

/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}

body {
	background: #fff url(http://webmkt.s3.amazonaws.com/email_images/shared/unsubscribe/bar-b01c2e.jpg) repeat-x top left;
	height: 37px;
	line-height: 17px;
	font-family: Calibri, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 94%;
	color: #222;
}

a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

:focus {
	outline-width: 0pt;
	outline-style: none;
	outline-color: -moz-use-text-color;
}

a:link { color: #990000; }

a:hover {
	color: #990000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Calibri, 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	color: #343434;
}

h1 {
	margin-bottom: 15px;
	padding: 7px 0 5px 7px;
	font-size:1.467em;
	border-bottom: 3px solid #990000;
}

h2 {
	margin-top: 10px;
	font-size:.85em;
	color:#222;
	line-height:normal;
}

p {
	margin:0 0 1.2667em 0;
	font-size:1em;
	line-height:1.2em;
}

.logo {
	background: url(http://webmkt.s3.amazonaws.com/email_images/shared/logos/Size_B_Horizontal/logo-b01c2e.jpg) no-repeat 0 0;
	width: 232px;
	height: 51px;
	position: relative;
	margin: 45px 0 0 25px;
}

.logo span { display: none; }

.container div p {
	background-color:#fff;
	padding-left: 7px;
}

.form {
	background-color:#e9e9e9;
	width: 470px;
	margin-left: 3px;
	padding: 7px;
}

.input {
	font-family: Calibri, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	border: solid 1px transparent;
	background: #fdfce6;
	height: 25px;
	margin: 0px;
	padding: 0px;
}

.input { width: 300px; }

.input:hover { background: #fefcda; }

.button {
	background: url(http://webmkt.s3.amazonaws.com/email_images/shared/unsubscribe/btn-unsubscribe.gif) 0 0 no-repeat;
	margin-top: 10px;
	display:block;
	height:24px;
	width:213px;
	border: 0;
}

.button:hover {
	border: 0;
	background-position:-213px 0;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container {
	margin-top: 37px;
	padding: 0;
	width: 600px;
	background-color: #FFF;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.content {
	display:inline;
	float: left;
	position: relative;
	margin: 16px 5px 0 25px;
}

/* Grid >> 3 Columns
----------------------------------------------------------------------------------------------------*/

.container .content { width:550px; }

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }
