#dialog_template {
  display: none;	
}

#jq_dialog_box {
	
	background: #eee;
	position: absolute;
	width: 700px;
	height: 480px;
	font-family: Arial;
	
	border-width: 3px 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.jq_dialog_content {
	margin: 10px;
	font-weight: bold;
	font-size: 12px;
	height: 390px;
	overflow: auto;
}

#alert_template {
  display: none;	
}

#jq_alert_box {        
   
	background: #eee;
	position: absolute;
	width: 500px;
	height: 160px;
	font-family: Arial;
	
	border-width: 3px 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.alert_content {
	margin: 20px;
	font-weight: bold;
	font-size: 12px;
	height: 100px;
	overflow: auto;
	width: 95%;
	text-align:left;
}
