body {
	text-align: center;
	margin: 0px;
	background-image: url(/images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	padding: 0px;
}
a {
	color: #33CCFF;
}
h1 {
	margin: 0px;
	padding-top: 200px;
	padding-bottom: 50px;
}
#inbox{
    overflow:auto;
    height:400px;
    width:600px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-200px;
    margin-left:-300px;
}
.textbox {
	width: 272px;
	border: 1px solid #CCCCCC;
}
.textbox input {
	font-size: 16px;
	line-height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	width: 246px;
}
label {
	display: none;
}