label,input,select {
	display: block;
	padding:0px;
	
	}
input, select{
	width: 100%;
	font-size: 10px;
	height: 16px;
	background: #FFFFFF;
}

input{
	height: 13px;
	border: 0px dotted #94A1BD;
}

label {
	height: 12px;
	text-align: left;
	border-bottom: 1px dotted #94A1BD;
}

#formline {
	height: 20px;
	clear: both;
	}
#formlabel {
	color: #7BAE00;
	font-size: 120%;
	font-weight: bold;
	clear: both;
	}

#box {
float:left;
height: 14px;
z-index: 1;
}

#boxr {
float:right;
width: 60%;
height: 14px;
background: #FFFFFF;
border-left: 1px solid #94A1BD;
border-right: 1px solid #94A1BD;
border-top: 1px solid #94A1BD;
border-bottom: 1px solid #94A1BD;
	}
	