table {
	margin-left:0px;
	width: 100%;
	font-size:11.5pt;
	border-collapse: collapse;
	}
table.form {
	margin-left:60px;
	width: 600px;
	font-size:11.5pt;
	border-collapse: collapse;
	}
th.t_top {
	border-top: #BDB76B 4px solid;
	}

th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #FAFAD2;
	padding: 8px;
	font-weight: normal;
	}

td.t_top {
	border-top: #cccccc 4px solid;
	}

td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 8px;
	}


input[type=submit],input[type=reset]{
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -o-border-radius: 2px;
   -ms-border-radius: 2px;
   border:0px;
   width:200px;
   height:26px;
   padding:0 4px;
   cursor:pointer;
   color:#fff;
   font-weight:bold;
   background:#BDB76B;
   text-shadow:1px 1px 0px #333;
}


input.search[type=submit],input.search[type=reset]{
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -o-border-radius: 2px;
   -ms-border-radius: 2px;
   border:0px;
   width:115px;
   height:26px;
   padding:0 4px;
   cursor:pointer;
   color:#fff;
   font-weight:bold;
   background:#BDB76B;
   text-shadow:1px 1px 0px #333;
}
input[type=submit]:hover,input[type=reset]:hover,input.search[type=submit]:hover,input.search[type=reset]:hover{
   background:#ccc674;
	}


input[type=text]{
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -o-border-radius: 2px;
   -ms-border-radius: 2px;
   border:#a9a9a9 1px solid;
   width:240px;
   height:25px;
   padding:0 3px;
   background:#fefefe;
}
input.search[type=text]{
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -o-border-radius: 2px;
   -ms-border-radius: 2px;
   border:#a9a9a9 1px solid;
   width:140px;
   height:25px;
   padding:0 3px;
   background:#fefefe;
}

textarea{
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -o-border-radius: 2px;
   -ms-border-radius: 2px;
   border:#a9a9a9 1px solid;
   width:346px;
   height:105px;
   padding:0 3px;
   background:#fefefe;
}

input[type=text]:focus {
	border:solid 1px #20b2aa;
	}
input[type=text], select { 
	outline: none;
	}

