
/* form 1 */

	#email_form_with_php{
		margin:1em 0;
		padding-top:10px;
		background:url(/images/contactform/form_top.gif) no-repeat 0 0;
		}
	#fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:250px;
		margin-left:25px;
		}		
	#email_form_with_php legend{display:none;}	
	#email_form_with_php p{margin:.5em 0;}	
	#email_form_with_php label{display:block;}	
	#email_form_with_php input, #email_form_with_php textarea{		
		width:225px;
		border:1px solid #ddd;
		background:#fff url(../images/contactform/form_input.gif) repeat-x;
		padding:3px;
		}		
	#email_form_with_php textarea{
		height:125px;
		overflow:auto;
		}					
	#email_form_with_php p.submit{
		clear:both;
		background:url(../images/contactform/form_bottom.gif) no-repeat 0 100%;
		padding:0 25px 20px 25px;
		margin:0;
		text-align:right;
		}	
	#email_form_with_php button{
		width:150px;
		height:37px;
		line-height:37px;		
		border:none;
		background:url(../images/contactform/form_button.gif) no-repeat 0 0;
		color:#fff;
		cursor:pointer;
		text-align:center;
		}				

/* // form 1 */


