
	#form2{
		margin:0px;
		color:#999;
		width:314px; /* customize width, this form have fluid layout */
		background:url(images/form_bg0.gif) no-repeat;
		height:251px;
		padding:0px;
		/*border:1px solid #615e5e;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;*/
		}
	#form2 h3{
		margin:0;
		/*background:#57a700 url(../images/form2/form_heading.gif) repeat-x;	
		border:1px solid #57a700;
		border-bottom:none;	*/
		color:#999999;
		font-size:12px;
		
		}		
	#form2 h3 span{
		display:block;
		padding:5px 20px;
		background:url(../images/form2/form_ico.gif) no-repeat 93% 50%;			
		}				
	#form2 fieldset{
		padding:0px;
		margin-right:10px;
		border:none;	
		/*border-top:3px solid #000;
		background:#000 url(../images/form2/form_top.gif) repeat-x;		
		padding-bottom:1em;*/
		
		}	
		

	
	#form2 legend{display:none;}	
	#form2 p{margin:.5em 20px;}	
	#form2 label{display:block;}	
	#form2 input, #form2 textarea{		
		width:180px;
		border:1px solid #111;
		background:#282828 url(images/form_input.gif) repeat-x;
		padding:5px 3px;
		color:#fff;
		
		}		
	#form2 textarea{
		height:50px;
		overflow:auto;
		}					
	#form2 p.submit{
		text-align:right;
		}	
	#form2 button{
		padding:0;
		height:32px;
		width:77px;
		height:24px;		
		border:0px solid #70ad2e;
		background: url(images/submit.gif) no-repeat;
		color:#fff;
		cursor:pointer;		
		text-align:center;	
		}				
/* // form 2 */
