﻿
div#loginBox
{
	display: none;
	text-align: center;
	padding: 10px;
}


.memberButton
{
	float: right;
}

span.error
{
	display: block;
	padding: 5px;
	color: #ff0000;
}

/* span.field-validation-error
{
	background: transparent url('/_images/arrow.png') no-repeat scroll left center;
	padding-left: 5px;
	margin-top: 12px;
	margin-left: 2px;
	position: absolute;
	z-index: 10000;
}

span.field-validation-error span
{
	background-color: #721010;
	padding: 10px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-bottom: 4px;
	border: 2px solid #420000;
	z-index: 9999;
} */

.guideRegFormLbl
{
	display: block;
	padding-bottom: 5px;
}
.guideRegFormTb
{
	padding: 10px;
	color: #555;
	width: 250px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 10px;
}

button:hover
{
	cursor: pointer;
}

button::-moz-focus-inner
{
	border: 0;
}

input.guideRegFormBtn
{
	background: #fff;
	background: -moz-linear-gradient(0% 100% 90deg, #bfbfbf, #eee);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#bfbfbf));
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0 0 5px #f5f5f5;
	-moz-box-shadow: inset 0 0 5px #f5f5f5;
	-webkit-box-shadow: inset 0 0 5px #f5f5f5;
	color: #000;
	font-family: Arial , Serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	padding: 6px 10px;
	text-align: center;
	text-shadow: 0 1px 0px #eee;
}

input.guideRegFormBtn:hover
{
	background: #dfdfdf;
	background: -moz-linear-gradient(0% 100% 90deg, #aaa, #dfdfdf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfdfdf), to(#aaa));
	box-shadow: inset 0 0 5px #e5e5e5;
	-moz-box-shadow: inset 0 0 5px #e5e5e5;
	-webkit-box-shadow: inset 0 0 5px #e5e5e5;
}

input.guideRegFormBtn:active
{
	background: #bfbfbf;
	background: -moz-linear-gradient(0% 100% 90deg, #eee, #bfbfbf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfbfbf), to(#eee));
}

.guideRegFormSmallText 
{
	font-size: 10px;
	color: #777;
	padding-bottom: 5px;
}

.saveSearchInput
{
	width: 274px;
	font-size: 10px;
}

#saveSearchBox
{
	display: none;
}

.saveRestInput
{
	width: 274px;
	font-size: 10px;
}

#saveRestBox
{
	display: none;
}

.addFilter, .removeFilter, .removeRest
{
	cursor: pointer;
}

#loginWindow 
{
	position: absolute;
	background: #ddd;
	color: #000;
	width: 300px;
	height: 280px;	
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: -150px;
	left: 50%;
	top: 35%;
	margin-top: -140px;
	box-shadow: 0px 0px 10px #000;
	border: 3px solid #fff;
	display: none;
	z-index: 9999999;
}

#loginWindow a
{
	color: #000;
}

#loginWindowClose
{
	width: 16px;
	height: 16px;
	background: url('/_images/mainDesign/cross.png') no-repeat center center;
	position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
}

#memberWindow 
{
	position: absolute;
	background: #ddd;
	color: #000;
	width: 300px;
	height: 280px;	
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: -150px;
	left: 50%;
	top: 35%;
	margin-top: -140px;
	box-shadow: 0px 0px 10px #000;
	border: 3px solid #fff;
	display: none;
	z-index: 9999999;
}

#memberWindow a
{
	color: #000;
}

#memberWindowClose
{
	width: 16px;
	height: 16px;
	background: url('/_images/mainDesign/cross.png') no-repeat center center;
	position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
}

#guideSaveSearchWindow 
{
	position: absolute;
	background: #ddd;
	color: #000;
	width: 300px;
	height: 137px;	
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: -150px;
	left: 50%;
	top: 35%;
	margin-top: -70px;
	box-shadow: 0px 0px 10px #000;
	border: 3px solid #fff;
	display: none;
	z-index: 9999999;
}

#guideSaveSearchWindow a
{
	color: #000;
}

#guideSaveSearchClose
{
	width: 16px;
	height: 16px;
	background: url('/_images/mainDesign/cross.png') no-repeat center center;
	position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
}

#guideSaveSearchWindow input.guideRegFormBtn, #memberWindow input.guideRegFormBtn, #loginWindow input.guideRegFormBtn
{
	background: #000;
	background: -moz-linear-gradient(0% 100% 90deg, #333, #111);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#111));
	border: 1px solid #666;
	box-shadow: inset 0 0 5px #111;
	-moz-box-shadow: inset 0 0 5px #11;
	-webkit-box-shadow: inset 0 0 5px #111;
	color: #fff;
	text-shadow: 0 1px 0px #eee;
}

#guideSaveSearchWindow input.guideRegFormBtn:hover, #memberWindow input.guideRegFormBtn:hover, #loginWindow input.guideRegFormBtn:hover
{
	background: #333;
	background: -moz-linear-gradient(0% 100% 90deg, #555, #333);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), to(#333));
	box-shadow: inset 0 0 5px #333;
	-moz-box-shadow: inset 0 0 5px #333;
	-webkit-box-shadow: inset 0 0 5px #333;
}

#guideSaveSearchWindow input.guideRegFormBtn:active, #memberWindow input.guideRegFormBtn:active, #loginWindow input.guideRegFormBtn:active
{
	background: #777;
	background: -moz-linear-gradient(0% 100% 90deg, #555, #777);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), to(#777));
}
