#js-soft 		{
				filter: Alpha(opacity=30, finishopacity=30, style=1);
				opacity: .3;
				}

#trans 		{
				filter: Alpha(opacity=30, finishopacity=30, style=1);
				opacity: .3;
				}

.td			  	{
				font-family: verdana, arial, helvetica, sans-serif;
				color: #666666;
				font-size: 10px;
				line-height: 16px;
				}

.white			{
				font-family: verdana, arial, helvetica, sans-serif;
				color: #FFFFFF;
				font-size: 10px;
				line-height: 16px;
				}

.white1			{
				font-family: verdana, arial, helvetica, sans-serif;
				color: #C9C9C9;
				font-size: 10px;
				line-height: 16px;
				}

.orangetext		{
				font-family: verdana, arial, helvetica, sans-serif;
				color: #ff6600;
				font-size: 10px;
				}

.inputfield 	{
				border: 1px solid;
				border-color: #666666;
				background-color: #000000;
				color: #FFFFFF;
				font-size: 10px;
				padding-left: 8px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				}
.code_input 	{
				border: 1px solid;
				border-color: #666666;
				background-color: #FFFFFF;
				color: #FF6600;
				font-size: 25px;
				font-weight:bold;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				width:280px;
				text-align:center;
				}


body 			{
				scrollbar-face-color: #E1E1E1;
				scrollbar-highlight-color: #FAFAFA;
				scrollbar-shadow-color: #E1E1E1;
				scrollbar-3dlight-color: #D5D5D5;
				scrollbar-arrow-color:  #0;
				scrollbar-track-color: #F2F2F2;
				scrollbar-darkshadow-color: #C6C6C6;
				}

A:link         	{
				color: #666666;
				text-decoration: underline;
				}

A:visited       {
				color: #666666;
				text-decoration: underline;
				}

A:hover         {
				color: #666666;
				text-decoration: none;
				}
				
A.orange:link, A.orange:visited  {
				color: #FF6600;
				text-decoration: none;
				}

A.orange:hover         {
				color: #FF6600;
				text-decoration:underline;
				}
				
#sml_layer {
			position:absolute; 
			left:42px; 
			bottom:-9px; 
			color:#FFFFFF;
			background-image:url(../images/bg_sml.png);
			background-position:left bottom;
			background-repeat:no-repeat;
}