@charset "utf-8";
/* CSS Document */

body {
	background:url(../../images/questionform/bg.jpg) no-repeat;
	background-color:white;
	text-align:center;
}

#header {
	float:right;
	margin-right:10px;
	margin-top:20px;
}

.contents {
	float:right;
	margin-right:20px;
	margin-top:20px;
	width:300px;
	text-align:right;
}

.form_area {
	width:500px;
	height:200px;	
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
}

.form_row {
	width:500px;
	height:40px;
	float:left;
}

.form_label {
	width:175px;
	float:left;
	height:30px;
	margin-top:10px;
}

.form_input {
	width:250px;
	float:left;
	height:40px;
}

.form_verified {
	width:40px;
	height:40px;
	float:left;
}

.textinput {
	width:220px;
	height:25px;
	font-size:1.5em;
}

#input_comment {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

#overlay_form {
	position:absolute;
	z-index:105;
	top:0px;
	left:0px;
	width:100%;
	height:470px;
	background-color:black;
	opacity:0.7;
}

#overlay_message {
	background:url(../../images/questionbox_01.png) no-repeat;
	width:290px;
	height:168px;
	top:150px;
	left:150px;
	position:absolute;
	z-index:106;
	text-align:center;
	padding-top:30px;
}

#overlay_text {
	width:180px;
	margin-left:auto;
	margin-right:auto;
}
