/* CSS Document */
body{
	text-align:center;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
h3{
	margin-top:100px;
}
.clear
{
	clear:both;
}
.container{
	background-image:url(../images/grungeram.jpg);
	margin:0px auto;
	width:507px;
	height:595px;
	border:1px solid white;
}
.inner-cont{
	text-align:left;
	width:365px;
	height:400px;
	margin-left:70px;
	border:1px solid white;
	overflow:auto;
}
.label
{
	float:left;
	width:55px;	
	margin-top:5px;
}
.field
{
	float:left;	
	margin-top:5px;
}