/* Sort of handheld stylesheet */
/* version 0.1 - 14-04-2008 */

/* clean start based on eric meyer
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212 
-------------------------------------------- */

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, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration:none;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
}

table {
border-collapse: collapse;
border-spacing: 0;
}

body {
text-align:left;
margin:2px;
}

a{
color:#606;
text-decoration:underline;
}

ul, ol, p, form, div {
margin-bottom:.75em;
}

input.button,button,.button {
display:block;
margin:.4em 0 .75em;
width:auto;
border:none;
padding:.2em .4em;
background:#606;
color:#fff !important;
font-weight:bold;
cursor:pointer;
text-decoration:none !important;
}

textarea {
vertical-align:bottom;
}

label {
vertical-align:middle;
}

label input {
width:auto;
}

#logo img {
width:220px;
}


#decor {display: none}

.checked {
color:#666;
text-decoration:line-through;
}