#dialogWrap{
	width:500px;
	height : 500px;
	margin:20px auto;
	font-size:1.2rem;
}
.dialogButton{
	width:60px;
	margin-right:10px;
	padding:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-weight:bold;
}
a.dialog_resultItem {
	color :blue !important;
	text-decoration : underline !important;
}