/* CSS Document */

/* common style */
*{margin:0;padding:0;color:#737373;font-size:12px;}
a{text-decoration:none;}a:hover{text-decoration:underline;}
td{font-size:14px;}

/* unique style */
body{background:url(../images/body_bg.gif) repeat-x; background-color:#90610c;}
.mainer{width:807px;margin:0 auto;padding-bottom:66px;}
.header{}
.matrix {
	background-image: url(../images/matrix_bg.gif);
	background-repeat: repeat-y;
	padding: 0 30px 0 39px;
	overflow: hidden;
}
.matrix .logo {
	float:left;
}
.matrix .form {
	float:right;
}
.matrix .textfield {
	height: 238px;
	width: 390px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #f3aa00;
	border-bottom-color: #f3aa00;
	border-left-color: #000;
	padding: 2px;
}
.matrix .textinput1 {
	width:140px;
	height:14px;
	padding: 2px 0 0;
}
.matrix .textinput2 {
	width:60px;
	height:14px;
	padding: 2px 0 0;
}
.matrix .textinput3 {
	width:140px;
	height:14px;
	padding: 2px 0 0;
}
.matrix .textlist {
	width:90px;
	color: #000;
}
.text03 {
	color:#fff;
}
.text04 {
	color:#000;
}
