/* form  */

	#form{
		margin:10 auto 0 130px;
		float:left;
		}
	#form fieldset{
		margin:0;
		padding-top:.5em;
		border:none;	
		}		
	#form legend{
		background:#fff;
		padding:0 5px;
		font-style:italic;
		}	
	#form p{
		clear:both;
		margin:.5em 0;
		overflow:hidden;
		font-size:12px;
		color:#666;
		}	
	#form label{
		float:left;
		width:100px;
		display:block;
		text-align:right;
		margin-right:10px;
		}	
	#form input, #form textarea{	
		margin:0;	
		width:350px;		
		padding:6px 5px 6px 5px;
		border-top:1px solid #ddd;
		border-left:1px solid #ddd;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		}	
		
	#form input:hover, #form textarea:hover	{
	background:#f5f5f5;
	}
	
	#form textarea{
		height:125px;
		overflow:auto;
		}					
	#form p.submit{
		clear:both;
		margin:1em 0;
		padding:.5em 70px;	
		
		}	
	#form button{
		height:28px;
		width:60px;
		line-height:0px;
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
		border-right:1px solid #999;
		border-bottom:1px solid #999;
		color:#333;
		background:#e4e4e4;
		cursor:pointer;
		text-align:center;
		font-size:14px;
		font-weight:normal;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		margin-left:340px;
		}				

/* // form 5 */

iframe {
border:1px solid #666;
margin:20px;
-moz-box-shadow: 0px 0px 5px #999;
}