.menu_out {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.menu_over {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ed5705;
	border-right-color: #ed5705;
	border-bottom-color: #ed5705;
	border-left-color: #ed5705;
}
.setup_menu_fix {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
/*
.box {
	background-image: url(img/bg_box.gif);
	color: #C97856;
	border: 1px solid #FF9933;
}
.box_disabled {
	border: 1px solid #FF9933;
	background-color:#DFDFDF;
}

.box_border {
	color: #C97856;
	border: 1px solid #FF9933;
	background-color:#F2F5FF;
}
.button {
	background-image: url(img/bg_box.gif);
	border: 1px solid #150260;
	width: 60px;
	height: 22px;
}
*/
.title{
	color:#FFFFFF;
	font-weight:bold;
}
.title a:link {
    color: #000000;
	text-decoration: none;
}
.title a:visited {
	text-decoration: none;
	color: #000000;
}
.title a:hover {
	text-decoration: none;
	color: #003399;
}
.title a:active {
	text-decoration: none;
}

.panel_text{
	color:#000000;
}


input,textarea,select{border:1px solid #bbb;padding:2px;vertical-align:middle}
.button{cursor:pointer;background:#fff;padding:2px;margin:3px}
/* textarea{width:100%} */
input:focus,input:hover,input:active,select:focus,select:hover,select:active,textarea:focus,textarea:hover,textarea:active{border:1px solid #666}
/* input[type=text]{width:100%} */
input[type=text]:focus,input[type=text]:hover,input[type=text]:active{border:1px solid #666}
.button:focus,.button:hover,.button:active{background:#eee;color:#000}