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,
 form, label, 
table, caption, tbody, tfoot, thead, tr, th {
	
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}


legend{
font-size:14px;
font-weight:bold;
color:#0898BC;
}

fieldset{padding:15px;
border:1px solid #0898BC;
margin-bottom:30px;
}

body {
	line-height: 1;
}
ol, ul, li{
	list-style: none;
	
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align:middle;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a { text-decoration: none }
strong { font-weight: bold; }
em { font-style: italic; font-size: .9em; }

sup { 
    vertical-align: super;
    font-size: smaller;
}
.clear{clear:both;}

.over{
overflow:auto;
}