	.phones
			{
			color: #0099cc;
			font-weight: bold;
			padding-right: 5px;
			font-size: 12px;
			word-spacing: 10px;
			letter-spacing: 2px;
			}
	
	.mail_box
			{
			float: left;
			padding-top: 30px; 
			}
			
	#envelope
			{
			margin-top: 60px;
			background: url('../imgs/envelope.gif') no-repeat;
			width: 1000px;
			height: 356px;
			}
			
	#form1
			{
			width: 825px;
			padding-top: 75px;
			margin-left: 28px;
			}
			
	input, textarea, fieldset 
			{
			background: none; 
			border: none; 
			padding: 0; 
			margin: 0; 
			color: #d95542; 
			font-size: 13px; 
			font-weight: bold; 
			font-family: "verdana";
			}
	
	.inputText 
			{
			margin-top: 5px;
			padding-bottom: 5px;
			width: 262px; 
			height: 30px; 
			border: 4px #bfe5ff solid;
			border-radius: 6px;
			}
			
	.inputText input 
			{
			width: 251px; 
			margin-left: 8px; 
			padding: 12px 0;
			}
			
	.inputArea 
			{
			width: 487px; 
			height: 165px; 
			}
			
	.inputArea textarea 
			{
			width: 487px; 
			height: 165px; 
			padding-left: 10px; 
			padding-top: 10px; 
			overflow: auto;
			border: 4px #bfe5ff solid;
			border-radius: 6px;
			background-color: #fff;
			}

	.buttons 
			{
			width: 460px;
			}
			
	.buttons fieldset 
			{
			float: left; 
			margin: 5px 20px 0 0;
			}
			
	.buttons input 
			{
			width: 102px; 
			height: 38px; 
			background: url('../imgs/send.png') no-repeat; 
			color: #fff; 
			font-size: 12px;
			text-shadow: #000 1px 1px 1px;
			cursor: pointer;
			}
			
	.r-c
			{
			padding-top: 1px;
			padding-right: 10px;
			float: right;
			}
			
	select
			{
			font-size: 13px;
			font-weight: bold;
			color: #d95542;
			font-family: "verdana";
			padding-top: 9px;
			padding-left: 10px;
			text-align: left;
			border: none;
			width: 258px;
			height: 30px;
			}
	
