.chosenClass a

 {

       font-weight: bold;

       color:#4c4f5c;

 }
 
 .hiddenClass
 {
	display:none;
 }
 
 .contactUsClass
 {
	font-weight:normal; 
	font-size:10px;
 
 }

#buttonSearchDiamond, #buttonCreateRing
{
	display: block;
	width: 154px;
	height: 34px;
	color: #303a4a;
	padding: 0 0 0 48px;
	font: 14px/34px Georgia, "Times New Roman", Times, serif;
}

#buttonSearchDiamond
{
	background: url(../images/button-search-bg.png) no-repeat;
	margin: 10px 0 6px;
}

#buttonCreateRing
{
	background: url(../images/button-create-ring-bg.png) no-repeat;
	margin: 0 0 10px;
}
  
#livePersonHolder
{
	padding-top:0px;
}


.menu_button
{   
        cursor: pointer;
        border: 0; 
        width: 70px; 
        height: 21px;
        background: #acb0b7 url(../images/button-find-bg.png) no-repeat;
        text-transform: uppercase;
        font: 11px Georgia, "Times New Roman", Times, serif;
        color: #4c535b;
}

