
form.optForm div.line{
		padding: 0px 0px 10px 0px;
		margin: 0px 0px 10px 0px;
		background: url('../images/layout/border-dotted-grey.gif') left bottom repeat-x;
		
}
	label.longLabel,
	form.optForm div.line label{
		display: block;
		float: left;
		width: 150px;
		
	}
	
	label.longest { width: 240px !important; }
	
	a.iSubmit{
		display: block;
		background: url('../images/layout/bg-send.jpg') left top no-repeat;
		height: 37px;
		width: 125px;
		text-align: center;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		padding: 7px 0px 0px 0px;
		margin: 0px 0px 0px 150px;
	}

	input.iShort{ width: 30px; }
	
	
	
	form.optForm div.line textarea,
	form.optForm div.line input.iText{
		border: solid 1px #ccc;
	}

	form.optForm div.line .iSelect{
		border: solid 1px #ccc;
		width:65px;
	}	
	
		form.optForm div.line textarea{
			height: 120px;
			width: 300px;
		}
