BODY
{
	font-size: 12px;
	font-family: Verdana, Arial;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image:  url("../imgs/background.jpg");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: right bottom;
}
.copyright {
	font-size: 12px;
}
.star {
	font-size: 12px;
	font-family: Verdana, Arial;
	color: #FF0000;
	font-weight: bold;
}
.error {
	font-size: 12px;
	font-family: Verdana, Arial;
	color: #FF0000;
	font-weight: bold;
}
.success {
	font-size: 12px;
	font-family: Verdana, Arial;
	color: #006600;
	font-weight: bold;
}
.sm_note {
	font-size: 9px;
	font-family: Verdana, Arial;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
TR {
	font-size: 12px;
	font-family: Verdana, Arial;
	border: 1px solid #000000;
}
TEXTAREA {
	font-size: 12px;
	font-family: Verdana, Arial;
	color: #11648B;
	border: 1px solid #000000;
}
INPUT {
	font-size: 12px;
	font-family: Verdana, Arial;
	color: #11648B;
	border: 1px solid #000000;
}
.submit {
	font-size: 12px;
	font-family: Verdana, Arial;
	border: 1px solid #000000;
	color: #000000;
	height: 30;
}
.left { border-left: 1px solid black; }
.right { border-right: 1px solid black; }
.bottom { border-bottom: 1px solid black; }
.top { border-top: 1px solid black; }
.input_h {
	background-image:  url("../imgs/input_height.jpg");
	background-repeat: no-repeat;
	background-position: center;
	color:#000000;
	height: 19;
	width: 50;
	text-align:center;
	font-weight: bold;
}
.input_l {
	background-image:  url("../imgs/input_length.jpg");
	background-repeat: no-repeat;
	background-position: center;
	color:#000000;
	height: 19;
	width: 50;
	text-align:center;
	font-weight: bold;
}
.input_w {
	background-image:  url("../imgs/input_width.jpg");
	background-repeat: no-repeat;
	background-position: center;
	color:#000000;
	font-weight: bold;
	height: 19;
	width: 50;
	text-align:center;
}
.input_weight {
	background-image:  url("../imgs/input_weight.jpg");
	background-repeat: no-repeat;
	background-position: right;
	height: 19;
	width: 75;
	color:#000000;
}
