/* CSS Document */


#cssform p { width:420px; padding:5px 0; border-bottom: 1px dotted #ccc; }

#cssform label { float: left; width: 130px; color:#333333; }

#cssform textarea { width: 200px; }

#cssform .texta { background-color:#fff; border: 1px solid #99CC66; }

#cssform .btn {

	width:117px;
	height:60px;
	margin-top:20px;
	background:transparent url(../imagery/btn_next.png) no-repeat;
	border:0px white solid;
	}


		* html .threepxfix { margin-left: 3px; }
