#selectarea .dijitDialogPaneContent {
	margin:0;
	padding:0;
}
#selectareabg {
	width:700px;
	height:640px;
	background-image:url(/lib/images/selectarea.gif);
	background-position:-20px -40px;
	background-repeat: no-repeat;
	position:relative;
 overflow:hidden;
}
.selectareamesh {
	position:absolute;
 border:3px solid transparent;
 width:69.0px;
 height:56.5px;
 cursor:pointer;
}
.selectareamesh:hover {
 border:3px solid #FF8800;
		 background-color:#FF880022;
 }
