@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #2A2A2A;
	background:#FFF;
	line-height: 1.3em;
}
.main{ 
	width:400px; 
	margin:auto;
	border:solid 2px #ccc;
	border-top:solid 3px #ccc;
	background-color:#eee;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	padding-bottom:20px;
}
.td{ text-align:center; color:#333;}
.header{ 
	background-color:#ddd;
	padding-bottom:10px;
	margin-bottom:20px;
}
.header h1{ 
	margin:0px; padding:0px; text-align:center;
	font-size:18px;
	padding-top:10px;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
}
.header p{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}
.content{ margin:10px;}
.kh_input{ margin-bottom:10px; overflow:hidden;}
.kh_input_left{ float:left; width:30%; color:#333; font-weight:bold; padding:12px 0px;}
.kh_input_right{ float:right; width:67%;}
.input_txt{ 
	width:95%; 
	padding:10px 5px;
	border:solid 1px #3C5D1F;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
}
.select_input{ 
	width:100%; 
	padding:10px 5px;
	border:solid 1px #3C5D1F;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
}
.input_bottom{
	border:solid 1px #ccc;
	background-color:#ddd;
	padding:10px 20px;
	text-align:center; color:#333;
	font-weight:bold;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	margin-top:10px;
	cursor:pointer;
	text-transform:uppercase;
}

