body {
	font-family:"Myriad", "Verdana", sans-serif;
	font-size:13px;
	padding:3em;
}

h1 {
	font-size:1em;
	margin-bottom:15px;
}

#blockme {
	height:165px;
	width:200px;
	background:url("images/formBg.gif") repeat-x bottom left #fff;
	color:#000;
	border:1px solid #bdbcbd;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-webkit-box-shadow: 0px 0px 5px #888;
}
#blockme p {
	padding:20px;
}


.dojoBlockOverlay {
	background:url(images/loading.gif) no-repeat center center;
	background-color:#e4e4e4 !important;
}