/* CSS Document */

/*q and a*/
	.qarow {
	display:block;
	clear:right;
	padding-top:2px;
	padding-bottom:5px;
	}
	
	.qarow p {
	padding-top:0;
	margin-top:0;
	margin-bottom: 10px;
	}
	
	.qaleft {
	width:40px;
	float:left;
	}
	
	.qaright {
	float:right;
	width:480px;
	text-align:left;
	}
	
	/*form box light */
	
	.formboxlight {
	border-top:1px solid #D1D1D1;
	background-image:url(../img/formbox_striplight.gif);
	}
	
	.formboxmainlight {
	padding:10px 12px 0 12px;
	margin-bottom: 10px;

	}	
	
	.formboxbottomlight {
	clear:right;
	background-repeat:no-repeat;
	background-image:url(../img/formbox_bottomlight.gif);
	background-color:#FFF;
	height:12px;
	}

