html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}

p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

#doc {
	margin: 0 auto;
	width: 987px;
	position: relative;
	
}

a {
	color: #b42029;
	text-decoration: none;
}



/* @group .sh-cols */

.sh-cols {
	margin-top: 5px;
}

body.index .sh-cols {
	/*margin: 0;*/
}

.sh-cols {
	zoom: 1;
}

.sh-cols:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sh-cols.wide .sh-col-a {
	width: 750px;
	margin-right: 0;
}

.sh-cols.wide .sh-col-b {
	width: 190px;
}


.sh-col-a {
	float: left;
	width: 560px;
	margin-right: 15px;
}

.sh-col-b {
	float: right;
	width: 375px;
}

/* @end */




#forgot_pwd_popup #submit_button,
#reg_popup #register_button,
#reg_popup #reset_button,
#login_popup #login_button,
#login_popup #skip_button,
#change_password #submit_pass,
.sh-button,
#unsubscribe_button {
	border: 1px solid #505050;
	background: #e41a34;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1em;
	text-indent: 0;
	padding: 6px 24px;
	cursor: pointer;	
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-weight: bold;
}