
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;
}


form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, p, input, button, textarea, select {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
 
a {
    text-decoration: none;
    color: #3366cc;
}

a:hover {
    text-decoration: underline;
}


.tip {
    color: #936739;
}

.copyright {
    margin: 0 auto;
    height: 36px;
    line-height: 36px;
    padding: 25px 0 0;
    color: #AD8B4C;
}


.copyright a {
    color: #AD8B4C;
    padding: 0 5px;
    text-transform: capitalize;
}

.copyright a:hover {
    text-decoration: underline;
}


.alert {
    background: url(../../images/ldp/error.png) left no-repeat;
    display: block;
    padding: 8px 0 8px 26px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #C09853;
    font-size: 12px;
}

.alert-danger, .alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    width: 220px;
}

.alert-block {
    padding-top: 1px;
    padding-bottom: 1px;
}

.fade.in {
    opacity: 1;
}
 