body {
	margin-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
	padding-bottom: 10px;
	position: relative;
	background-color: #eeeeee;
}

.dialog {
	background: #fff;
	padding:20px 20px 0 20px;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	box-shadow:2px 2px 3px #aaaaaa;
}