@charset "utf-8";


/*
** reset all html elements
*/

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,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*
** Basic definitions
*/

/* force right scrollbar for Mozilla/Safari */
html { 
    height: 100%;
    margin-bottom: 1px;
}
body {
	padding:0;
	font:70% "Helvetica", "Arial", "sans-serif",Geneva, Verdana; 
	color:white;
	text-align:center;
}
body * {
	line-height:1;
}



html, body {
	height: 100%;
	padding:0;
	margin:0;
	word-wrap: break-word;

}



/* Cross-browser typographical normalization from Yahoo YUI */
table { font-size:inherit; }

/* 99% for safari; 100% is too large */
select, input, textarea {  
font:99% "Arial", "Helvetica", "sans-serif",Geneva, Verdana;  
}
/* Bump up !IE to get to 13px equivalent */
pre, code { font:115% monospace; }

/* Basic link definition */
a { 
	background-color:inherit;
	color:#e99419;
	text-decoration:underline;
}
a:hover { 
	background-color:inherit;
	color:#e99419;
	text-decoration:none;
}
/* Override font properties */
font { 
	font-family:"Arial", "Helvetica", "sans-serif",Geneva, Verdana; 
	font-size:inherit;
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}

.hide {
	display:none !important;
}

input, 
select, 
textarea { 
	vertical-align:middle;
	color:#32373c;
	font-size:1em;
}
input.text, 
select, 
textarea { 
	padding:1px; 
	background-color:#fff; 
	color:inherit; 
	line-height:1.2em;
}
select,
option {
	text-align:left !important;
}

input.text:focus, 
textarea:focus { 
	background-color:#fff;
	color:inherit;
}
input.radio, 
input.checkbox { 
	margin:0 3px 0 0; 
	vertical-align:middle;
}
label { 
	vertical-align:middle;
}
label.radio, 
label.checkbox { 
	margin-right:1.5em;
}
/* Firefox fix */
option {
	padding-right:0.7em;
}

/* Float clearing workaround also working on Mozilla */

.clearer { 
	clear:both; 
	height:0px; 
	overflow:hidden; 
	margin-top:0px;
}

.clearfix:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* End clearfix */
