/* CSS Document */

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../images/formbg.gif) repeat-x left top;
width: 180px;
}

input{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	margin: 1px 2px;
	background:url(../images/formbg.gif) repeat-x left top;
	width: 20px;
}

.fomrTxt {
	border: 1px solid #999999;
		width: 80px;
}
.fomrTxtArea {
cursor:pointer;
border:outset 1px #ccc;
	padding: 1px 2px;
	margin: 1px 2px;
	border: 1px solid #999999;
	color:#666;
	font-weight:bold;
	background-color: #F9F9F9;
}

.table6Form {
	margin-right: 2px;
}
.table6Form #head{
	background-image: url(../images/tab/table6_head.jpg);
	background-repeat: no-repeat;
	height: 174px;
	width: 600px;
	margin-right: 36px;
	margin-left: 36px;
	
}
.table6Form #body{
	background-image: url(../images/tab/table6_body.gif);
	background-repeat: repeat-y;
	margin-right: 36px;
	margin-left: 36px;
	text-align: left;
	padding-bottom: 10px;
}
.table6Form #bottom{
	background-image: url(../images/tab/table6_bottom.gif);
	background-repeat: no-repeat;
	height: 36px;
	width:600px;
}.margin36 {
	margin-right: 50px;
	margin-left: 50px;
}
body,table,td,input,textarea {
	font-family: Tahoma, sans-serif, "Microsoft Sans Serif";
	font-size: 12px;
	color: #666666;
}
