/* CSS Document */

#primary_content iframe {
	margin:0 0 0 0;
	border:none;
	background:none;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
}

#atm_form {
	margin:0 0 0 0;
	padding:0;
	font-size: 14px;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	color:#333;
}
#atm_form p {
	font-size: 14px;
	line-height: 1.5em;
}

span.arrow_button {
cursor:pointer;
display:inline-block;
height:30px;
}
span.arrow_button input {
color:#FFFFFF;
cursor:pointer;
display:inline-block;
font-size:15px;
line-height: 15px;
height: 30px;
text-transform:lowercase;
background:transparent url(../images/arrow_button_left.gif) no-repeat scroll left -30px;
border: none;
padding: 2px 0 5px 10px;
font-weight: bold;
font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
margin: 0;
}

span.error {
color:red;
font-weight:bold;
margin-left:5px;
}

span.arrow_button {
background:transparent url(../images/arrow_button_right.gif) no-repeat scroll right -30px;
padding-right:20px;
}

span.arrow_button:hover input {
background-position:left top;
}

span.arrow_button:hover {
background-position:right top;
}

.iframe-locator {
	position:relative;
}
#iframe-new-search {
	position:absolute;
	top:101px;
	left:435px;
	width:80px;
	height:22px;
	text-indent:-1000em;
}
#iframe-new-search a {
	border:none;
	display:block;
	width:80px;
	height:22px;
	background:url(../images/atm-new-search.gif) no-repeat;
}
