* { margin: 0; padding: 0; }

body {
background: #e6fafe;
font: normal 11px Arial, Helvetica, sans-serif;
padding: 0 0 150px 0;
}

#container {
width: 490px;
margin: 0 auto;
margin-top: 100px; 
}

#main {
width: 490px;
background: url(/images/container-bg.jpg) repeat-y;
margin: 0 auto;
padding-bottom: 11px;
}

h1 { 
width: 490px;
height: 88px;
background: url(/images/header.png) no-repeat;
margin: 0 auto;
margin-bottom: 16px;
}
	h1 a { display: block; height: 46px; outline: none; }
	h1 span { display: none; }



#text {
width: 468px;
padding: 0 10px;
padding-bottom: 10px;
color: #727272;
}
	#text h2 { 
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3e4647;
	margin-bottom: 2px;
	}
	
	#text p { line-height: 17px; margin: 0 0 10px 0; }
	#text a { color: #2caac7; }
	


#lower {
width: 490px;
height: 16px;
background: url(/images/bottom.png) no-repeat;
}

#footer {
text-align: center;
margin-top: 16px;
font-weight: bold;
color: #3e4647;
}

#footer a { color: #2caac7; }

.textBox { 
width: 430px; 
height: 33px; 
font: bold 13px Arial; 
outline: none; 
color: #636363;
border: 0;
background: url(/images/bar.jpg) no-repeat;
padding: 19px 19px 0 19px;
}

.outputBox { 
width: 430px; 
height: 33px; 
font: bold 13px Arial; 
outline: none; 
color: #636363;
border: 0;
background: url(/images/bar2.jpg) no-repeat;
padding: 19px 19px 0 19px;
}

.button { 
margin: 0 auto;
background: url(/images/button.jpg) no-repeat;
width: 490px;
height: 70px;
border: 0;
padding: 9px 30px 0 9px;
}

/*	#username {
	width: 160px;
	height: 22px;
	border: 1px solid #d3d3d3;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #2caac7;
	background: url(/images/bird.png) no-repeat top right;
	padding: 9px 30px 0 9px;
	}
*/
