	.oForm {
	
	}	
	
	.oForm fieldset {
		border: none;
	}
	
	.oForm .conOne {
		display: block;
		margin-bottom: 8px;
		position: relative;
	}
	
	.oForm .conOne label {
		display: block;
		text-align: left;
	}
	
		.oForm .txtError label {
			color: #C01E2E;
			font-weight: bold;
		}
	
	.oForm .conOne input, .oForm .conOne textarea, .oForm .conOne select {
		width: 255px;
		margin-top: 2px;
		font-family: "Arial", "Tahoma", "Trebuchet MS";
		font-size: 12px;
		border: 1px inset #D1D1D1;
		padding: 2px;
	}
	
	.oForm .conOne input.bSubmit {
		width: 100px;
		margin-left: 10px;
		margin-top: 0;
		height: 22px;
	}
	
	.oForm .btnRightArrow {
		display: block;
		float: right;
		line-height: 26px;
		font-size: 18px;
		color: #68A214;
		height: 29px;
		padding: 0 15px 0 10px;
		border-left: 1px solid #D1D1D1;
		background: transparent url('../_images/bg_btn_rightside.gif') no-repeat right;
	}
	
		.oForm .btnRightArrow:hover {
			color: #404040;
		}
	
