/*
My css attributes that are seperate from the Yahoo! UI attributes
*/

#myui_title {font-size:200%; text-align:left;}

#myui_title a {
  text-decoration:none;
  /*color:#fff;*/
  }
#myui_betalabel {color: #FF0000}

#myui_loadinglabel {
			font-size:150%;
			color:#FFFFFF;
			position:absolute;
			left:150px;
			top:150px;
			background-color:#FF0000;
			filter:alpha(opacity=50);
			-moz-opacity:.50;
			opacity:.50;
		    }