html {
	margin: 0;
	padding: 0;
}

input[type='text'] {
	margin-top:2px;
	padding: 5px 0px 5px 5px;
	border: 1px solid #696969;
 	border-radius:3px;
	background: rgb(252,255,244);
	background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(233,233,206,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(233,233,206,1)));
	background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 );
}
input[type='password'] {
	margin-top:2px;
	padding: 5px 0px 5px 5px;
	border: 1px solid #696969;
 	border-radius:3px;
	background: rgb(252,255,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(233,233,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(233,233,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-9 */

}
select {
	margin-top:2px;
	line-height:120%;	
	border: 1px solid #696969;
 	border-radius:3px;
	background: rgb(252,255,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(233,233,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(233,233,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-9 */
}
textarea {
	padding: 2px;
}
a, a:visited {
	color: #003366;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}

#oss_container {
	text-align:center;
	margin:auto;
	background:#F5F5F5;
	padding:0px;
}

#oss_header {
	margin-bottom:	0px;
}

.menuform > * > * > td {
	height:40px;
	padding-left: 10px;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	border-top:1px solid #CC0000;
	border-bottom:1px solid #CC0000;
}

h2.pagetitle_s {
	color: #FF3300;
	font-size: 25px;
	letter-spacing: 0.2em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: 3px solid #FF3300;
	background:#FFFFF0;;
}

body > #oss_container {
	padding:0px;
}

#oss_content {
	padding:0px;
}

.success {
	padding: 5px 5px 5px 5px;
	margin-bottom:5px;
	font-size: 16px;
	text-align: left;
	color:#000000;
	padding-left:50px;
	background:#98FB98 url('../image/information.png') 15px 4px no-repeat;
}
.warning {
	line-height:200%;
	background: #FFF0F5;
	margin-bottom:5px;
	font-size: 14px;
	font-weight:bold;
	text-align: left;
	color:#880000;
	padding:5px 0px 1px 2px;
 	border-radius:0px;
}

ul.warning {
	list-style: none;
	font-size: 16px;
	text-align: left;
	color:#FF0000;
}

ul.warning li {
	background: url('../image/error.png') 0px no-repeat;
	padding-left:30px;
}

.caution {
	font-size: 12px;
	color: #0000FF;
}

.box {}
.box > .content {
	text-align:center;
	margin:0px;
	padding:0px;
}
	.box_content_fr {
		background:#EEEFFF;
		text-align:center;
		padding:2px;
		margin:0px;
	}


.btn_box_list_del {
	font-size:16px;
	padding:10px 10px 8px 10px;
	border-radius:0px;
}
.btn_box_list_edit {
	font-size:16px;
	padding:10px 10px 8px 10px;
	border-radius:0px;
	min-width:60px;
}

.btn_insert {
	width:25%;
	padding:10px 0px 10px 0px;
	font-size:30px;
	margin-bottom:10px;
}
.btn_filter {
	width:70%;
	padding:10px 0px 10px 0px;
	font-size:30px;
	margin-bottom:10px;
}
.btn_normal {
	padding:10px 15px 10px 15px;
	font-size:30px;
}

.pagination {
	margin:-5px 0px 0px -5px;
	background:#EEEFFF;
	border-radius:5px;
	border: 0px solid #FF0000;
	display: inline-block;
	text-align:center;
	width: 98%;
	padding:5px 5px 5px 5px;
}
.pagination .links {
	padding: 0px;
}

.pagination .links a.prev {
	float: left;
}
.pagination .links a.next {
	float: right;
}



/* FORM */
.form {
	width: 100%;
	border-collapse: collapse;
}
table.form tr{
	padding-left: 10px;
	color: #000000;
	text-align:left;
	font-size:15px;
}

.form caption {
	text-align: left;
	color: #333;font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 5px 10px;
	border-bottom: 3px solid #DDDDDD;
	background:#FFFFDD;
}

.form > * > * > td {
	padding-left: 10px;
	text-align:left;
	font-size:15px;
}
	.form > * > * > td.left {
		text-align:left;
		padding-left:4px;
	}
	.form > * > * > td.center {
		text-align:center;
	}
	.form > * > * > td.right {
		text-align:right;
		padding-right:4px;
	}

.form_even {
	background:#EEEEEE;
}
.form_odd {
	background:#CCCCCC;
}

/* LIST */
.list {
	border-collapse: collapse;
	width: 100%;
}
.list td {
	color:#000000;
	min-height:40px;
}
.list > * > * > td.search {
	background:#333333;
	color: #FFFFFF;
	font-weight:bold;
	width:90%;
 	border-radius:0px;
}
.list thead tr {
	background:#DDDDDD;
}
.list thead td {
	color: #000000;
	height:40px;
	font-weight:bold;
	border-radius:0px;
}
.list thead td a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.list tbody td {
	vertical-align: middle;
	padding: 5px 0px 5px 0px;
	height:40px;
}
.list tbody td a {
	vertical-align: middle;
	padding: 5px 0px 5px 0px;
}
.list tfoot td {
	vertical-align: middle;
	padding: 5px 0px 5px 0px;
	background:#BDB76B;
	height:40px;
}

.odd {
	vertical-align: middle;
	padding: 0px;
	background:#F5F5F5;
}
.even {
	vertical-align: middle;
	padding: 0px;
	background:#FFFFFF;
}
.list .left {
	text-align: left;
	padding-left: 3px;
}
.list .right {
	text-align: right;
	padding-right: 3px;
}
.list .center {
	text-align: center;
}
.list .noresult {
	text-align: center;
	height:45px;
	font-weight:bold;
	background:#FFFFFF;
	color:#000000;
	font-size:18px;
}

/*list_sub*/
.list_sub {
	border-collapse: collapse;
	width: 100%;
}
.list_sub td {
	color:#000000;
	padding:0px;
}
.list_sub thead tr {
	background:#DDDDDD;
}
.list_sub thead td {
	color: #000000;
	font-weight:bold;
	border-radius:0px;
}
.list_sub thead td.title {
	color: #000000;
	font-size:18px;
	background:#F0E68C;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	border-radius:0px;
}
.list_sub tbody td {
	vertical-align: middle;
	padding: -10px 0px -10px 0px;
}
.list_sub tfoot td {
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	background:#BDB76B;
}
.list_sub .left {
	text-align: left;
	padding-left: 3px;
}
.list_sub .right {
	text-align: right;
	padding-right: 3px;
}
.list_sub .center {
	text-align: center;
}
.list_sub .noresult {
	text-align: center;
	font-weight:bold;
	background:#FFFFFF;
	color:#000000;
	font-size:18px;
}


.question {
	position: absolute;
	display: inline;
	text-align: center;
	width: 174px;
	height: 78px;
	font-size: 13px;
	line-height: 1.5em;
	background: url('../image/bubble.png') left top no-repeat;
	padding: 10px 0 0 0;
	text-shadow: 0px 1px 0px #fff;
	margin-left: -3em;
	margin-top: -5em;
	opacity: 0;
}

.question2 {
	position: absolute;
	display: inline;
	text-align: center;
	width: 174px;
	height: 78px;
	font-size: 13px;
	line-height: 1.5em;
	background: url('../image/bubble.png') left top no-repeat;
	padding: 10px 0 0 0;
	color:#000000;
	text-shadow: 0px 1px 0px #fff;
	margin-left: 2em;
	margin-top: -9em;
	opacity: 0;
}

.yes, .cancel {
	margin-top: .5em;
	margin-right: .5em;
	cursor: pointer;
	display: inline-block;
	width: 63px;
	height: 21px;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
	background: url('../image/button.png') left top no-repeat;
}



.date_picker {
	padding-left:5px;
	vertical-align:middle;
}

.date_picker_clear {
	padding-left:0px;
	vertical-align:middle;
}

.pr_key {
	height:25px;
	margin-top:5px;
}

.del_not_selected {
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	color:#AAAAAA;
	text-shadow:0px 0px 0px rgba(0, 0, 0, 0.6);
}
	.del_not_selected:hover {
		background: rgb(69,72,77); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
		color:#FFFFFF;
		text-shadow:0px 0px 0px rgba(0, 0, 0, 0.6);
	}

.del_selected {
	background: rgb(255,48,25); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */
	color:#FFFFFF;
	text-shadow:0px 0px 0px rgba(0, 0, 0, 0.6);
}
	.del_selected:hover {
		background: rgb(204,0,0); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(204,0,0,1) 0%, rgba(204,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,0,0,1)), color-stop(100%,rgba(204,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-8 */
		color:#FFFFFF;
		text-shadow:0px 0px 0px rgba(0, 0, 0, 0.6);
	}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background: #EEEEEE;
	padding:0px 0px 0px 0px;
  overflow: auto;
  z-index: 1001;
  position: absolute;
}

.modal_header {
	height:50px;
	background:#00CED1;
}

.modal_title {
	text-align:left;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0px;
	float:left;
	padding:15px 10px 0px 10px;
}

.modal_buttons {
	float:right;
	padding:10px 10px 0px 10px;
}

.modal_body {
	min-height:60px;
	text-align:left;
	padding:5px;
	color:#000000;
	overflow-x:hidden;
	overflow-y:auto;
}

.modal_sub_search {
	height:40px;
	text-align:left;
	padding-left:20px;
	background:#7FFFD4;
}

.modal_sub_list {
	padding:0px;
}

.line_even {
	height:25px;
	background:#DDDDDD;
	padding:10px 5px 5px 15px;
}

.line_odd {
	height:25px;
	background:#FFFFFF;
	padding:10px 5px 5px 15px;
}

.line_sub_total {
	background:#F5DEB3;
}

.gb_btn {
	margin:auto;
	margin-right:10px;
}

.loading {
	width:150px;
	padding:10px;
	border:4px solid #40E0D0;
	font-size:16px;
}
.load_img {
	margin-right:10px;
	width:50px;
	height:50px;
}

#confirmMsgBox{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100000;
}

#confirmBox{
	background:#FFFFFF;
	width:460px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	border: 1px solid rgba(33, 33, 33, 0.6);
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#confirmBox table{
	width:100%;
	color:#000000;
}
#confirmBox table tr.title{
	background:#FF0000;
}
#confirmBox table tr.detail{
	background:#F5F5DC;
}
#confirmBox table td.title {
	padding:6px 0px 5px 15px;
	color:#FFFFFF;
	font-size:18px;
}
#confirmBox table td.detail {
	padding:5px 5px 5px 10px;
	line-height:160%;
	font-size:16px;
}

