@charset "utf-8";
/* CSS Document */

.modal-overlay
	{
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		height:100%;
		width:100%;
		margin:0;
		padding:0;
		background:#333;
		opacity:.75;
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
		z-index:101;
		
		
		/*background-color:#333;
		-moz-opacity: 0.8;
		opacity:.80;
		filter: alpha(opacity=80);*/
	}
	* html .modal-overlay
	{   
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
	.modal-window
	{
		position:fixed;
		top:50%;
		left:50%;
		margin:0;
		padding:0;
		z-index:102;
		background-color: white;
	}
	* html .modal-window
	{
		position:absolute;
	}
	.close-window
	{
		position:absolute;
		width:61px;
		height:19px;
		right:8px;
		top:8px;
		background:transparent url('../images/close-button.jpg') no-repeat scroll right top;
		text-indent:-99999px;
		overflow:hidden;
		cursor:pointer;
		opacity:.5;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
	}
	.close-window:hover
	{
		opacity:.99;
		filter: alpha(opacity=99);
		-moz-opacity: 0.99;
	}

.modal-window div.srollFavorite{
	overflow:auto;
	width:465px;
	height:190px;
}
.modal-window div.FavoriteBox{
	padding:40px 20px 0px 20px;
}
.modal-window  div.grayBorder{
	border:1px solid #E3E6E7; 
	width:448px;
}
.modal-window div.confirmBox {
	color: #333;
	padding:10px 20px 0px 20px;
	background-color: white;
	text-align: center;
	
}
.modal-window div h4{
	font-size:16px;
	color:#9ea6ac;
	
}
.modal-window div h5{
	font-size:21px;
	color:#435560;
	
}
.modal-window div p{
	font-size:11px;
	color:#535353;
	
}

a#create {
	background:#FFFFFF url(../images/create.gif) no-repeat scroll 0 0;
	
	display:block;
	height:22px;
	width:77px;
}	
a#create:hover {
	background-position:0 -22px;
}
a#cancel {
	background:#FFFFFF url(../images/cancel.gif) no-repeat scroll 0 0;
	
	display:block;
	height:22px;
	width:77px;
}	
a#cancel:hover {
	background-position:0 -22px;
}

