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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}
body {
    font-family:HelveticaNeue, Arial, Verdana, Tahoma;
    font-size:12px; /*color:#a5a5a6;*/
    line-height: 1;
}
span, p, em, div, img, section,
ul, h1, h2, h3, h4, h5, input,
a, aside, nav {
    position:relative;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before,
blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration:none;
    color:#a5a5a6;
    font-size:11px;
    outline:none;
}
a img {
    border:0px;
}
a:hover {
    /*border-bottom:1px #888 dotted;*/
}
input,
textarea {
    font-family:HelveticaNeue, Arial, Verdana, Tahoma;
    font-size:12px;
    outline:none;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: none; /* for Chrome and Safari */
}
input[type="text"],
input[type="password"],
input[type="number"] {
	background:#fff url(../images/common/bg_forms.png) repeat-x 0px 0px;	
	border:1px solid #deddde;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	width:185px;
	padding:5px 5px;
}
input[type="button"] {
	border:0px;
	background:url(../images/common/button.png) no-repeat 0px 0px;
	width:72px;
	height:26px;
	padding-bottom:1px;
}
input[type="button"]:hover {
    background-position:0px -26px;
}
input[type="button"],
input[type="submit"] {
    cursor:pointer;
}
textarea {
	background:#fff url(../images/common/bg_textarea.png) repeat-x;
	border:1px solid #deddde;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px 5px;
	resize:none;
}
/* Interaction Cues */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c;
    color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a {
    color: #363636;
}

