.modal {
	display: none;
	width: 400px;
	background: #fff;
	padding: 12px;
/*	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 5px #fff;
	-moz-box-shadow: 0 0 5px #fff;
	-o-box-shadow: 0 0 5px #fff;
	-ms-box-shadow: 0 0 5px #fff;
	box-shadow: 0 0 5px #fff; */
	border:6px solid #60575c;
	
	
}

.modal-addon {
	display: none;
	width: 600px;
	background: #fff;
	padding:8px;
	cursor:auto;
/*	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 5px #fff;
	-moz-box-shadow: 0 0 5px #fff;
	-o-box-shadow: 0 0 5px #fff;
	-ms-box-shadow: 0 0 5px #fff;
	box-shadow: 0 0 5px #fff; */
	border:6px solid #60575c;
	
}

.modal a.close-modal {
	position: absolute;
	top: -20px;
	right: -20px;
	display: block;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	background: url(../images/close.png) no-repeat 0 0;
}
.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../images/ajax-loader.gif) #111 no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
