@charset "utf-8";
/* CSS Document */

#formWrap {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	color: #555;
	line-height: 120%;
	font-size: 90%;
	max-width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	height: auto;
}
table.formTable{
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	border-right: 1px solid #ccc;
}
table.formTable td,table.formTable th{
	border: 1px solid #ccc;
	padding: 10px;
	font-weight: normal;
	vertical-align: middle;
}
table.formTable th{
	background: #efefef;
	text-align: left;
	min-width: 12em;
}
table.formTable td{
	min-width: 230px;
	max-width: 470px;
	height: auto;
}
.formTable #app #date {












}
#app #date #datepicker {
	margin-top: 10px;










}
#app #date img {
	margin-top: 0px;
	margin-left: 6px;
	float: none;

}
.formTable input       , .formTable select         {
	border: thin solid #B7B7B7;
	font-size: 1em;
	height: 1.3em;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}
.formTable select {
	width: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	height: 25px;
}
.overflow  {

}
.formTable #check_box  , .formTable #radio_box{
	height: auto;
}
.formTable textarea {
	border: thin solid #B7B7B7;
}
