td, tr, table, img, form, center, i, u, b, a, p, h6, h5, h4, h3, h2, h1, span, div, body, html, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body, html {
	background-color: #EEEEEE;
	overflow: auto;
}
* {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #000000;
	text-decoration: none;
}
p {
	display: inline;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	display: inline;
}
h1 {
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
.div_b {
	margin-top: 15px;
}
.div_m_a, .div_m_o {
	float: left;
	margin-right: 15px;
	padding: 8px 35px;
}
.div_m_a {
	background-color: #FFF;  
	border-left: 1px solid #CCC;
}
.div_m_o {
	background-color: #CCC; 
}
.div_q {
	display: none;
}
.q_left {
	float: left;
	line-height: 30px;
	font-size: 16px;
}


.div_text {
	border: 1px solid #666;
	width: 468px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#FBFBFB;
}
.b_text {
	font-size: 16px;
	font-weight: bold;
}


.pay_div {
	padding: 15px; 
	border: 1px solid #CCC; 
	background-color:#F9F9F9;
}
.q_right {
	float: right;
}
.ql_td {
	padding: 5px;
	border: 1px solid #CCC;
	border-top: 0;
	border-right: 0;
}
.qmb_1 {
	background-color:#eee;
}
.qmb_2 {
	background-color: ccc;
}
.input_text {
	border: 1px solid #999;
	background-color:#EEEEEE;
	padding: 2px;
}
#div_top {
	height: 120px; 
	background-color: #444;
}
#div_main {
	margin: 0 auto;
	background-color: #FFF; 
	width: 800px; 
	border: 1px solid #CCC; 
	border-top: 0; 
}
#div_logo {
	margin: 0 auto; 
	width: 800px;
	height: 71px;
}
#div_menu {
	margin: 20px auto 0;
	width: 800px; 
	margin-top: 17px;
}
#div_bottom {
	text-align: center;
	margin: 10px;
}
#last_table {
	border: 1px solid #CCC; 
	border-bottom: 0; 
	border-left: 0; 
	width: 750px; 
	margin-top: 10px; 
	margin-bottom: 10px;
}
#start_button {
	font-size: 16px;
	padding: 8px;
	width: 200px;
	cursor: pointer;
	border: 1px solid #CCC;
	background-color:#98F570;
}
#start_button:hover {
	text-decoration: underline;
	background-color: #80de58;
}