html, body {
	font-family: Arial, sans-serif;
	background: #fff;
	padding: 0;
	border: 0;
	min-width: 100%;
	font-size: 13px;
	color: #404040;
	direction: ltr;
	-webkit-text-size-adjust: none;
}

.wrapper {
	padding: 15px;
}

#main {
	background-color: #E0FFFF;
	padding: 20px 25px 30px;
	width: 600px;
	min-height: 400px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

#contents {
	min-height: 320px;
	margin-bottom: 20px;
}

#center {
	padding: 25% 20% 10% 20%;
}

#footer {
	width: 90%;
	height: 30px;
	margin: auto;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	margin: 0 0 15px;
	font-weight: bold;
	text-align: center;
}

input[type=file] {
	display: none;
}

.filename {
	width: 70%;
	height: 22px;
	background-color: #ffffff;
}

.refBtn {
	width: 80px;
	height: 28px;
}

.moveBtn {
	float: right;
	width: 160px;
	height: 30px;
	margin-right: 40px;
	font-size: 14px;
}

#message {
	width: 70%;
	margin: auto;
	padding-top: 20px;
	color: #cc0000;
}

.boxM {
	height: 60px;
	padding: 10px;
}

.menuBtn {
	width: 240px;
	height: 45px;
	font-size: 16px;
}
