body{
	background-image:url(../images/global/main_bg.jpg);
}
.vert_bgl{
	background-image:url(../images/global/vertical_bg_left.gif);
	width:4px;
}
.vert_bgr{
	background-image:url(../images/global/vertical_bg_right.gif);
	width:4px;
}
.canvas{
	width:490;
	padding: 0px;
	/*background-color:#fff;*/
	background-color:#EEE9D6;
	font-family: Arial;
	font-size:11px;
}
.maintxt{
	font-family: Arial;
	font-size:11px;
	color:#525252;
}
.maintxt_title{
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color:#c13700;
	margin-bottom:-12px;
	/*font-weight: bold;*/
}
.maintxt_title_0{
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color:#c13700;
}
.vert_dot01{
	background-image:url(../images/global/vert_dot_01.gif);
	width:1px;
}

#mform td{
	padding-left:21px;
	padding-top:10px;
}
input{
	border:1px solid #522720; 
	width:215px;
	height:19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea{
	border:1px solid #522720; 
	width:215px;
	height:98px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow-y: auto;
}
.reset_gr{
	background-image:url(../images/global/cancel_gr.gif);
	width:86px;
	height:16px;
	border:0px;
	cursor: auto;
}
.submit_gr{
	background-image:url(../images/global/submit_gr.gif);
	width:64px;
	height:16px;
	border:0px;
	cursor:auto;
}

.reset_en{
	background-image:url(../images/global/cancel_en.gif);
	width:86px;
	height:16px;
	border:0px;
	cursor: auto;
}
.submit_en{
	background-image:url(../images/global/submit_en.gif);
	width:62px;
	height:16px;
	border:0px;
	cursor:auto;
}
