html{
	background:#eee;
}
body{
	margin:17px 0 15px 0;
	padding:0;
	text-align:center;
	font-size:small;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
#container{
	text-align:left;
	background:#fff;
	border:1px solid #ccc;
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.15);
}
#container, #bottom{
	margin:0 auto;
	width:640px;
}
#bottom{
	width:650px;
	height:10px !important;
	display:block !important;
}

form.ssmail{
	margin:20px 20px 0 20px;
	padding:0 0 10px 0;
}

/* ----- LOGO ----- */
h1{
	margin:0;
	padding:0;
	min-height:0;
	text-indent:-9000px;
	text-decoration:none;
}
h1 a{
	min-height:40px;
	height:64px;
	display:block;
	overflow:hidden;
}
img, a img{
	border:none;
}

.hide{
	display:none !important;
}
