
/************************************************************** RESIZABLE BUTTON CODE **********************************************************************/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.ompbutton {
    background: transparent url('http://static.onemodelplace.com/css/imgs/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px georgia, serif;
	font-weight: bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.ompbutton span {
    background: transparent url('http://static.onemodelplace.com/css/imgs/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.ompbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.ompbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
/*********************************************************************************************************************************************************/

/************************************************************** SMALL RESIZABLE BUTTON CODE **********************************************************************/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

/**/
a.smallompbutton{
    background: #4978B8;
    border: 1px solid #2F588F;
    border-radius: 4px 4px 4px 4px;
    box-shadow: -1px 1px #999999;
    color: #FFFFFF !important;
    margin-right: 7px;
    padding-bottom: 3px;
    padding-top: 3px;
	float: right;
	display: block;
	font: normal 11px tahoma, sans-serif;
	font-weight: bold;
    height: 19px;
    padding-right: 10px; 
    text-decoration: none;
}

a.smallompbutton:hover{
    background: #319CCE;
    border: 1px solid #4978B8;
}

a.smallompbutton span {
	display: block;
    line-height: 14px;
    padding: 2px 0px 3px 10px;
}

/**/

/*a.smallompbutton {
    background: transparent url('http://static.onemodelplace.com/css/imgs/bg_small_button_a.gif') no-repeat scroll top right;
    color: #EC008C;
    display: block;
    float: left;
    font: normal 11px tahoma, sans-serif;
	font-weight: bold;
    height: 19px;
    margin-right: 0px;
    padding-right: 10px; 
    text-decoration: none;
}

a.smallompbutton span {
    background: transparent url('http://static.onemodelplace.com/css/imgs/bg_small_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 2px 0px 3px 10px;
}
a.smallompbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; 
}

a.smallompbutton:active span {
    background-position: bottom left;
    padding: 3px 0 2px 10px;
}*/
/*********************************************************************************************************************************************************/

