form.searchform
{
	width:650px;
	height:65px;
	display:block;
	text-align:left;
}

form.searchform_default
{
	position:absolute;
	left:200px;
	top:70px;
}
	
form.searchform_home
{
	position:relative;
	left:0px; top:0px;
	margin-left:auto;
	margin-right:auto;
}

form.searchform_precise
{
	position:relative;
	left:0px; top:0px;
}

/* Keyword, Branch Location Captions */
div.keyword_precise
	{
		font-size:16px;
		font-weight:bold;
		white-space: nowrap;
	}
	
div.branchword_precise
	{
		font-size:16px;
		font-weight:bold;
		white-space: nowrap;
	}
	
div.location_precise
	{
		font-size:16px;
		font-weight:bold;
	}
form.searchform div.blue
	{
		color:#2C566D;
		width:160px;
	}
form.searchform div.white
	{
		color:#FFFFFF; 
	}

/* Keyword, Location input fields */

div.keywordbox_precise
	{
		width:240px;
	}

div.branchbox_precise
	{
		width:240px;
	}

form.searchform div.locationbox_precise
	{
		width:240px;
	}
form.searchform div.borderleft
	{
		position:absolute;
		left:0px;
		top:0px;
		width:10px;
		height:24px;
		background-image:url(../grafix/structure/inputrounded/input_left_round.gif);
		background-repeat:no-repeat;
		background-position:top right;
	}
div.borderleft_precise
	{
		width:10px;
		height:24px;
		background-image:url(../grafix/structure/inputrounded/input_left_round.gif);
		background-repeat:no-repeat;
		background-position:top right;
		float: left;
	}
form.searchform div.borderright
	{
		position:absolute;
		right:0px;
		top:0px;
		width:10px;
		height:24px;
		background-image:url(../grafix/structure/inputrounded/input_right_round.gif);
		background-repeat:no-repeat;
		background-position:top left;
	}
div.borderright_precise
	{
		width:10px;
		height:24px;
		background-image:url(../grafix/structure/inputrounded/input_right_round.gif);
		background-repeat:no-repeat;
		background-position:top left;
		float: left;
	}
form.searchform input.input
	{
		margin:0px;
		padding:0px;
		position:absolute;
		left:10px;
		right:10px;
		top:0px;
		width:180px;
		height:22px;
		border-left-style:none;
		border-right-style:none;
		border-bottom:1px solid #ADADAD;
		border-top:1px solid #ADADAD;
	}
form.searchform input.input-grau
	{
		margin:0px;
		padding:0px;
		position:absolute;
		left:10px;
		right:10px;
		top:0px;
		width:140px;
		height:22px;
		border-left-style:none;
		border-right-style:none;
		border-bottom:1px solid #ADADAD;
		border-top:1px solid #ADADAD;
		color:#7e7e7e;
		font-style:italic;
	}
input.input_precise
	{
		margin:0px;
		padding:0px;
		width:220px;
		height:22px;
		border-left-style:none;
		border-right-style:none;
		border-bottom:1px solid #ADADAD;
		border-top:1px solid #ADADAD;
		float: left;
	}

input.submit_precise
	{
		border:0px none #FFFFFF;
		background-color:#FFFFFF;
		text-decoration:underline;
		font-weight:bold;
		color: #2C566D;
		font-family:Arial,serif;
		font-size:10pt;
	}

#searchkeyword
{
	position:absolute;
	left:0px;
	top:0px;
	font-size:16px;
	font-weight:bold;
	white-space: nowrap;
}
#searchkeywordbox
{
	position:absolute;
	left:0px;
	top:25px;
	width:200px;
}

#searchlocation
{
	position:absolute;
	left:215px;
	top:0px;
	font-size:16px;
	font-weight:bold;
}

#searchlocationbox
{
	position:absolute;
	left:215px;
	top:25px;
	width:200px;
}

#searchsubmitbox
{
	position:absolute;
	left:430px;
	top:20px;

	width:200px;
}
/*
#searchsubmitbox .submit
{
	position:static;
	border:0px none #FFFFFF;
	background-color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	color: #2C566D;
	font-family:Arial,serif;
	font-size:10pt;
}*/