/* 
    Document   : styles
    Created on : May 13, 2013, 9:50:24 AM
    Author     : semmer@infoart.hu
*/

html, body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, div, abbr, dfn, acronym,
table, tr, th, td,
input, select, option, textarea {
  margin: 0;
  padding: 0;
  font: 15px 'Arial', sans-serif;
  font-weight: 400;
  text-align: left;
  color: #333;
}
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, abbr, dfn, acronym {
  cursor: text;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-block }
*:active, object:focus, embed:focus, a { outline: none }
input::-moz-focus-inner { border: 0 }
*.pointer, label { cursor: pointer }
fieldset { border: none }
input, select, option, textarea {
  font-size: 100%;
  outline-style: none;
}
textarea { resize: none; }
.bug { border: 1px solid red; }
table tbody tr td, table tr th { padding: 2px; }

body {

}

img {
  border: 0;
}

.clear {
  float: none !important;
  clear: both;
}

a {
  color: #0099cc;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

div.browserselection {
  width: 960px;
  margin: 0 auto;
}

div.browserselection p {
  padding: 10px 0;
}