

.oform 
{
	width:70%;
}



.oform td
{
	padding:0px;
}


.oform .row .cell
{
	padding:8px 0px;
	float:left;
}



/* */
.oform .row .left, .oform .row .right
{
	text-align:left;
}


.oform .row .left
{
	width:30%;
	float:left;
}

.oform .row .right
{
	width:69%;
	float:right;
}



/* */
.oform .formelement
{
	background-image:url(/images/p.stock/p.form.element.gray.gif);
	border-style:solid;
	border-color:#aeaeae;
	border-width:1px;
	background-color:#f7f7f7;
	background-repeat: no-repeat;
	background-position:left top;	
		
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
}


.oform .dark
{
}

.oform .light
{

}



.oform .seperator
{
	clear:both;
	line-height:1px;
	height:1px;
	font-size:1px;
	padding:0px;
	margin:1px 0px;
	background-color:#adcbf3;
}




