#ischool-dialog{
	float:right;
			
}

#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:650px;
  height:500px;
  display:none;
  z-index:9999;
  padding:20px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  
}

#boxes #dialog {
  width:650px; 
  height:500px;
  padding:10px;
  background-color:#ffffff;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-opacity:.90; filter:alpha(opacity=90); opacity:.90; 
}


#ischool-comment-iframe{
	margin-top:10px;
	width:inherit;
	height:450px;
	border:none;	
}

