.body {
	background: #FFFFFF;
	font-family: verdanaarial;
	font-size: 12px;
margin:0px;
padding:0px;
}

.unselected {
	line-height: 18px;
	font-size: 14px;
	font-family: arial;
	cursor: pointer;
	margin: 0px;
	color:rgb(190,190,190);
	background:rgb(240,240,240);
	border:1px solid rgb(200,200,200);
	font-weight: bold;
	padding: 5px 5px 5px;
	text-align: center;
}

.selected {
	line-height: 18px;
	font-size: 14px;
	font-family: arial;
	cursor: pointer;
	margin: 0px;
	color:rgb(255,0,100);
	background:rgb(255,255,255);
	border:1px solid rgb(255,255,255);
	font-weight: bold;
	padding: 5px 5px 5px;
	text-align: center;
}

.unselected2 {
        line-height: 17px;
        background:url('layout/button2off.png');
        width: 176px;
        font-size: 13px;
        font-family: arial;
        cursor: pointer;
        margin: 0px;
        font-weight: bold;
        color: rgb(255,255,255);
        padding: 10px 0px 12px;
        text-align: center;
}


.selected2 {
        line-height: 17px;
        width: 176px;
        background:url('layout/button2on.png');
        font-size: 13px;
        font-family: arial;
        cursor: pointer;
        margin: 0px;
        font-weight: bold;
        color: rgb(255,255,255);
        padding: 10px 0px 12px;
        text-align: center;
}





#undobut {
	width: 340px;
	text-decoration: underline;
	cursor: pointer;
	color: rgb(200,0,100);
	font-size: 16px;
	padding: 0;
	text-align: center;
	line-height: 20px;
}
#linkage {
	width: 180px;
	cursor: pointer;
	margin: 20px;
	color: rgb(100,100,100);
	font-size: 12px;
	padding: 0;
	text-align: center;
	line-height: 20px;
}
#shape {
	width: 210px;
	cursor: pointer;
	margin: 20px;
	color: rgb(100,100,100);
	font-size: 12px;
	padding: 0;
	text-align: center;
	line-height: 20px;
}
.typelink {
	display: inline;
	cursor: pointer;
	color: rgb(250,250,250);
	margin: 0px 25px 0px 25px;
	font-weight: normal;
}



.heady {
	font-family:arial;
	font-size:14px;
	text-align:left;
	width:440px;
	padding:10px 0px 15px;
	color: rgb(120,120,120);
	font-weight: normal;
}

/*slider*/
.ui-slider {
	width: 163px;
	height: 18px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}
.ui-slider-handle {
	position: absolute;
	z-index: 1;
	height: 18px;
	width: 8px;
	top: 0px;
	left: 0px;
	background-image: url(../mbi/sliderbob.png);
}
.ui-slider-handle-active {
	border: 0px dotted black;
}
.ui-slider-disabled .ui-slider-handle {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.ui-slider-range {
	position: absolute;
	background: #50A029;
	opacity: 0.3;
	filter: alpha(opacity=30);
	width: 100%;
	height: 100%;
}
/* Default slider backgrounds */
.ui-slider, .ui-slider-1 {
	background-image: url(../mbi/sliderback.png);
}







.header {
margin: 8px 0px 0px;
padding: 3px 0px 3px;
-moz-box-sizing:border-box;box-sizing:border-box;
font-family:arial;
font-size:12px;
font-weight:bold;
text-align:center;
vertical-align:middle;
line-height:14px;
width:300px;
color:rgb(255,255,255);
background:rgb(130,80,150);
}

.anime {
padding:0px 0px 0px 0px;
-moz-box-sizing:border-box;box-sizing:border-box;
width:220px;
border:0px solid rgb(220,220,220);
text-align:left;
font-size:12px;
font-weight:bold;
font-family:arial;
display:none;
color:rgb(110,160,190);
}

.inneranime {
padding:0px;
margin:0px;
-moz-box-sizing:border-box;box-sizing:border-box;
border:0px solid rgb(220,220,220);
text-align:center;
font-size:12px;
font-weight:bold;
font-family:arial;
color:rgb(140,140,140);
}

.button{
margin: 5px 0px 5px 0px;
-moz-box-sizing:border-box;box-sizing:border-box;
font-family:arial;
font-size:10px;
text-align:center;
font-weight:normal;
background:url('../mbi/button.png');
vertical-align:middle;
line-height:13px;
padding:9px 0px 9px;
color:rgb(250,250,250);
cursor:pointer;
width:147px;
}
.headbar {
background:url(../mbi/rs_top.png);
width:740px;
height:155px;
}

