@charset "utf-8";
/*============================================================*
 * reset css
 *  default
 *  text or font
 *  clearfix
 *  none
 *  simplemodal error reset
 *============================================================*/

/*------------------------------------------------------------*
 * default
 *------------------------------------------------------------*/
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, font, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	background: #fff;
	height: 100%;
}

body {
	margin-top: 0px;
	height: 100%;
	line-height: 1em;
}

font {
	line-height: 1.3em;
}

a img, fieldset, img  {
   border: 0;
}

:focus {
    outline: 0;
	outline: none;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

q:before, q:after {
   content:'';
}

abbr,acronym {
   border:0;
}

code, kbd, pre, samp, tt {
	line-height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, textarea {
	box-sizing:  border-box;
	-moz-box-sizing: content-box;
}

/*------------------------------------------------------------*
 * text or font
 *------------------------------------------------------------*/
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, font, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-weight:normal;
}

html{
	color: #333;
}

body {
	font:12px/1.5 'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;
}

input, select, textarea{
	font-size: 100%;
	font-family: 'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;
}

address, caption, cite, code, dfn, em, strong, th, var {
   font-style: normal;
   font-weight: normal;
}

code, kbd, pre, samp, tt {
	font-family: monospace;
}

a {
    text-decoration: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/*------------------------------------------------------------*
 * clearfix
 *------------------------------------------------------------*/
.clearfix {
    min-height: 1px; /* ie7 */
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

* html .clearfix {
    height: 1px; /* ie7 */
}

.clearfix {
    display: block;
}

/*------------------------------------------------------------*
 * none
 *------------------------------------------------------------*/
.clear {
	clear: both;
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0px;
}

.hidden {
	display:none!important;
}

.allHidden {
	display:none!important;
}

.null {
    visibility: hidden;
	display: none;
}
.no-margin {
	margin:0 !important;
}
.clearboth {
	clear:both;
}

alt {
	display:none;
}

/*------------------------------------------------------------*
 * simplemodal error reset
 *------------------------------------------------------------*/
p.errMsg {
    color: #FF0000;
    text-align: left;
    /*float: left;*/
}

label.error {
    width: auto !important;
    font-size: 11px !important;
	line-height: 18px !important;
}