﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	color:#999;
}

a:link, a:visited {
	color: #eee;
	text-decoration: none;
}

a:hover, a:active {
	color: #f7f7f7;
}
HR{color:#312A19; height:1px;}
.salon_locator_main_div
{
	width: 750px;
	height: 330px; /*315*/
	padding-top:40px;
	padding-left:100px;
}
.salon_locator_label
{
	padding-top:5px;
	font-size:14px;
	color:#bbb;
}
.salon_locator_textbox_nowidth
{
	border:1px solid #444;
	background-color:#222;
	color:#bbb;
}
.salon_locator_warning
{
	color:#CC0000;
	font-weight:bold;
	font-family: font-family: Arial, Helvetica, sans-serif;
}
.salon_locator_textbox
{
	width:205px;
	border:1px solid #444;
	background-color:#222;
	color:#bbb;
}
.salon_locator_button
{
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#eee;
	font-weight:bold;
	cursor:hand;
}
a.salon_locator_button
{
	background: url("../images/ghdgradient.jpg") top left repeat-x;
	border: 1px solid #777 !important;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
}
.salon_locator_results_div
{
	background: url("../images/ghdgradient.jpg") top left repeat-x;
	color:#999;
	border-top:1px solid #555;
	border-left:1px solid #111;
	border-right:1px solid #111;
	border-bottom:1px solid #111;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	width:230px;
	height:240px;
	overflow:auto;
	scrollbar-face-color:#000;
	scrollbar-3dlight-color:#000;
	scrollbar-shadow-color:#ddd;
	scrollbar-darkshadow-color:#000;
	scrollbar-arrow-color:#888;
	scrollbar-track-color:#000;
}
.salon_results_table
{
	background-color:Transparent;
	margin-left:5px;
	margin-top:5px;
	line-height:1.2em;
}
.salon_results
{
	color:#888;
}
.salon_results_sname
{
	color:#ddd;
}
.salon_locator_results_div_small
{
	background: url("../images/gradient_bg.jpg") top left;
	background-repeat:no-repeat;
	color:#888;
	width:225px;
	height:210px;
	overflow:auto;
	scrollbar-face-color:#000;
	scrollbar-3dlight-color:#000;
	scrollbar-shadow-color:#ddd;
	scrollbar-darkshadow-color:#000;
	scrollbar-arrow-color:#888;
	scrollbar-track-color:#000;
	font-size: 0.8em;
}
.transparent_ajax_message {
  width: 100%;
  text-align: center;
  font-size: 20px;
  position:absolute;
  opacity:  0.8;
}

.transparent_ajax_error p {
  color: #560109;
  background: #FFA3A9;
  border-left: 1px solid #750004;
  border-right: 1px solid #750004;
  border-bottom: 1px solid #750004;  
  margin: 0px 20px 0px 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
}

.transparent_ajax_notice p {
  color: #23571D;
  background: #9BFFA3;
  border-left: 1px solid #23571D;
  border-right: 1px solid #23571D;
  border-bottom: 1px solid #23571D;  
  margin: 0px 20px 0px 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}


/* Saving message for ajax form */
#ajax_info_message {
  position: absolute;
/*  left:305px !important;
  top:88px !important;*/
  background:#000;
  opacity:0.8;
}

#ajax_info_message p {
  padding-top: 172px;
  padding-bottom:20px;
  font-size: 30px;
  color: #333;
  text-align:center;
  font-style:italic;
}
