html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

div, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:16px;
}

a {
	color: #02D5EC;
	text-decoration:none;
}

img { border: 0}

#socialfooter {
	background: none;
	text-align: center;
	height: 40px;
}
#socialfooter span {
	padding: 0px 3px;
}
#socialfooter div {
	padding: 5px 0px 0px 0px;
}
#socialfooter .share {
	margin-top: 4px; 
	margin-left: 15px;
	position:absolute; 
	font-family: "Helvetica Neue";
	font-size: 13px;
}
#socialfooter-icons {
}
#socialfooter-email {
	margin-bottom: 5px;
}
#socialfooter-email .input {
	margin-right: 10px;
	background: #333;
	color: #f3f3f3;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 1px;
	font-size: 13px;
}
#socialfooter-email .submit {
	font-size: 11px;
}
#socialfooter-email .def {
	color: #888;
}
