@charset "utf-8";
/* CSS Document */

	input, textarea{
		font:11px Arial, Helvetica, sans-serif;
		background:  #fff;
		}	
		input, password{
		font:11px Arial, Helvetica, sans-serif;
		background:  #fff;
		}
		
    input, textarea{
		font:11px Arial, Helvetica, sans-serif;
		background:  #fff;
		}				
	/* our comment form */
	
	#loginForm input, #loginForm textarea{
		border:1px solid  #f8a225;	
		width:150px;
		}
	/* text field classes */
	
	#loginForm .inactive{
		color:#999;
		}	 
	#loginForm .active{
		color:#000;
		}	 		
	#loginForm .focused{
		color: #333333;
		background:#fffee7;
		}
	
	blas .focused{
		color: #333333;
		background:#fffee7;
		}
		blas .active{
		color: #000;
		background:#fff;
		}