#modal{
	width:100%;height:100%;
	position:fixed;left:0;top:0;
	_position:absolute;
}
#modal .modal-overlay{
	background:#000;
	display:block;
	height:100%;
}
#modal .modal-holder{
	display:table;
	width:100%;height:100%;
	position:absolute;left:0;top:0;
}
#modal .modal-vcenter{
	#position:absolute;#top:50%;
	display:table-cell;
	vertical-align:middle;
}
#modal .modal-hcenter{
	margin:auto;
}
#modal .modal-content{
	background:#F4E73B;
	margin:auto;
	width:250px;height:200px;
	padding:10px;
	position:relative;#top:-50%;
	vertical-align:middle;
	text-align: right;
}
#modal .modal-close{
}