body {
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #F0F0F0;

}
.nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	height: 698px;
	width: 572px;

}
.content {
	position: absolute;
	left: 620px;
	z-index: 2;
	bottom: 50px;
	width: 376px;
	font-family: Tahoma;
	color: #000000;
	font-size: 10px;
	padding: 15px;
	background-color: #DDDDDD;
	height: auto;
    -moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border: 1px solid #F0F0F0;
}
a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
textarea {
	font-family: Tahoma;
	font-size: 10px;
}
input {
	font-size: 10px;
	font-family: Tahoma;
}
