 /*---------------------- Dialog button Individualized Buttons --------------------*/ 
 
.dailogbutton.ui-button,
.dailogbutton.ui-button a:link {color:#ffffff; text-decoration: none} 

/* button text element */
.dailogbutton.ui-button .ui-button-text {
	display: block;
	line-height: normal;
	color: #000000;
	background-color: #F5DA81;   /* button text element */

}
/* button text element */
.dailogbutton.ui-button-text-only .ui-button-text {

	font-size: 11px;     /* font size */
	width: 78px;         /** length of the button */
	line-height: normal;
  	padding: 0.1em .1em;
	
	}
	
 /*---------------------- Regular button Individualized Buttons --------------------*/ 

 /*---------------------- Dialog class  -----------------------*/ 

.dailogcontent {
    border: 0;
    padding: .1em 1em 1em 1em;
    background: #ffffff;
    font: 95% "Trebuchet MS", sans-serif;
    zoom: 1;
}
