/*      Sing and Earn  CSS      */ 

body {
		scrollbar-base-color: #DBDBDB; 
		scrollbar-arrow-color: #333333;
		scrollbar-track-color: #FFFFFF; 
	 }

font.ft {    
			font-family: Verdana; 
            font-size: 11px;
            } 

a.menu {    
			font-family: Verdana; 
            font-size: 12px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF
            } 

a.menu:hover { 
			font-family: Verdana; 
			font-size: 12px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFF99
			     } 
				 
a.menu_small {    
			font-family: Verdana; 
            font-size: 11px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF
            } 

a.menu_small:hover { 
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFF99
			     }			 		 

table.dress {
       border-style: dashed;
	   border-color: #333333;
	   border-width: 1px;
}

table.frame {
       border-style: solid;
	   border-color: #666666;
	   border-width: 1px;
}			 
	 
input.fn {
			font-family: Verdana; 
			font-size: 12px; 
			font-weight: none;
			color: #000000
}

input.fs {
			background-color: #AE4301;
			padding-top: 2px;
			padding-bottom: 2px;
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: none;
			color: #FFFFFF
}

/* button styles */
a.button, a.buttonDis {
display: block;
background-color: transparent;
background-image: url(images/buttons.gif);
background-repeat: no-repeat;
width: 150px;
height: 30px;
margin: 0px auto;
padding: 0px 0 0 0;
text-align: center;
line-height: 30px;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
a.button:link, a.button:visited {
color: #FFFFFF;
}
a.button:hover, a.button:active {
background-position: 0 -38px;
color: #FFFF99;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -76px;
color: #5F5F5F;
cursor: default;
}