@charset "utf-8";
/* CSS Document */

	
	/* general form styling */
	
	fieldset{
		margin:0;
		padding:0;
		border:none;
		}
	legend{
		display:none;
		}	
	input, textarea{
		font:11px Arial, Helvetica, sans-serif;
		background:#ffffff;
		}				
	textarea{
		overflow:hidden;
		height:50px;
		margin:0;
		}						
	
	/* our comment form */
	
	#contactForm{
		background:url(form-background.png) no-repeat 0 0;
		width:182px;
		height:242px;
		}
	#contactForm fieldset{
		padding-top:14px;
		}		
	#contactForm p{
		margin:2px 16px;
		width:150px;
		}	



	#contactForm input, #contactForm textarea{
		border:1px solid #000000;	
		width:100%;
		}
	#contactForm button{
		border:none;	
		background:url(button-send.png) no-repeat 0 0;
		width:52px;
		height:23px;
		text-align:left;
		overflow:hidden;
		cursor:pointer;
		margin-top:3px;
		}								
	
	/* text field classes */
	
	#contactForm .inactive{
		color:#999;
		}	 
	#contactForm .active{
		color:#000;
		}	 		
	#contactForm .focused{
		color:#000;
		background:#fffee7;
		}	 				

