﻿
	body {
		margin:0;
		padding:10px;
		background:#fff;
		font:70% Arial, Helvetica, sans-serif;
		color:#555;
		line-height:180%;
	}
	
	h1, h2{
		font-size:180%;
		font-weight:normal;
		color:#555;
		padding-left:10px;
	}
	h2{
		font-size:160%;
	}	
	p{
		margin:1em 0;
	}
	a{
		color:#f20;
		text-decoration:none;
	}
	a:hover{
		color:#999;
	}
	
	/* general form styling */
	
	fieldset{
		margin:0;
		padding:0;
		border:none;
		}
	legend{
		display:none;
		}	
	input, textarea{
		font:11px Arial, Helvetica, sans-serif;
		background:#fff;
		}				
	textarea{
		overflow:hidden;
		height:50px;
		margin:0;
		}						
	
	/* our comment form */
	
	#contactForm{
		margin-top:0px;
		background: url(../images/bg_form.jpg);
		width:182px;
		height:270px;
		}
	#contactForm fieldset{
		padding-top:40px;
		}		
	#contactForm p{
		margin:2px 16px;
		width:150px;
		}	
	#contactForm input, #contactForm textarea{
		border:1px solid #d3cf73;	
		width:100%;
		}
	#contactForm button{
		border:none;	
		background: url(../images/bg_button.gif) no-repeat 0 0;
		width:45px;
		height:25px;
		text-align:left;
		overflow:hidden;
		text-indent:-8000px;
		cursor:pointer;
		margin-top:5px;
		}								
	
	/* text field classes */
	
	#contactForm .inactive{
		color:#999;
		}	 
	#contactForm .active{
		color:#000;
		}	 		
	#contactForm .focused{
		color:#000;
		background:#fffee7;
		}	 
		
   #contactus
   {
   float:right;
      clear:both;
	  height:270px;
	  width:184px;
	  }
	  