#makebuttonNew button, #modelbuttonNew button, #makebuttonUsed button, #modelbuttonUsed button,  {
	outline: none;
}
#makebuttonNew button em, #modelbuttonNew button em, #makebuttonUsed button em, #modelbuttonUsed button em {
		font-family: Arial;
	    font-style: normal;
		font-weight: bold; 
	    display: block; 
	    text-align: center; 
	    white-space: nowrap; 
	 
	    width: 90px; 
	 
	    /* Hide the overflow if the text label exceeds 10em in width. */ 
	 
	    overflow: hidden; 
	 
	    /* 
	        IE and Safari support the ability to add ellipsis when the text 
	        label exceeds 10em in width.
   		*/ 
	 
	    text-overflow: ellipsis; 
}


    div.yuimenu .bd {
    
        zoom: normal;
    
    }

    #button-example-form fieldset {

        border: 2px groove #ccc;
        margin: .5em;
        padding: .5em;

    }


    #button-example-form-postdata {
    
        border: dashed 1px #666;
        background-color: #ccc;
        padding: 1em;
    
    }

    #button-example-form-postdata h2 {
    
        margin: 0 0 .5em 0;
        padding: 0;
        border: none;
    
    }
	fieldset.noborder {
		border: 0;
	}
	fieldset.noborder legend, fieldset.noborder label span.txt {
		font-family: Arial;
		font-size: 12pt;
		font-weight: bold;
		color: #000000;
	}

	.yui-skin-sam .yui-button {
		margin-bottom: 5px;
	}
	#makebuttonfieldsetNew { 
		width: 126px;
		margin: 0;
		padding: 0;
	}
	#modelbuttonfieldsetNew {
		width: 126px;
		margin: 0;
		padding: 0;
	}
	#makebuttonNew {
		width: 110px;
		margin-bottom: 10px;
	}
	#modelbuttonNew {
		width: 110px;
		margin-bottom: 10px;
	}

#submitcontainerNew {
	width: 126px;
	text-align: right;
}
#basicSearchNew {
	width: 126px;
	margin-left: auto;
	margin-right: auto;
}
#submitbuttonNew {
	margin: 0;
	border-color: #385d8a;
	border-width: 2px;
	border-style: solid;
	background-color: #4f81bd;
	background-image: none;
}
#submitbuttonNew * button {
	color: #FFFFFF;
	height: 13px;
	line-height: 13px;
	min-height: 13px;
	font-size: 10px;
	vertical-align: middle;
}


/* Used */

	#makebuttonfieldsetUsed { 
		width: 126px;
		margin: 0;
		padding: 0;
	}
	#modelbuttonfieldsetUsed {
		width: 126px;
		margin: 0;
		padding: 0;
	}
	#makebuttonUsed {
		width: 110px;
		margin-bottom: 10px;
	}
	#modelbuttonUsed {
		width: 110px;
		margin-bottom: 10px;
	}

#submitcontainerUsed {
	width: 126px;
	text-align: right;
}
#basicSearchUsed {
	width: 126px;
	margin-left: auto;
	margin-right: auto;
}
#submitbuttonUsed {
	margin: 0;
	border-color: #385d8a;
	border-width: 2px;
	border-style: solid;
	background-color: #4f81bd;
	background-image: none;
}
#submitbuttonUsed * button {
	color: #FFFFFF;
	height: 13px;
	line-height: 13px;
	min-height: 13px;
	font-size: 10px;
	vertical-align: middle;
}
#submitcontainerUsed a, #submitcontainerNew a {
	font-size: 11px;
}