/* confirmYesNoBox */
#confirmYesNoBox{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100001;
}

#confirmYesNo{
	background:#FFFFFF;
	width:550px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	border: 1px solid rgba(33, 33, 33, 0.6);
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}
#confirmYesNo table{
	width:100%;
	color:#000000;
}
#confirmYesNo table tr.title{
	background:#FFF5EE;
	border:2px solid #696969;
}
#confirmYesNo table tr.title2{
	background:#AFEEEE;
	border:2px solid #696969;
}
#confirmYesNo table td.title {
	padding:20px 10px 20px 15px;
	color:#000000;
	font-size:18px;
}


/* confirmSaveYesNoBox */
#confirmSaveYesNoBox{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100002;
}

#confirmSaveYesNo{
	background:#FFFFFF;
	width:350px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	border: 1px solid rgba(33, 33, 33, 0.6);
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}
#confirmSaveYesNo table{
	width:100%;
	color:#000000;
}
#confirmSaveYesNo table tr.title{
	background:#FFDEAD;
	border:2px solid #FFD700;
}
#confirmSaveYesNo table td.title {
	padding:20px 10px 20px 15px;
	color:#000000;
	font-size:18px;
}


.confirmLockBox{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100002;
}

.confirmBoxCss{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100002;
}

.format-num {
	text-align:right;
}



