	.email { font-size : 90% ; margin-top : 20px ; width : 460px ; }
	
	.email h3 { font-size : 150% ; _margin-bottom : 10px ; }
	.email fieldset { 
		background : #efefef ; 
		_border : 1px solid #cebda5 ; 
		border-radius : 10px ; 
		margin : 10px 0 0 ; 
		padding : 10px ; 
		-moz-border-radius : 10px ; 
		width : 435px ; 
		}
	.email p { clear : both ; _height : 2em ; min-height : 20px ; }
	.email p.error { 
		border : 1px solid #c00 ; 
		_height : 2.3em ; 
		margin-bottom : 5px ; 
		min-height : 23px ; 
		padding : 3px ; 
		}
	.email p br { clear : both ; }
	.email p.error span { clear : both ; color : #c00 ; display : block ; }
	.email p label, 
	.email p input.text { float : left ; width : 298px ; }
	.email p label { font-size : 110% ; margin-right : 10px ; width : 120px ; }
	.email p label.free { width : auto ; }
	.email p.error label { color : #c00 ; }
	.email p textarea { 
		border : 1px solid #cebda5 ; 
		clear : both ; 
		display : block ; 
		height : 100px ; 
		padding : 5px ; 
		width : 410px ; 
		}
	.email button, 
	.email input.email_button { 
		background : url(/images/button_top.gif) left top no-repeat ; 
		border : 1px solid #dbc794 ; 
		color : #fff ; 
		float : right ; 
		font-weight : bold ; 
		margin : 10px 0 0 ; 
		max-width : 100px ; 
		padding : 0 ; 
		text-align : center ; 
		text-decoration : none ; 
		width : 100px ; 
		}
