

	
table1, input, textarea, select, li{
	font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	/*line-height:160%;*/
	color:#333;
	}				
p, /*blockquote*/, ul, ol, form{
	margin:1em 0;
	}

img{
	border:none;
	}			
hr{
	display:none;
	}	

li{
	display:list-item;
	}	
	
#container{	
	margin:0 auto;
	background:#cac8b3;
	width:504px;
	padding:0 0 0 0;
	text-align:left;
	}		




/* form 3 */

	#form3{
		margin: 0;
		background:url(../images/form3/form_bg.jpg) no-repeat 0 0;
		width:504px;
		height:338px; /* fixed size (envelope graphic) */
		overflow:hidden;
		}
	#form3 h3{display:none;}	
	#form3 fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:180px;
		margin-left:30px;
		margin-right:15px;
		padding-top:60px;
		}	
	#form3 fieldset.last{
		width:244px;
		margin-left:5px;
		}				
	#form3 legend{display:none;}	
	#form3 p{margin:.4em 0;}	
	#form3 label{display:block;}	
	#form3 input, #form3 textarea{		
		width:178px;
		border:1px solid #ddd;
		background:#fff url(../images/form3/form_input.gif) repeat-x;
		padding:2px;
		}		
	#form3 textarea{
		width:216px;
		height:200px;
		overflow:auto;
		}					
	#form3 p.submit{
		margin:0 34px;
		clear:both;
		position:relative;
		}	
	#form3 button{
		padding:0;
		margin-left:30px;
		position:absolute;
		left:0;
		top:-3.5em;
		width:95px;
		height:36px;
		text-indent:-8000px;
		overflow:hidden;
		border:none;
		background:url(../images/form3/form_button.gif) no-repeat 0 0;
		color:#fff;
		cursor:pointer;
		}				

/* // form 3 */

