﻿/* reload all browser */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size:100%;
	margin:0;
	padding:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
html {
	
}
body {
	font:0.75em/1.1 Tahoma, Geneva, sans-serif;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	cursor:pointer;
	text-decoration:none;
}
img, a img {
	border:none;
}
:focus {
	outline:none;
}
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	clear:both;
	zoom:1;
}
span.ValidationErrors {
    display: inline-block;
    font-size: 12px;
    color: #D00;
    padding-left: 10px;
    font-style: italic;
	position:absolute;
	width:200px;
	right:0;
	bottom:5px;
	text-align:right;
	line-height:16px;
}
span.correct {
    display: inline-block;
    padding-left: 10px;
	position:absolute;
	width:22px;
	height:16px;
	right:0;
	bottom:10px;
	background:url(../images/icon-correct.png) no-repeat right bottom;
}
a.click {
    display: inline-block;
    padding-left: 10px;
	position:absolute;
	right:0;
	bottom:8px;
	color:#13a156;
}
a.close-search {
	display:inline;
	width:24px;
	height:24px;
	background:url(../images/icon-close-black.png) no-repeat top left;
	color: rgba(0, 0, 0, 0);
	position:absolute;
	top:0;
	right:0;
	z-index:100;
}
a.close-search:hover {
	background:url(../images/icon-close-color.png) no-repeat top left;
}