

#button_with_text
{
	text-align: center
}


a.button_with_text
{
	background: transparent url('/uploadedImages/Marketing/btn_rightB.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 29px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 15px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    text-decoration: none;
    color: #0a3454;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
	cursor:pointer;
}

a.button_with_text:visited
{
    color: #162743;
    font-weight: bold;
}

a.button_with_text:visited:hover {
    color: #ab944c;
}
    
a.button_with_text:hover {
    color: #ab944c;
}

span.button_with_text {    
    background: transparent url('/uploadedImages/Marketing/btn_leftB.png') no-repeat;     
    display: block;
    line-height: 17px; 
    padding: 7px 0 5px 18px;
} 
