
#enquiryimg {
					width:320px;
					height:200px;
					float:left;
					background-image:url(../images/enquiry.jpg);
					background-repeat:no-repeat;
					}


#innercontentcontact {
						width:450px;
						height:auto;
						float:left;
						padding-top:10px;
						padding-left:90px;
						}
				
#formarea	{
			width:440px;
			height:auto;
			float:left;
			padding-top:5px;
			padding-bottom:5px;
			}				
				
.title {
			width:170px;
			height:20px;
			float:left;
			padding-left:5px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			font-weight:bold;
			color:#1368a4;
			line-height:20px;
			
			}
			
.textarea {
					width:250px;
					height:22px;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:12px;
					font-weight:bold;
					color:#1368a4;
					overflow:hidden;
					float:left;
					border:solid;
					border-color:#1368a4;
					border-width:1px;
					line-height:20px;
					
			}
			
.message {
			width:250px;
			height:80px;
			float:left;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#463f39;
			line-height:20px;
			overflow:hidden;
			float:left;
			border:solid;
			border-color:#1368a4;
			border-width:1px;
			}				
			
.formspacer {
			width:325px;
			height:10px;
			float:left;
			overflow:hidden;
			}			
.submit	{
			width:73px;
			height:35px;
			background-image:url(../images/send.jpg);
			background-repeat:no-repeat;
			float:right;
			padding-right:15px;
			}
.reset	{
			width:73px;
			height:35px;
			background-image:url(../images/reset.jpg);
			background-repeat:no-repeat;
			float:right;
			padding-right:15px;
			border:none;
			}																		
			
															