@charset "UTF-8";


.frm {
	font-size: 12px;
	color: #333;
}
  
  
form {
  margin: 0px;
  border: 0px; }
  
  
.text {
	text-align: right;
	padding-right: 4px;
	line-height: 30px;
	height: 30px;
	padding-top: 8px;
}
  
  
.text2 {
	font-size: 14px;
	color: #333;
	border: 1px solid #ff9900;
	font-weight: normal;
	margin: 6px;
	padding: 6px;
	height: 18px;
	background-color: #FFFFFF;
	background-image: url(../images/input-grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 18px;
}

.textarea2 {
	font-size: 14px;
	color: #333;
	border: 1px solid #ff9900;
	font-weight: normal;
	margin: 6px;
	padding: 8px;
	background-color: #FFFFFF;
	background-image: url(../images/input-grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
  
  
select {
	font-weight: normal;
	font-size: 12px;
	margin: 3px;
}
  
  
td {
	font-size: 12px;
	color: #333;
	text-align: justify;
	line-height: 13px;
}
  
  
hr {
  background-color: #ddd;
  color: #ddd;
  height: 1px;
  width: 100%;
  border: 0px; }
  
  
#question {
	background-color: #006633;
	padding: 5px;
	color: #F0F4E9;
	font-weight: bold;
	width: 100%;
}
  
  
.step {
	border: 1px solid #ddd;
	width: 99%;
	padding: 10px;
	background-color: #FFFFFF;
}
.take_time {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #006633;
}
.submit_box {
	border: 1px solid #ddd;
	width: 99%;
}
.step_title {
	font-size: 16px;
	color: #006633;
	line-height: 28px;
	padding-left: 10px;
	height: 28px;
	background-color: #dddddd;
	margin-bottom: 10px;
}
.notice {
	font-size: 12px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 16px;
}


.btm {
	color: #006633;
	text-decoration: none;
	float: right;
}
.btm a, .btm a:visited {
	color: #006633;
	border-bottom: 1px dotted #006633;
	text-decoration: none;
}
.btm a:hover {
	color: #000000;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}































  
