/* -- width & height --*/
.width120 {
	width:120px;
}
.width280 {
	width:280px;
}
.width400height120 {
	width:400px;
	height:120px;
}
.width177 {
	width:177px;
}
.widthx {
	width:182px;
}


.btnDiv {
	position:absolute;
	top:15px;
	right:5px;
	width:154px;
	height:25px;
}
.btnHand input{
	cursor:pointer;
	padding:2px 5px;
}
.stepBtn {
	display:block;
	color:#69400b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	width:154px;
	height:25px;
	cursor:pointer;
	border:0px;
	text-align:center;
	background:url(../images/stepBtn.gif) no-repeat 0px 0px;
}
.stepBtn:hover {
	background:url(../images/stepBtn.gif) no-repeat 0px -25px;
}
.btmBtn {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
.btmBtn input {
	cursor:pointer;
}
