BODY{
	background-image: url("../pic/bg_tree_left_01.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#mainframe{
	float: left;
	clear: both;
	width: 760px;
	position: absolute;
	left: 40px;
	top: 10px;
}

#titleframe{
	float: left;
	clear: left;
	width: 100%;
	height: 50px;
	position: relative;
	background-image: url("../pic/bg_mainmenu_05_top.jpg");
	background-repeat: no-repeat;
}

#mainmenu{
	float: left;
	clear: left;
	width: 100%;
	height: 20px;
	position: relative;
	margin-bottom: 15px;
	background-image: url("../pic/bg_mainmenu_05_bottom.jpg");
	background-repeat: no-repeat;
}

#xtras{
	float: left;
	clear:left;
	width: 100%;
	border-bottom: 2px dotted #19a949;
	padding-bottom: 3px;
}

#path{
	float: left;
	clear: left;
	width: 73%;
	font-size: 0.7em;
	font-weight: 700;
}

#path SPAN{
	float: left;
	margin-right: 10px;
}

#path LI{
	float: left;
	list-style-type: none;
	text-align: center;
	margin-right: 10px;
	text-transform: uppercase;
}

#path A:HOVER{
	color: #000000;
	border: none;
}

#search{
	float: right;
	width: 25%;
	font-size: 0.7em;
	font-weight: 700;
	text-align: right;
}

#IPTsearch{
	font-size: 1em;
	font-weight: 300;
	color: #858585;
	background-color: #FFFFF9;
	border: 1px dotted #858585;
}

#infoframe{
	float: left;
	clear: both;
	width: 25%;
	border-right: 2px dotted #19a949;
}

#counter{
	font-size: 0.7em;
	font-weight: 700;
	padding: 12px; 
}

#contentframe{
	float: right;
	width: 69%;
	padding: 12px;
}

#keyframe{
	float: left;
	width: 100%;
	height: 25px;
	border-top: 2px dotted #858585;
	padding-top: 5px;
}

#clearpage{
	float: left;
	clear: left;
	font-size: 0.6em;
	width: 100%;
	padding: 3px;
}

#contentframe_idx{
	float: left;
	clear:left;
	width: 95%;
	padding: 12px;
	text-align: center;
	line-height: 1.5em;
}

.ButtonFormSubmit{
	background-color: #FFFFF9;
	color: #858585;
	background-image: url("../pic/button_submit_01.gif");
	background-repeat: no-repeat;
	cursor: pointer;
	width: 40px;
	height: 20px;
	border: 0px;
}

.ButtonFormSubmit:HOVER{
	background-image: url("../pic/button_submit_01.gif");
	background-repeat: no-repeat;
	background-position: -40px 0px;
	cursor: pointer;
	width: 40px;
	height: 20px;
	border: 0px;
}

.ButtonFormReset{
	background-color: #FFFFF9;
	color: #858585;
	background-image: url("../pic/button_reset_02.gif");
	background-repeat: no-repeat;
	cursor: pointer;
	width: 40px;
	height: 20px;
	border: 0px;
}

.ButtonFormReset:HOVER{
	background-image: url("../pic/button_reset_02.gif");
	background-repeat: no-repeat;
	background-position: -40px 0px;
	cursor: pointer;
	width: 40px;
	height: 20px;
	border: 0px;
}

.InputForm{
	font-family: Verdana,sans-serif;
	font-size: 1em;
	font-weight: 300;
	font-variant: normal;
	color: #858585;
	background-color: #FFFFF9;
	border: 1px dotted #858585;
	padding: 1px;
}

.TableForm TR{
	vertical-align: top;
}

#keyframe LI,#keyframe_idx LI{
	float: left;
	list-style-type: none;
	text-align: center;
}

A.XtraButton{
	float: left;
	display: block;
	width: 65px;
	height: 20px;
	background-image: url("../pic/button_xtra_01_opt.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0.7em;
	font-variant: small-caps;
	text-align: center;
	padding-top: 2px;;
}

A.XtraButton:HOVER{
	color: #000000;
	border: 0px;
}
