/* form 2 */

	#form2{
	margin:1em;
	color:#fff;
	width:520px; /* customize width, this form have fluid layout */
		}
	#form2 h3{
	margin:0;
	color:#fff;
	font-size:20px;
	background-color: #336699;
	background-image: url(../img/form2/form_heading.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
		}		
	#form2 h3 span{
		display:block;
		padding:10px 20px;
		background:url(../img/form2/form_ico.gif) no-repeat 93% 50%;			
		}				
	#form2 fieldset{
		margin:0;
		padding:0;
		border:none;	
		border-top:3px solid #000;
		background:#000 url(../img/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:430px;
	border:1px solid #111;
	background:#282828 url(../img/form2/form_input.gif) repeat-x;
	padding:5px 3px;
	color:#fff;
		}		
	#form2 textarea{
		height:125px;
		overflow:auto;
		}					
	#form2 p.submit{
		text-align:right;
		}	
	#form2 button{
	padding:0 20px;
	height:32px;
	line-height:32px;
	border:1px solid #336699;
	color:#fff;
	cursor:pointer;
	text-align:center;
	background-color: #336699;
	background-image: url(../img/form2/form_button.gif);
	background-repeat: repeat-x;
		}				

/* // form 2 */

