		
#contactLeft {
		float: left; 
		width: 350px; 
		text-align: left; 
		clear: both;
		}
		
#contactRight {
		float: right; 
		height: 291px; 
		width: 386px; 
		background: url(../images/contact.jpg); 
		background-repeat: no-repeat; 
		text-align: left;
		line-height: 18px;
		}
		
input	{
		border: 1px solid #acacac; 
		background-color: #f5f4f0;
		}
		
.inputy {
		width: 240px;
		}

		
textarea {
		border: 1px solid #acacac; 
		background-color: #f5f4f0;
		}
