/* form table decoration */

table.forms{
	width : 100% ;
	text-align : center ;
	border-collapse : collapse ;
}
table.forms td,
table.forms th{
	text-align : left ;
	border : 1px solid #8fd77a ;
	background : #fafad2 ;
	padding : 5px ;
}
table.forms td{
	background : #f0f0f0 ;
}
table.forms td p.example{
	float : right ;
	text-align : right ;
	font-size : 10px ;
}
table.forms td input{
	clear : both ;
}
table.forms th{
	min-width : 150px ;
}