body, th, td {
	font-size: 12px;

}
body{

	background: #000 url(/images/back_shop.jpg) repeat-x center top;
	padding:10px;
	margin:0;
	color:#AAA;
}
a {
	color: #F88001;
	text-decoration:none;
}
h1{
font-size:16px;
color:#fff;
line:height:100%;
}
img{
border:none 0px;
}
table {
	width: 100%;
	background: #4c4c4c;
}
th {
	background: black;
	color: white;
	font-weight: normal;
}
th.header {
	background: #900;
	font-weight:bold;
	color: white;
}

tr.even td {
	background: #ddd;
}
tr.odd td {
	background: #eee;
}

td {
	padding: 2px;
	color:#000;
}
tr.total td {
	background: #999;
}

.submit{
border: 3px double #333;
border-top-color: #666;
border-left-color: #666;
padding: 0.25em;
color: #AAA;
font-size: 12px;
font-weight: bold;
background:url(/images/panel.gif) repeat-x left  top #211;

}

.goregister{
text-align:right;
line-height:160%;
}
.input, .input-area{
	font-size:12px;
	color:#000;
	background:#fff;

	
}