/* menu */
.menu01s {
	background: url(../image/icon_mm.png) no-repeat 0 0;
	width: 30px;
	height: 30px;
	float: left;
	margin-top: -2px;
	margin-right: 10px;
}
.menu02s {
	background: url(../image/icon_mm.png) no-repeat -30px 0;
	width: 30px;
	height: 30px;
	float: left;
	margin-top: -2px;
	margin-right: 10px;
}
.menu03s {
	background: url(../image/icon_mm.png) no-repeat -60px 0;
	width: 30px;
	height: 30px;
	float: left;
	margin-top: -2px;
	margin-right: 10px;
}
.menu04s {
	background: url(../image/icon_mm.png) no-repeat -90px 0;
	width: 30px;
	height: 30px;
	float: left;
	margin-top: -2px;
	margin-right: 10px;
}
.menu05s {
	background: url(../image/icon_mm.png) no-repeat -120px 0;
	width: 30px;
	height: 30px;
	float: left;
	margin-top: -2px;
	margin-right: 10px;
}
.menu06s {
	background: url(../image/icon_mm.png) no-repeat -150px 0;
	width: 30px;
	height: 30px;
	float: left;
	margin-top: -2px;
	margin-right: 10px;
}
.menu07s {
	background: url(../image/icon_mm.png) no-repeat -180px 0;
	width: 30px;
	height: 30px;
	float: left;
	margin-top: -2px;
	margin-right: 10px;
}
.menu08s {
	background: url(../image/icon_mm.png) no-repeat -210px 0;
	width: 30px;
	height: 30px;
	float: left;
	margin-top: -2px;
	margin-right: 10px;
}
.menu09s {
	background: url(../image/icon_mm2.png) no-repeat -240px -30px;
	width: 30px;
	height: 30px;
	float: left;
	margin-top: -2px;
	margin-right: 10px;
}

.btn_box_header {
	font-size:20px;
	padding:10px 20px 8px 20px;
	border-radius:0px;
}