/* Modal window */

#faqmodal {
	width: 500px; 
	height: 500px;
	padding: 10px;
	background-color: #ffffff;
}

#disclaimermodal {
	width: 500px; 
	height: 500px;
	padding: 10px;
	background-color: #ffffff;
}

#modal_menu {
	list-style: none;
}

#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
}

.window {
	position: absolute;
	left: 0;
	top: 0;
	width: 440px;
	height: 200px;
	display: none;
	z-index: 9999;
	padding: 20px;
}

/* End modal window */

#upload_status {
	margin-top: 20px;
	border: solid 1px black;
	width: 428px;
	min-height: 50px;
	padding: 5px;
}

#upload_form {
	display: none;
}

#upload_bottom {
	display: none;
}

