/* CSS Document */

.linch_menu {
	margin-bottom: 15px;	
}

.linch_list {
	margin-bottom: 25px;
}

.linch_info {
	width: 100%;
	margin-bottom: 20px;
}

.lynch_ic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;	
}

.lynch_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
}

.linch_rule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	margin-bottom: 3px;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 20px;
}

.linch_comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;	
}



#MainForm {
	margin-left: 20px;
	background-color: #FEFEEB;
	width: 70%;
}



p.formheader {
	background-color:#ACACA4;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:0;
	padding:0.5em;
}
p.incut, div.incut {
background-color:#F5F5EA;
padding:0.5em;
}
table.label td {
font-size:85%;
padding-right:5px;
}
input.wide {
width:95%;
}
input[type="file"] {
-moz-appearance:none;
-moz-binding:none;
border-style:none !important;
cursor:default;
padding:0 !important;
white-space:nowrap;
}
textarea.wide {
height:10em;
width:95%;
}
.body {
font-size:100%;
line-height:130%;
margin-bottom:0.5em;
margin-top:0;
}
table.label span.comment {
color:#666666;
font-size:85%;
font-style:italic;
}
.smaller  {
	font-size:85%;
}



















.mbox_v {
	position:absolute;
}
.mbox_h {
}
.b_top {
	height:20px;
	background: no-repeat fixed;
	cursor:move;
}
div.mbox_v:hover .b_top {
	height:20px;
	background:#CCCCCC no-repeat fixed;
	cursor:move;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.b_left {
	width:2px; background:no-repeat fixed; float:left;
}
div.mbox_v:hover .b_left {
	width:2px;
	background:#CCCCCC no-repeat fixed;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.b_right {
	width:2px; background:no-repeat fixed; cursor:w-resize; float:left;
}
div.mbox_v:hover .b_right {
	width:6px;
	background:#CCCCCC no-repeat fixed;
	cursor:w-resize;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.b_bottom {
	height:2px; background:no-repeat fixed; cursor:n-resize;
}
div.mbox_v:hover .b_bottom {
	height:6px;
	background:#CCCCCC no-repeat fixed;
	cursor:n-resize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.mbox_content {
	border: groove #009900; float:left;}
	
.tbtn {
	font-size: 0px;
	font-weight: bold;
	width:0px;
	text-align: center;
	float: left;
	cursor:pointer;
	display:none;
}
div.mbox_v:hover .tbtn {
	font-size: 12px;
	font-weight: bold;
	width:18px;
	text-align: center;
	float:right;
	cursor:pointer;
	display:block;
}
