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

	 
	
	
	.modal {
		background-color:#fff;
		display:none;
		width:300px;
		padding:0 15px 15px 15px;
		text-align:left;
		border:2px solid #cc0066;
	
		opacity:1.0;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		-moz-box-shadow: 0 0 50px #ccc;
		-webkit-box-shadow: 0 0 50px #ccc;
	}
	
	.modal h2 {
		margin:0px;
		padding:10px 0 10px 45px;
		border-bottom:1px solid #333;
		font-size:20px;
	}
	
	.modalInput {
		cursor:pointer;
	}