


#feedback {
				width:361px;
				height:auto;
				float:left;
				padding-top:30px;
				}
				
#formarea	{
			width:361px;
			height:auto;
			float:left;
			padding-top:5px;
			padding-bottom:5px;
			}
			
#formarea_1	{
			width:350px;
			height:auto;
			float:left;
			padding-top:5px;
			padding-bottom:5px;
			padding-right:11px;
			}							
				
.title {
			width:131px;
			height:20px;
			float:left;
			padding-left:5px;
			font-family: 'Tahoma', sans-serif;
			font-size:13px;
			font-weight:bold;
			color:#565656;
			line-height:20px;
			
			}
			
.textarea {
					width:200px;
					height:22px;
					font-family: 'Tahoma', sans-serif;
					font-size:12px;
					font-weight:bold;
					color:#f16236;
					overflow:hidden;
					float:left;
					border:solid;
					border-color:#565656;
					border-width:1px;
					line-height:20px;
					
			}
			
.message {
			width:200px;
			height:80px;
			float:left;
			font-family: 'Tahoma', sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#f16236;
			line-height:20px;
			overflow:hidden;
			float:left;
			border:solid;
			border-color:#565656;
			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;
			}																		
			
															