
/* - ++theme++cipra.theme/css/reset.css - */
/* https://www.cipra.org/portal_css/++theme++cipra.theme/css/reset.css?original=1 */
* { margin: 0; padding: 0; }
* :link,:visited { text-decoration:none }
* ul,ol { list-style:none; }
* li { display: inline; }
* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
* a img,:link img,:visited img { border:none }
a { outline: none; }
table { border-spacing: 0; }
img { vertical-align: text-bottom; }
iframe { border-width: 0; border-style:none; }
/* */
/* */
form {
margin: 0;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0; /* */
padding: 0;
white-space: normal; /* */
*margin-left: -7px; /* */
}
button,
input,
select,
textarea {
font-size: 100%; /* */
margin: 0; /* */
vertical-align: baseline; /* */
*vertical-align: middle; /* */
}
button,
input {
line-height: normal;
}
button,
html input[type="button"], /* */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* */
cursor: pointer; /* */
*overflow: visible;  /* */
}
button[disabled],
input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* */
padding: 0; /* */
*height: 13px; /* */
*width: 13px; /* */
}
input[type="search"] {
-webkit-appearance: textfield; /* */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* */
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto; /* */
vertical-align: top; /* */
}
/* */
