/*
 * Numeric Stepper Skin
 */
/*.ui-stepper {
	height: 1.6em;
	width: 9em;
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #555;
	background: #fff;
}*/
.ui-stepper {
	/*height: 2em;*/
	height: 1.5em;
	/*width: 9em;*/
	width: 5em;
	display: block;
	position:static;
	overflow: hidden;
	border: 1px solid #555;
	background: #fff;
	/* followings are written by Pradeep to test*/
	/*background: url(../Includes/Images/content_tab_bg.gif) repeat-x left top;*/
	border: 1px solid #a8bac3;
	font-size: 11px;
	color: #333;
	padding: 2px;
}

.ui-stepper .ui-stepper-textbox {
	width: 80%;
	height: 100%;
	float: left;
	text-align:left;
	vertical-align: middle;
	font-size: 100%;
	border: none;
	background: none;
	padding: 0;
	/*---Bellow*/ 
	
}

/*.ui-stepper .ui-stepper-plus,*/
/*.ui-stepper .ui-stepper-minus  {
	width: 15%;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	z-index: 100;
	text-align: center;
	position: absolute;
	right: 0;
	font-family: "Courier New", Courier, monospace;
	
}*/
.ui-stepper .ui-stepper-plus  {
	width: 20%;
	height: 48%;
	font-size: 0.6em;
	padding: 0;
	margin: 0;
	z-index: 500;
	/*text-align: center;*/
	position:static;
	vertical-align:top;
	right: 0;
	font-family:"Verdana",Courier New, Courier, monospace;
	font-weight:bold;
	/* following line is written by Pradeep to test*/
	float:right;
	
	
}
.ui-stepper .ui-stepper-minus  {
	width: 20%;
	height: 48%;
	font-size: 0.6em;
	padding: 0;
	margin: 0;
	z-index: 100;
	/*text-align: center;*/
	position:static;
	vertical-align:bottom;
	/*vertical-align:text-top;*/
	float:right;
	right: 0;
	/*font-family: "Courier New", Courier, monospace;*/
	font-family:"Verdana",Courier New, Courier, monospace;
	font-weight:bold;
	
	
	
}
.ui-stepper .ui-stepper-minus {
	bottom: 0;
}