* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica;
	background: url('images/background.png') repeat;
	background-color: #c9d2d7;
}

#index {
	margin-top: 170px;
}
.search_field {
	border: none;
	background: none;
	z-index: 20;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	font-size: 20px;
	padding: 3px;
	width: auto;
}

#field_num {
	position: absolute;
	top: 8px;
	left: 0px;
	right: 87px;
}

#field_first {
	position: absolute;
	top: 8px;
	left: 10px;
	right: 20px;
}

#field_last {
	position: absolute;
	top: 8px;
	left: 10px;
	right: 20px;
}

#field_state {
	position: absolute;
	margin-top: 7px;
	top: 8px;
	left: 0px;
	right: 87px;
}

.half {
	position: absolute;
	width: 50%;
	float: left;
	height: 43px;
}

.long {
	position: absolute;
	width: 100%;
	top: 80px;
	left: 10px;

	float: left;
	height: 43px;
}

.long_num {
	position: absolute;
	width: 100%;
	left: 10px;
	float: left;
	height: 43px;
}

#display {
	width: auto;
	position: absolute;
	top: 30px;
	left: 10px;
	right: 12px;
	min-height: 100px;
}


#adsense {
	position: absolute;
	top: 269px;
	margin-bottom: 10px;
	left: 10px;
	right: 10px;
	width: auto !important;
}

#ads {
	height: 65px;
	width: 234px;
	margin: 10px auto 0 auto;
}

/* Field START*/

#field {
	padding-top: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	padding-bottom: 5px;
}
.field_bg {
	height: 43px;
}
#spotlight {
	width: 50px;
	height: 45px;
	position: absolute;
	top: 5px;
	right: 8px;
}

#spotlight_num {
	width: 50px;
	height: 45px;
	position: absolute;
	top: -1px;
	right: 8px;
}


/* Field END  */

/* ROW START */
.row {
	width: 100%;
	min-height: 50px;
	border-bottom: 1px solid #999999;
	padding: 5px 0 10px 0;
	background: white;
}

.row_name {
	display: block;
	padding-left: 5px;
	width: 150px;
	min-height: 50px;
	float: left;
	font-size: 14px;
}

.row_phone {
	display: block;
	width: 165px;
	float: right;
	font-size: 14px;
}

.row_address { 
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
	width: 165px;
	float: right;
}

/* END ROW */
.res {
	position: absolute;
	top: 195px;
	text-align: center;
	font-size: 14px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	z-index: -1;
}

.res2 {
	position: absolute;
	top: 130px;
	text-align: center;
	font-size: 14px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	z-index: -1;
}

.arrowO {
	display: block;
}

#res {
	text-align: center;
	font-size: 12px;
	width: 320px;
	margin: 0 auto 0 auto;
	height: 20px;
	line-height: 40px;
	padding-bottom: 10px;
}

.small_both {
	width: 100%;
	min-height: 40px;
	border: 1px solid #999999;
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

a {
	text-decoration: none;
	color: black;
	display: block;
}

a:active {
	color: white;
}

.left_arrow {
	background-repeat: no-repeat;
	width: 65px;
	height: 69px;
	margin-left: 6px;

	background-image: url("images/left-arrow.png");
	float: left;
}

.right_arrow {
	background-repeat: no-repeat;
	background-position: right;

	width: 65px;
	height: 69px;
	margin-right: 3px;
	background-image: url("images/right-arrow.png");
	float: right;
}

.arrows {
	width: 100%;
	min-height: 69px;
	padding: 0 0 10px 0;
}

#error_first {
	position: absolute;
	right: 5px;
	top: 12px;
}

#error_last {
	position: absolute;
	right: 5px;
	top: 12px;
}

#error_state
{
	position: absolute;
	right: 69px;
	top: 18px;
}

#error_num
{
	position: absolute;
	right: 69px;
	top: 12px;
}
.error {
	display: block;
	width: 19px;
	height: 19px;
	z-index: 666;

}
#tabBar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 32px;
}

.tab {
	display: block;
	width: 50%;
	height: 32px;
	line-height: 32px;
	background: url("images/tab.png");
	float: left;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

#p_name {
	background-position-y: 32px;
	color: white;
}

#p_person {
	color: rgb(32, 32, 32);
}

#spinner {
	width: 48px;
	height: 48px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}