html, body, input {
	font-size: 14px;
	font-family: Roboto, Arial, sans-serif;
}
table {
	margin: 0 auto;	
	width: 760px;
}
th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	width: 160px;
}
.upload_area {
	position: relative;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #757575;
	input[type="file"] {
		position: absolute;
		top: 0;
		left: 0;
		width: 600px;
		height: 50px;
		opacity: 0;
	}
	div {
		position: absolute;
		top: 0;
		left: 0;
		width: 600px;
		height: 50px;
		border: solid 1px #8f8f9d;
		border-radius: 2px;
	}
}
select {
	margin-right: 4px;
}
textarea {
	/*font-family: 'Courier New', Courier, Consolas, monospace;;*/
	font-family: Courier, Consolas, monospace;;
	font-size: 14px;
	width: 600px;
	height: 150px;
	resize: none;
	box-sizing: border-box;
}
iframe[name="summary"] {
	padding: 0;
	width: 100%;
	height: 40px;
	border: none;
}
iframe[name="upload"] {
	width: 600px;
	height: 30px;
	border: none;
	border-bottom: solid 1px #8f8f9d;
}
.circle, .help {
	display: inline-block;
	margin-left: 10px;
	width: 12px;
	height: 12px;
	color: #00f;
	font-size: 10px;
	text-align: center;
	border-radius: 50%;
	border: solid 1px #00f;
	background-color: #eef;
}
.circle {
	cursor: default;
}
.help {
	cursor: pointer;
}
