@charset "utf-8";
/* CSS Document */

.main {
	position: relative;
	width: 200px;
	height: 640px;
}

.tip_msg_down {
	position: relative;
	width: 205px;
	height:60px;
	font-size: 14px;
	border-left:1px solid #004b7f;
	border-right:1px solid #004b7f;
	text-align: left;
	font-weight: bold;
	color:#970131;
	padding-left:3px;
	padding-top:5px;
}
.tip_msg  {
	position: relative;
	width: 215px;
	height:55px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: Calibri;
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	font-weight: bold;
	color: #fff;
	border:0px solid #000
}
.tip_msg_down2  {
	position: relative;
	width: 215px;
	height:55px;
	font-family: Calibri;
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	font-weight: bold;
	color: #fff;
	border:0px solid #000
}
.TestoTitolo {
	text-align: left;
	font-weight: bold;
	font-size:13px;
	height:150px;
	width:200px;
	color:#333;
}
.lineahr {
	position: relative;
	width: 220px;
	border-bottom:1px solid #CCC;

}

.tip_selected {
	width: 200px;
	height: 100px;
	border: solid 0px #999;
	background-color:#FFF;
	padding-top:5px;
}

.tip_container {
	position: relative;
	width: 205px;
	height: 150px;
	border-left:1px solid #004c80;
	border-right:1px solid #004c80;
	padding-left:3px;
}

.tip_line {
	position: relative;
	width: 205px;
	border-left:1px solid #004b7f;
	border-right:1px solid #004b7f;
	padding-left:3px;
	text-align:center;
}

.step_selected {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 60px;
	top: 105px;
}
.step_selected2 {
	position: absolute;
	width: 60px;
	height: 40px;
	left: 15px;
	top: 40px;
}

.step_gfx {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 180;
	height: 75px;
	border:1px solid #CCC;
	padding:2px;
}