
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	letter-spacing:0;
}
body {
    line-height:1;
	/*text-shadow: 1px 1px 3px rgba(0,0,0,0.3),1px 1px 1px rgba(255,255,255,0.5);*/
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color: #006FC7;
	text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

img {
	/*height: auto;*/
	/*width: 100%;*/
	/*max-width: 100%;*/
	vertical-align: bottom;
}
html.ie7 img {
	width: auto;
}

input, button, select, textarea {
	font-family: inherit;
	border-radius: 3px;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
textarea {
	border: 1px solid rgba(0,0,0, 0.7);
	outline: none;
	/*padding: 0.2em 0.3em;*/
	margin: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3),
				1px 1px 0 rgba(255, 255, 255, 0.2);

}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"],
button {
	cursor: pointer;
	outline: none;
	margin: 0;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);

	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

button {
	font-family: inherit;
	border: none;
	cursor: pointer;
	outline: none;
	/*line-height: 1;*/
	padding: 0.2em 0.5em;
}

input:-moz-focus-inner,
button:-moz-focus-inner {
	border: 0;
	padding: 0;
}






input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
}
input[type="search"]:focus {
	/*outline-offset: -2px;*/
}
input[type="search"]:-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="checkbox"] {
	border: 1px solid rgba(0,0,0,0.3)\9;
}
input:focus,
textarea:focus {
	border: 1px solid rgba(82, 168, 236, 0.8);
	outline: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

/*
select { background-color:inherit; line-height:normal;}
select option { padding : 0 5px; }
*/

textarea {
	vertical-align: top;
	overflow: auto;
	padding: 5px;
}

input[type="checkbox"],
label { cursor: pointer; }







