body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

em { font-style: italic; }

input[type=text], input[type=password], input[type=file], textarea {
    padding:4px;
    border:2px solid #cdcdcd;
    background-color:#f0f0f0;
    width:240px;
}

input[type=button], input[type=submit], button {
    background:transparent url(../images/elements/button-bg.jpg) repeat-x;
    font-family: verdana;
    font-size:11px;
    border:1px solid #bababa;
    height:23px;
    padding:0px 6px;
    color:#333333;
    min-width:90px;
    width:auto !important;
    width:90px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}


input[type=button].short, input[type=submit].short, button.short {
    min-width:60px;
    width:auto !important;
    width:60px;
}
input[type=button]:hover, input[type=submit]:hover, button:hover,
    input[type=button].short, input[type=submit].short, button.short {
    background:transparent url(../images/elements/button-bg-over.jpg) repeat-x;
    border:1px solid #adbdcc;
}

select {
    padding:2px;
    border:2px solid #cccccc;
    width:248px;
}

input.validate-error, select.validate-error, textarea.validate-error {
    border:2px solid #cc3333;
}

div.validate-error {
    color:#cc3333;
    padding:2px;
}

ul {
    list-style-type: disc;
    list-style-position:outside;
    margin-left:1.5em;
    margin-top:.5em;
}

ul li {
    line-height:150%;
    margin:.5em 0;
}

strong {
    font-size:120%;
}

p {
    margin-bottom:1em;
}
