.default .leftside_lg {
	width:8px;
	height:34px;
	background-image:url(../images/btn_lg_left_end.gif);
	background-repeat:no-repeat;
	background-position: left top;
	float:left;
	display:inline;
}

.default .middle_lg {
	height:34px;
	background-image:url(../images/btn_large_slice.gif);
	background-repeat: repeat-x;
	padding-left:10px;
	padding-right:10px;
	float:left;
	display:inline;
}

.default .rightside_lg {
	width:10px;
	height:34px;
	background-image: url(../images/btn_lg_right_end.gif);
	background-repeat:no-repeat;
	background-position: left top;
	float:left;
	display:inline;
}

.newclass .leftside_lg {
	height:34px;
	width:8px;
	background-image:url(../images/btn_lg_left_end03.gif);
	background-repeat:no-repeat;	
	background-position: left top;
	float:left;
	display:inline;
}

.newclass .middle_lg {
	height:34px;
	background-image:url(../images/btn_large_slice03.gif);
	background-repeat: repeat-x;
	padding-left:10px;
	padding-right:10px;
	float:left;
	display:inline;
}

.newclass .rightside_lg {
	height:34px;
	width:10px;
	background-image: url(../images/btn_lg_right_end03.gif);
	background-repeat:no-repeat;
	background-position: left top;
	float:left;
	display:inline;
}


/* small button */
.default .leftside_sm {
	width:7px;
	height:27px;
	background-image:url(../images/btn_sm_left_end.gif);
	background-repeat:no-repeat;
	background-position: left top;
	float:left;
	display:inline;
}

.default .middle_sm {
	height:27px;
	background-image:url(../images/btn_small_slice.gif);
	background-repeat: repeat-x;
	padding-left:6px;
	padding-right:6px;
	float:left;
	display:inline;
}

.default .middle_sm_button_save , .default .middle_sm_button_cancel , .default .middle_sm_button_previous , .default .middle_sm_button_next  {
	height:27px;
	width:20px;
	background-repeat: repeat-x;
	float:left;
	display:inline;
}

.default .middle_sm_button_save {
	background-image:url(../images/btn_save_draft.gif);
}

.default .middle_sm_button_cancel {
	background-image:url(../images/btn_cancel.gif);
}

.default .middle_sm_button_previous {
	background-image:url(../images/btn_previous.gif);
}

.default .middle_sm_button_next {
	background-image:url(../images/btn_next.gif);
}

.default .rightside_sm {
	width:8px;
	height:27px;
	background-image: url(../images/btn_sm_right_end.gif);
	background-repeat:no-repeat;
	background-position: left top;
	float:left;
	display:inline;
}

.newclass .leftside_sm {
	height:27px;
	width:7px;
	background-image:url(../images/btn_sm_left_end02.gif);
	background-repeat:no-repeat;	
	background-position: left top;
	float:left;
	display:inline;
}

.newclass .middle_sm {
	height:27px;
	background-image:url(../images/btn_small_slice02.gif);
	background-repeat: repeat-x;
	padding-left:6px;
	padding-right:6px;
	float:left;
	display:inline;
}

.newclass .middle_sm_button_save , .newclass .middle_sm_button_cancel ,  .newclass .middle_sm_button_previous ,  .newclass .middle_sm_button_next {
	height:27px;
	width:20px;
	background-repeat: repeat-x;
	float:left;
	display:inline;
}

.newclass .middle_sm_button_save { 
	background-image: url(../images/btn_save_draft02.gif);
}

.newclass .middle_sm_button_cancel { 
	background-image: url(../images/btn_cancel02.gif);
}

.newclass .middle_sm_button_previous { 
	background-image: url(../images/btn_previous02.gif);
}

.newclass .middle_sm_button_next { 
	background-image: url(../images/btn_next02.gif);
}

.newclass .rightside_sm {
	height:27px;
	width:8px;
	background-image: url(../images/btn_sm_right_end02.gif);
	background-repeat:no-repeat;
	background-position: left top;
	float:left;
	display:inline;
}

.default .buttonFont {color: #666666;text-decoration:none; cursor:pointer; font-family: arial, sans-serif; font-weight: bold; font-size: 14px; }
.default .buttonFont_sm {color: #666666;text-decoration:none; cursor:pointer; font-family: arial, sans-serif; font-weight: bold; font-size: 12px; }

.newclass .buttonFont {color: #FFFFFF;text-decoration:none; cursor:pointer; font-family: arial, sans-serif; font-weight: bold; font-size: 14px; }
.newclass .buttonFont_sm {color: #FFFFFF;text-decoration:none; cursor:pointer; font-family: arial, sans-serif; font-weight: bold; font-size: 12px; }

