@charset "UTF-8";
#column1{background:#fff;}
#column1 .inner{padding:20px;}

/*table border:1px
----------------------------------------*/
table.formtable{border-top:1px solid #cccccc; border-collapse:collapse; border-spacing:0px; empty-cells:show; margin:30px;}
.formtable th{width:25%; font-weight:normal; background:#f5f5f5; text-align:left;}
.formtable th,
.formtable td{border-bottom:1px solid #cccccc; padding:15px; margin:0px; line-height:1.5;}
td.submit{background:#eee; text-align:center;}
td.submit input{margin:0 5px;}
.red{color:#cc3300;}

input{padding:3px; font-size:100%;}
h3.thanx{color:#FF9900; line-height:1.5; font-size:140%;}
.height300{height:300px;}
