body {
	background: #ececec url("../img/full_bg_all.jpg") no-repeat top center;
}
body,
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #D48424;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
	margin-bottom: 20px;
}
a:hover {
	text-decoration: underline;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}

/* defualt FORM styles
******************************/
form {
	padding: 10px;
}
fieldset {
	padding: 10px;
	margin: 10px 0;
	border: none;
}
legend {
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #333;
}
form div {
	margin: 0 0 10px 0;
}
label {
	float: left;
	width: 200px;
	display: block;
	clear: left;
	margin-right: 10px;
}
textarea,
input.text,
select {
	padding: 2px;
	border: 1px solid #666;
	_background: none;
	_border: none;
}
textarea {
	border: 1px solid #666;
}
select {
	padding:0;
	background-color: #fff;
}
input[type="text"] {
	border: 1px solid #666;
}
input[type="submit"] {
	margin: 5px 5px 0 0;
	cursor: pointer;
	width: auto
	float: right;
}
input[type="checkbox"] {
	color: #000;
}
input[type="radio"] {
	padding: 0.5em;
	background-color: #fff;
	color: #000;
}
option {
	background-color: #fff;
	color: #000;
}
ul.noFloat li {
	float: none;
}
.clearBoth {
	clear: both;
}

table {
	border: 0;
	*border: -1px;
	padding: 0;
	margin: 0;
	cellspacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	table-layout: auto;
}