
.inputBlockNarrow {
    clear: both;
    margin-bottom: 5px;
}

.inputBlockNarrow label
{
	float: left;
	width: 182px;
    font-weight: bold;
    line-height: 20px;
    vertical-align: middle;
}

.inputBlockNarrow input
{
	padding: 1px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	height: 18px;
	width: 63%;
	line-height: normal;
	vertical-align: middle;
}

