html,

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #e5e5e5 url(../gfx/body_bg.gif) repeat-x 0 0;
	color: #666;
	font-family: Times New Roman;
	font-size: 14px;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/**
 ** frame
 */
table#main {
	width: 100%;
}
td#left {
	width: 50%;
	background: transparent url(../gfx/td_left_bg.gif) repeat-x top left;
}
td#right {
	width: 50%;
	background: transparent url(../gfx/td_right_bg.gif) repeat-x top left;
}
td#center {
	width: 770px;
	vertical-align: top;
}
div#container {
	width: 774px;
	margin: 0 auto;
	background-color: #fff;
}
div#header {
	margin: 0 auto;
	width: 770px;
	height: 211px;
	background: transparent url(../gfx/_header.jpg) no-repeat top left;
}
div#content {
	margin: 0 auto;
	width: 768px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
div#content_left {
	width: 236px;
	border-right: 1px solid #e5e5e5;
}
div#content_right {
	width: 529px;
	float: right;
	margin-top: 0;
	background-color: #fff;
}
div.content_bottom {
	clear: both;
	height: 30px;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
td#footer {
	width: 774px;
	margin: auto;
	height: 40px;
	background: transparent url(../gfx/footer_bg.gif) repeat-x top left;
	color: #737373;
}
td#footer_right {
	background: transparent url(../gfx/footer_bg.gif) repeat-x top left;
}
/**
 ** a
 */

a,
a:hover {
	color: #E0B511;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a.footer,
a.footer:hover {
	color: #737373;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
input.box,
input.box:hover {
	font-family: Times New Roman;
	font-size: 14px;
	color: #000000;
	padding-top: 4px;
	height: 16px;
	width: 180px;
	border: 0px;
	border-bottom: 1px solid #cecece;
	background-color: #ffffff;
	margin: 0;
}
input.box:hover,
input.box:active {
	border: 0px;
	border-bottom: 1px solid #737373;
}
textarea,
textarea:hover {
	font-family: Times New Roman;
	font-size: 14px;
	color: #000000;
	height: 80px;
	width: 180px;
	border: 1px solid #cecece;
	background-color: #ffffff;
	margin: 0;
	padding: 3px 3px 0 3px;
	vertical-align: top;
	overflow-y: auto;
}
textarea:hover,
textarea:active {
	border: 1px solid #737373;
}
input.box:hover,
input.box:active {
	background: url(../gfx/input_box_hover.gif) no-repeat top left;);
}
label {
	cursor: pointer;
	width: 100px;
}
#submit {
	background: url(../gfx/submit.gif) no-repeat;
	border: 0;
	width: 53px;
	height: 22px;
	cursor: pointer;

}
input.error {
	color: red;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
input.normal {
  font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #FF6600;
	height: 25px;
	width: 200px;
	border: 0;
	margin: 0;
	padding: 3px 3px 0 3px;
	vertical-align: middle;
	background: url(../gfx/input_box.gif) no-repeat top left;);
}

ul {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
}
ul li {
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
}
div.box4 {
	vertical-align: center;
	width: 150px;
}
h1 {
	font-size: 15px;	
	margin: 0 0 10px 0;
	color: #000000;
	border-bottom: 1px solid #686868;	
}
span.m10 {
	margin:  6px;
}
span.w10 {
	margin-left: 10px;
}
span.title {
	text-align: right;
}