.routes form h2 {
	color:#747474;
}

.routes form  h3 {
	margin-top:7px;
	margin-left:7px;
	margin-right:7px;
	margin-bottom:7px;
	background-color:white;
	color:#444444
}

.routes .control {
	border:none;
	outline:none;
	padding:0;
	margin:0;
	overflow:hidden;
	display:inline-block;
	font-size:11px;
	z-index:1;
	top:4px;
}

.routes .form-control {
	width:282px;
	height:110px;
	position:relative;
	background-image:url(/lib/img/portal/boxes/routes.png);
	left:10px;
}

.routes form .control {
	height:18px;
	line-height:16px;
	text-align:left
}

.routes  form .label-control {
	font-weight:bold;
	color:#747474;
	background-color:white;
	float:left;
	margin-left:7px;
	margin-top:3px;
	width:58px;
}

.routes form .text-control {
	border:1px solid rgb(204, 204, 204);
	color:rgb(167, 167, 167);
	width:203px;
	float:right;
	margin-top:3px;
	margin-right:7px;
}

.routes form .blue-button {
	bottom:7px;
	right:5px;
	display:block;
}