/* forms */
.textInputLabelAlignRight
{
/* 
	padding-right: 5px;
	width: 56px;
	display: block;
	float: left;
	text-align: right;
	white-space: nowrap;
	font-size: 11px;
*/
	width: 140px;
}

#orgForm
{
	position:absolute;
	left: 0px;
	top: 20px;
}

#orgFormLeft
{
	position: absolute;
	left: 135px;
	top: 0px;
	width: 305px;
}

#orgFormRight
{
	position:absolute;
	left: 385px;
	top: 0px;
	width: 305px;
}

.textInputLabelAlignLeft
{
    padding-right: 5px;
	 /*begin mac ie hide\*/
	width: 140px;
    display: block;
    float: left;
	 /* end hide */
    text-align: left;
    white-space: nowrap;
    font-size: 11px;
}

#typeofwork
{
	width: 290px;
	height: 70px;
}

#project
{
	width: 290px;
	height: 70px;
}

#orgForm #state
{
	width: 34px;
}

#orgForm #zip
{
	width: 65px;
}

#orgForm .buttons
{
	position: absolute;
	left: 61px;
	top: 340px;
	width: 270px;
}

#orgForm .buttons .inputButton
{
	width: 60px;
}