
body {
	background: #fcfafa;
	margin: 0 auto;
	max-width: 320px; 	
	padding: 0;
	width: 320px; 	
}
.header {	
	background: #000;	
	max-width: 320px;	
	margin: 0 auto;
	text-align:center;
}
.logo {
	margin: 0 auto;
	max-width: 283px;	
	text-align:center;
	width: 180px;
}	  
.content {
	margin: 0 auto;
	max-width: 320px;
}


.blk {	
	border-radius: 10px;
	border:1px solid #666;
	width:60px;
	height:60px;	
	-moz-border-radius: 10px;
	overflow:hidden;
	-webkit-border-radius: 10px;
}


input{
	background: #ccc url(bg.png);
	border-radius: 15px;
	border:3px solid #ccc;
	color: #CCC;
	font-size: 140%;	
	margin:  0 auto; 
	margin-top:10px;
	max-width: 320px;
	-moz-border-radius: 15px;
	padding: 9px;
	text-decoration: none;	
	text-shadow: #000 1px 2px;
	-webkit-border-radius: 15px;
	width: 320px;
}


.footer {	

	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight:bold;
	max-width: 320px;	
	margin: 0 auto;
	text-align:center;
}
