table#form textarea{
	width: 100%;
	overflow: auto;
	height: 20em;
	margin-top: 1em;
}

#submit_go {
	color: black;
	font-size: 0.8em;
}

table#form h4 {
	margin: 0 0 0.8em 0;
	font-size:0.8em;
}
select {
	position: relative;
	z-index: 2;
}


a {
	border-width: 0;
}

p.submenu {
	margin: 0 0 1.5em 22px;
}

a.inactive {
	color:#0055CC;
	padding: 2px;
}

div.arrow {
	position: relative;
	z-index: 1;
	width: 70%;
	height: 4.5em;
	margin: 0;
	padding:0;
}

div.arrow img {
	display:block;
	position: absolute;
	z-index:5;
	height: 100%;
	width:35px;
}

div.r img.rar {
	right: -35px;
}

img.rar {
	right: -34px;
}

img.lar {
	left: -34px;
}

div.arrow div {
	width: 100%;
	margin: 0;
	padding:0;
}

div.arrow div.pre_center, div.arrow div.pre_center div.body div {
	position: absolute;
	top: 50%;
	height: 2.5em;
	right: 50%;
	z-index:100;
}

div.arrow div.pre_center div.body {
	position: relative;
	top: -50%;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 2.5em;
	right: -50%;
}

div.r div.pre_center div.body {
	border-left: 1px solid #ccc;
}

div.l div.pre_center div.body {
	border-right: 1px solid #ccc;
}

div.arrow div.pre_center div.body div input {
	position: relative;
	top: -25%;
	right: -50%;
	display: block;
	width: auto;
	margin-right:0px;
}

div#arrows {
	min-width: 301px;
	width:expression( document.body.clientWidth < 780 ? '301px' : 'auto');
}