body{
	color:#000000;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #5A5A5A;
	}
table, input, textarea, select, li{
	line-height:14px;
	color:#1F8234;
	font-family: Helvetica, Arial;
	font-size: 12px;
	}				
	
#container{
	text-align:left;
	width: 300px;
	height: 260px;
	}		

/* // form 1 */


/* form 2 */

	#form2{
	width:300px;
	color: #000000;
	height: 260px;
	margin-left: 3px;
	margin-top: 2px;
		}
	#form2 fieldset{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
		}		
	#form2 legend{display:none;}	
	#form2 p{
}	
	#form2 label{display:block;}	
	#form2 input, #form2 textarea{
	width:290px;
	border:1px solid #d2d2d2;
	color:#000000;
	background-color: #d2d2d2;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	height: 18px;
	margin-top: 4px;
	margin-bottom: 8px;
		}		
	#form2 textarea{
	height:65px;
	overflow:auto;
	width: 290px;
		}					
	#form2 p.submit{
		text-align:right;
		}	
	#form2 button{
	height:30px;
	line-height:30px;
	text-align:center;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	cursor: pointer;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: -1px;
	margin-top: 8px;
	background-color: #828282;
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
		}				
#form2   button:hover   {
	height:30px;
	line-height:30px;
	color:#828282;
	text-align:center;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	cursor: pointer;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: -1px;
	margin-top: 8px;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial;
	font-size: 11px;
}
