/* form  */

	#form{
		margin:0 auto 0 130px;
		float:left;
		}
	#form fieldset{
		margin:0;
		padding-top:.5em;
		border:none;	
		border-top:1px solid #f1f1f1;
		}		
	#form legend{
		background:#fff;
		padding:0 5px;
		font-style:italic;
		}	
	#form p{
		clear:both;
		margin:.5em 0;
		overflow:hidden;
		}	
	#form label{
		float:left;
		width:60px;
		display:block;
		text-align:right;
		margin-right:10px;
		}	
	#form input, #form textarea{	
		margin:0;	
		width:250px;
		border:1px solid #ddd;		
		padding:3px 5px 3px 25px;
		}		
	
	
	#form input#name{background:#fff url(../images/form_name.gif) no-repeat 5px 50%;}
	#form input#email{background:#fff url(../images/form_email.gif) no-repeat 5px 50%;}
	#form input#web{background:#fff url(../images/form_url.gif) no-repeat 5px 50%;}
	#form textarea#message{background:#fff url(../images/form_note.gif) no-repeat 5px 6px;}
	
	
	#form textarea{
		height:125px;
		overflow:auto;
		}					
	#form p.submit{
		clear:both;
		margin:1em 0;
		padding:.5em 70px;
		border-top:1px solid #f1f1f1;		
		
		}	
	#form button{
		height:28px;
		line-height:28px;		
		border-top:1px solid #999;
		border-left:1px solid #999;
		border-right:1px solid #333;
		border-bottom:1px solid #333;
		background:url(../images/form_button.gif) no-repeat;
		padding:0 10px 0 25px;
		color:#333;
		cursor:pointer;
		text-align:left;
		font-size:11px;
		font-weight:bold;
		}				

/* // form 5 */
