.modal.hide { display:none; }
.modal-backdrop.fade { opacity:0; }
.modal-backdrop, .modal-backdrop.fade.in { opacity:0.4; filter:alpha(opacity=40); }
.modal-backdrop { position:fixed; top:0; right:0; bottom:0; left:0; z-index:100; background-color:#000; }
.modal { 
	border: 1px solid rgba(0,0,0,0.2);
	position:fixed; 
	top:50%; 
	left:50%; 
	z-index:200; 
	width:260px; 
	padding:25px; 
	margin:-80px 0 0 -170px; 
	background-color:#ededed; 
	z-index:1000;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px; 
}
.modal header {
	margin: .3em;
}
.modal input {
	width: 248px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px; 
}

/* Your CSS here.. */